We welcome contributions of any kind. Feel free to reach out to the MAAP community with questions or comments through our slack channels or through GitHub directly.
To contribute code, follow the guidelines below.
-
Click
Fork
on Github to create your own fork e.g.username/maap-repo
-
Clone your project:
git clone [email protected]:username/maap-repo
-
cd maap-repo
-
Install project requirements
-
Create a branch:
git checkout -b new-feature
-
Add changelog entry crediting yourself
-
Make code changes
-
Test code changes
-
Commit your changes:
git commit -m "Added new feature"
-
Push your commit to get it back up to your fork:
git push origin HEAD
-
Navigate to Github and create a pull request.
-
In the description field, write down the issue number if applicable.
-
Hit
Submit
and wait for maintainers to review your pull request.