-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Adding issue and pull request template
- Loading branch information
Showing
3 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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? --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |