From 9eb5b86d3b906c01dca49e0d0902020a68656dbb Mon Sep 17 00:00:00 2001 From: Musa Hamwala II Date: Thu, 11 Jul 2019 10:07:15 +0100 Subject: [PATCH] pull-request-template: add inital template (#23) --- .github/PULL_REQUEST_TEMPLATE.md | 42 ++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..dec4b04c3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,42 @@ + + +- [ ] commit message follows [commit guidelines](https://github.com/appsody/website/blob/master/CONTRIBUTING.md#commit-message-guidelines). + +## Related Issues + +Fixes # + +## Contributing a new stack: + + +- [ ] Changes adhere to the [Appsody stack structure](https://github.com/appsody/website/blob/master/content/docs/stacks/stack-structure.md) + +Please provide the following in as much detail as you can: + +- [ ] Provided a README that conforms to published guidelines + +Provide usage of the Appsody controller: + + +Explain your rationale behind mount points: + + +Explain the commands that your stack executes: + + +Describe any limitations and known issues: + + +- [ ] Stack meets the [technical requirements](https://github.com/appsody/stacks/blob/master/TECHNICAL_REQUIREMENTS.md) (STABLE stack only) + +## Modifying an existing stack: + +### Description + + +- [ ] Stack meets the [technical requirements](https://github.com/appsody/stacks/blob/master/TECHNICAL_REQUIREMENTS.md) (STABLE stack only) \ No newline at end of file