diff options
| author | Kasra Bigdeli <[email protected]> | 2019-03-17 09:12:39 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-03-17 09:12:39 -0700 |
| commit | 0304559ba0d595069b0c3e802db21a2d2e76de62 (patch) | |
| tree | 0bb4a65d946686690bdbac56ffec1333cd37bc03 | |
| parent | dc115cd7adeedea8afcc5962b0d9271e8fd5ca07 (diff) | |
| download | caprover-one-click-apps-0304559ba0d595069b0c3e802db21a2d2e76de62.tar.gz caprover-one-click-apps-0304559ba0d595069b0c3e802db21a2d2e76de62.zip | |
Create CONTRIBUTING.md
| -rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..661c910 --- /dev/null +++ b/CONTRIBUTING.md @@ -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. + |
