feat(Update docs):

This commit is contained in:
Alexander Myasoedov
2025-01-25 12:28:50 +02:00
parent 9817ab495a
commit 50436e1f1d
13 changed files with 334 additions and 415 deletions
+5 -5
View File
@@ -5,23 +5,23 @@ We welcome contributions to Agentic Security! Follow these steps to get started:
## How to Contribute
1. **Fork the Repository**: Click the "Fork" button at the top of the repository page.
2. **Clone Your Fork**: Clone your forked repository to your local machine.
1. **Clone Your Fork**: Clone your forked repository to your local machine.
```bash
git clone https://github.com/mmsoedov/agentic_security.git
```
3. **Create a Branch**: Create a new branch for your feature or bugfix.
1. **Create a Branch**: Create a new branch for your feature or bugfix.
```bash
git checkout -b feature-name
```
4. **Make Changes**: Implement your changes and commit them.
1. **Make Changes**: Implement your changes and commit them.
```bash
git commit -m "Description of changes"
```
5. **Push Changes**: Push your changes to your fork.
1. **Push Changes**: Push your changes to your fork.
```bash
git push origin feature-name
```
6. **Open a Pull Request**: Go to the original repository and open a pull request.
1. **Open a Pull Request**: Go to the original repository and open a pull request.
## Code of Conduct