A mobile app for thmmy.gr
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.
 
 
 

2.3 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:

Issue tracker

For bugs and improvements we use GitHub’s issue tracking. Before creating a new issue make sure to search the tracker for similar ones.

Compiling

Due to the app's integration with Firebase, a google-services.json file is required inside the app/src/debug directory (which you have to create). To get one, either set up your own Firebase project (with or without a self hosted backend), or ask us to provide you the one we use for development.

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 (PR):

  1. Fork the project into your personal space on Github
  2. Create a feature branch, away from develop
  3. Push the commit(s) to your fork
  4. Create a PR targeting develop at mTHMMY
  5. Fill the PR title describing the change you want to make
  6. Fill the PR description with a brief motive for your change and the method you used to achieve it
  7. Submit the PR.