diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..8a8fc20 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,38 @@ + + +## Expected Behaviour + + + +## Current Behaviour + + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +## Context + + + + +## Your Environment + + +* cloud-provision version + + +* Operating System and version (e.g. Linux, Windows, MacOS): + + +* Cloud provisioner: + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f1d3e6d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,25 @@ + + + +- [ ] I have raised an issue to propose this change. + +## Description + + +## How Has This Been Tested? + + + + + +## How are existing users impacted? What migration steps/scripts do we need? + + +## Checklist: + +I have: + +- [ ] updated the documentation and/or roadmap (if required) +- [ ] read the [CONTRIBUTION](https://github.com/inlets/inlets/blob/master/CONTRIBUTING.md) guide +- [ ] signed-off my commits with `git commit -s` +- [ ] added unit tests \ No newline at end of file