From 66c4359cd56f0abbf37d644ac5f40eb4389be3d8 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Fri, 3 Mar 2017 15:48:42 +0530 Subject: [PATCH] ghost: adds issue and pull-request template --- bitnami/ghost/.github/ISSUE_TEMPLATE.md | 45 +++++++++++++++++++ .../ghost/.github/PULL_REQUEST_TEMPLATE.md | 27 +++++++++++ 2 files changed, 72 insertions(+) create mode 100644 bitnami/ghost/.github/ISSUE_TEMPLATE.md create mode 100644 bitnami/ghost/.github/PULL_REQUEST_TEMPLATE.md diff --git a/bitnami/ghost/.github/ISSUE_TEMPLATE.md b/bitnami/ghost/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000000..f09379ba488d --- /dev/null +++ b/bitnami/ghost/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,45 @@ + + +##### Description + + +##### Steps to reproduce the issue: +1. [First Step] +2. [Second Step] +3. [and so on...] + +##### Describe the results you received: + + +##### Describe the results you expected: + + +##### Additional information you deem important (e.g. issue happens only occasionally): + + +##### Version +###### Output of `docker version`: +`(paste your output here)` + +###### Output of `docker info`: +`(paste your output here)` + +###### Output of `docker-compose version` (if applicable): +`(paste your output here)` + +##### Additional environment details (AWS, VirtualBox, Docker for MAC, physical, etc.): diff --git a/bitnami/ghost/.github/PULL_REQUEST_TEMPLATE.md b/bitnami/ghost/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000000..d07f7b900b88 --- /dev/null +++ b/bitnami/ghost/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,27 @@ + + +##### Description of the change + + +##### Benefits + + +##### Possible drawbacks + + +##### Applicable issues + + +##### Additional information +