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