Files
Alexander Myasoedov 50436e1f1d feat(Update docs):
2025-01-25 12:28:50 +02:00

33 lines
996 B
Markdown

# Contributing
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.
1. **Clone Your Fork**: Clone your forked repository to your local machine.
```bash
git clone https://github.com/mmsoedov/agentic_security.git
```
1. **Create a Branch**: Create a new branch for your feature or bugfix.
```bash
git checkout -b feature-name
```
1. **Make Changes**: Implement your changes and commit them.
```bash
git commit -m "Description of changes"
```
1. **Push Changes**: Push your changes to your fork.
```bash
git push origin feature-name
```
1. **Open a Pull Request**: Go to the original repository and open a pull request.
## Code of Conduct
Please adhere to the [Code of Conduct](CODE_OF_CONDUCT.md) in all interactions.
## Further Reading
For more details on contributing, refer to the [Documentation](index.md) section.