Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.96 KB

File metadata and controls

59 lines (38 loc) · 1.96 KB

Contributing Guidelines 🤝🚀

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:

1. Fork the Repository 🍴

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-website
git 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. 🎉
  1. Push your changes.
    git push origin your-branch-name
  1. Go to your forked repository on GitHub.
  2. Click on the "Compare & pull request" button.
  3. 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! 🚀