Skip to content

Contribution Guidelines

Mofiro Jean edited this page Nov 28, 2024 · 1 revision

Contribution Guidelines

How to Contribute

We encourage everyone to contribute! You can:

  • Add your profile to the list.
  • Improve the user interface or functionality.
  • Fix bugs or suggest features.

Steps to Contribute:

  1. Fork this repository.

  2. Clone your fork and create a new branch:

    git checkout -b your-feature-branch
  3. Make your changes (e.g., add your profile or improve the code).

  4. Test your changes to ensure they work as intended.

  5. Commit and push your changes:

    git commit -m "Add [your-feature-description]"
    git push origin your-feature-branch
  6. Open a pull request to the main repository.

Clone this wiki locally