Skip to content

Commit

Permalink
Merge pull request #10 from Staffbase/DIA-1550-add-templates
Browse files Browse the repository at this point in the history
Adding issue and pull request template
  • Loading branch information
axdotl authored Jul 7, 2021
2 parents ba14dc3 + 75efb4c commit 2850173
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: Bug Report
about: Create a report to help us improve
labels: bug
---

<!-- Please use this template while reporting a bug and provide as much info as possible. -->

### Bug Description

<!-- A description of what the bug is. -->

### Expected Behavior

<!-- A description of what you expected to happen. -->

### How to Reproduce

<!-- A description or list of steps how to reproduce the bug. -->

### Context

<!--- How has this issue affected you? What are you trying to accomplish? -->

### Environment

<!--- Include as many relevant details about the environment you experienced the bug in -->

- Version:
- OS:
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: 'Feature Request'
about: 'Suggest new features and changes'
labels: enhancement
---

<!--- Provide a general summary of the feature request in the title above -->

### Feature Suggestion

<!--- Tell us how we could improve your experience -->

### Possible Implementation

<!--- Not obligatory, but ideas as to the implementation of the addition or change -->

### Context

<!--- What are you trying to accomplish? -->
22 changes: 22 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
### Type of Change

<!-- Select the type of your PR -->

- [ ] Bugfix
- [ ] Enhancement / new feature
- [ ] Refactoring
- [ ] Documentation

### Description

<!-- Please describe your pull request -->

### Checklist

<!-- Please go through this checklist and make sure all applicable tasks have been done -->

- [ ] 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

0 comments on commit 2850173

Please sign in to comment.