Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
4darsh-Dev authored Jan 21, 2024
1 parent c16f65b commit bfbd6a6
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## Contributing Guidelines 🤝🚀


Thank you for considering contributing to CogniGuard! We welcome your help in making this project even better.

Here are the key points to guide your contributions:

- **Fork the Repository:** Start by forking the CogniGuard repository to your own GitHub account. 🍴

- **Clone the Repository:** Clone the forked repository to your local machine using . 💻
```bash
git clone https://github.com/4darsh-Dev/CogniGaurd
```

- **Create a Branch:** Create a branch for your contributions using a descriptive branch name. 🌿

- **Make Changes:** Implement your changes or additions, ensuring they align with the project's goals. 🚀

- **Testing:** Test your changes thoroughly to ensure functionality and prevent regressions. ✔️

- **Commit Changes:** Commit your changes with clear, concise messages. 💬

- **Create Pull Request:** Push your changes to your forked repository and create a Pull Request (PR) to the main CogniGuard repository. 🎉

- **Follow Code Standards:** Adhere to coding standards and guidelines defined in the project. 📋

- **Provide Detailed PR Description:** Clearly explain the purpose and impact of your PR. 📝

- **Participate in Discussions:** Engage in discussions related to your PR and address feedback promptly. 💬

By following these guidelines, you contribute to the growth and improvement of CogniGuard. Thank you for your valuable contributions! 🚀

0 comments on commit bfbd6a6

Please sign in to comment.