Thank you for considering contributing to Community-Website! We welcome your help in making this project even better.
Here are the key points to guide your contributions:
Start by forking the CogniGuard repository to your own GitHub account.
-
Go to the Community-Website GitHub page and click on the "Fork" button.
-
Clone the Repository: Clone the forked repository to your local machine using . 💻
https://github.com/your-user-name/your-repo-name - Create a Branch: Create a branch for your contributions using a descriptive branch name. 🌿
cd community-websitegit checkout -b your-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. 💬
git add . git commit -m "A brief description of the changes"
- Create Pull Request: Push your changes to your forked repository and create a Pull Request (PR) to the main CogniGuard repository. 🎉
- Push your changes.
git push origin your-branch-name
- Go to your forked repository on GitHub.
- Click on the "Compare & pull request" button.
- Add a title and description to your PR, and then click "Create pull request."
-
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 our community-website. Thank you for your valuable contributions! 🚀