Create CONTRIBUTING.md

This commit is contained in:
Kasra Bigdeli 2019-03-17 09:12:39 -07:00 committed by GitHub
parent dc115cd7ad
commit 0304559ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,10 @@
Steps for creating a Pull Request
See README.md to learn how to create a one-click app json file
Make sure it's fully tested using the methods mentioned in readme
Put as much default values as possible (except passwords) to ensure minimum effort required
Avoid using "latest" docker tag at it's a rolling tag and things might change with latest tag. We want to ensure a predictable output. Users can edit the tag if they want, but the default should be pointing to a fixed version.