From 75efb4c17c7ae55341cc66484013566d78871a09 Mon Sep 17 00:00:00 2001 From: Axel Koehler Date: Wed, 7 Jul 2021 16:12:57 +0200 Subject: [PATCH] Adding issue and pull request template --- .github/ISSUE_TEMPLATE/bug_template.md | 30 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_template.md | 19 ++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 22 ++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_template.md create mode 100644 .github/ISSUE_TEMPLATE/feature_template.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug_template.md b/.github/ISSUE_TEMPLATE/bug_template.md new file mode 100644 index 0000000..b4013c4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_template.md @@ -0,0 +1,30 @@ +--- +name: Bug Report +about: Create a report to help us improve +labels: bug +--- + + + +### Bug Description + + + +### Expected Behavior + + + +### How to Reproduce + + + +### Context + + + +### Environment + + + +- Version: +- OS: diff --git a/.github/ISSUE_TEMPLATE/feature_template.md b/.github/ISSUE_TEMPLATE/feature_template.md new file mode 100644 index 0000000..b9d39d7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_template.md @@ -0,0 +1,19 @@ +--- +name: 'Feature Request' +about: 'Suggest new features and changes' +labels: enhancement +--- + + + +### Feature Suggestion + + + +### Possible Implementation + + + +### Context + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f490f9f --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,22 @@ +### Type of Change + + + +- [ ] Bugfix +- [ ] Enhancement / new feature +- [ ] Refactoring +- [ ] Documentation + +### Description + + + +### Checklist + + + +- [ ] Write tests +- [ ] Make sure all tests pass +- [ ] Update documentation +- [ ] Review the [Contributing Guideline](https://github.com/Staffbase/yamllint-action/blob/master/CONTRIBUTING.md) and sign CLA +- [ ] Reference relevant issue(s) and close them after merging