Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 963 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (17 loc) · 963 Bytes

Contributing

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!

Instructions

  1. Fork this repository
  2. Clone your repository to your local machine
$ git clone [repo_link]
  1. Create a new branch
$ git checkout -b [branch_name]
  1. Make your changes! Please ensure that the app still runs on Docker locally before pushing.
  2. Commit your changes and push them to your repository
  3. Open a pull request from your repository to this repository

We will then review your changes and discuss if necessary. Thanks for your help!