Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please view Installation and Usage guidelines and remember to always follow the Code of Conduct. Thank you!
- Fork this repository
- Clone your repository to your local machine
$ git clone [repo_link]
- Create a new branch
$ git checkout -b [branch_name]
- Make your changes! Please ensure that the app still runs on Docker locally before pushing.
- Commit your changes and push them to your repository
- Open a pull request from your repository to this repository
We will then review your changes and discuss if necessary. Thanks for your help!