Thank you for your interest in contributing to the Mojafos repository! Your contributions are important and will help to improve the project for everyone. Before you begin, please consider the guidelines below.
-
Make sure you have Git installed on your machine.
-
Fork the repository and clone it locally.
git clone https://github.com/openMF/mojafos.git
-
Create a new branch for your contributions
git checkout -b feature-branch-name
-
Before making changes, ensure that you're working on the latest version of the
master
branchgit pull origin master
-
Stage your changes:
git add file-name(s)
-
Commit your changes with a descriptive message:
git commit -m "Add feature"
-
Push your changes to your forked repository:
git push origin feature-branch-name
- Follow the steps outlined in GitHub's documentation
- After submitting your PR, our team will review your changes.
- Address any feedback or requested changes promptly.
- Once approved, your PR will be merged into the
master
branch.
- Check out the issues here
- Have a look at the README.md Can it be improved? Do you see any typos? You may initiate a PR.
If you find any bugs or have recommendations for improvements, please feel free to open an issue with a detailed explanation of changes.
- For further assistance or questions regarding contributions, feel free to join our Slack channel here
Thank you for contributing to Mojafos! We look forward to your contributions.