diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c4d6395b..92924ab7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,17 +1,28 @@ + + +## I have +- [ ] Followed the [troubleshooting guide](https://github.com/openfaas/faas/blob/master/guide/troubleshooting.md) +- [ ] Read/searched [the docs](https://docs.openfaas.com/) +- [ ] Searched [past issues](/issues) + + ## Expected Behaviour + ## Current Behaviour + ## Possible Solution + ## Steps to Reproduce (for bugs) @@ -24,6 +35,7 @@ + ## Your Environment * FaaS-CLI version ( Full output from: `faas-cli version` ): @@ -34,7 +46,12 @@ * Operating System and version (e.g. Linux, Windows, MacOS): -* Link to your project or a code example to reproduce issue: +* Code example or link to GitHub repo or gist to reproduce problem: -* Please also follow the [troubleshooting guide](https://github.com/openfaas/faas/blob/master/guide/troubleshooting.md) and paste in any other diagnostic information you have: +* Other diagnostic information / logs from [troubleshooting guide](https://github.com/openfaas/faas/blob/master/guide/troubleshooting.md) + + +## Next steps + +You may [join Slack](https://docs.openfaas.com/community) for community support. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 22b263de..783ca129 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,6 +7,7 @@ - [ ] I have raised an issue to propose this change ([required](https://github.com/openfaas/faas/blob/master/CONTRIBUTING.md)) +- [ ] My issue has received approval from the maintainers or lead with the `design/approved` label ## How Has This Been Tested? @@ -14,12 +15,14 @@ + ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) + ## Checklist: