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