mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-24 14:19:55 +02:00
996 B
996 B
Contributing
We welcome contributions to Agentic Security! Follow these steps to get started:
How to Contribute
- Fork the Repository: Click the "Fork" button at the top of the repository page.
- Clone Your Fork: Clone your forked repository to your local machine.
git clone https://github.com/mmsoedov/agentic_security.git - Create a Branch: Create a new branch for your feature or bugfix.
git checkout -b feature-name - Make Changes: Implement your changes and commit them.
git commit -m "Description of changes" - Push Changes: Push your changes to your fork.
git push origin feature-name - Open a Pull Request: Go to the original repository and open a pull request.
Code of Conduct
Please adhere to the Code of Conduct in all interactions.
Further Reading
For more details on contributing, refer to the Documentation section.