mirror of https://github.com/ThmmyNoLife/mTHMMY
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.9 KiB
1.9 KiB
Contribute to mTHMMY
Thank you for your interest in contributing to mTHMMY! This guide details how to contribute to mTHMMY in a way that is efficient for everyone.
Security vulnerability disclosure
Important! Instead of creating publicly viewable issues for suspected security
vulnerabilities, please report them in private to
thmmynolife@gmail.com
.
I want to contribute!
There are many ways of contributing to mTHMMY:
- Simply using the latest release version from Google Play (anonymous reports are sent automatically)
- Joining our Discord server
- Submitting bugs and ideas on our Trello board
- Forking mTHMMY and submitting pull requests
- Joining our core team
- Contacting us by email at
thmmynolife@gmail.com
Issue tracker
The mTHMMY Board on trello.com is used as an Issue Tracker, for bugs and improvements concerning the available mTHMMY releases. Before creating a card to submit an issue please search the board for similar entries.
Pull requests
Pull requests with fixes and improvements to mTHMMY are most welcome. Any developer that wants to work independently from the core team can simply follow the workflow below to make a pull request:
- Fork the project into your personal space on Github
- Create a feature branch, away from
develop
- Push the commit(s) to your fork
- Create a pull request (PR) targeting
develop
at mTHMMY - Fill the PR title describing the change you want to make
- Fill the PR description with a brief motive for your change and the method you used to achieve it
- Submit the PR.