-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add issue and PR templates (#18)
- Loading branch information
Showing
6 changed files
with
55 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,14 @@ | ||
--- | ||
name: 🐞 Report a bug | ||
about: Something didn't work as expected. | ||
labels: 'bug' | ||
--- | ||
|
||
### What was wrong? | ||
|
||
<!-- Incorrect report, unable to download the utility, an unexpected error --> | ||
|
||
### Logs | ||
|
||
<!-- The output of coveralls utility with version and enabled --debug option if possible --> | ||
|
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,3 @@ | ||
--- | ||
blank_issues_enabled: true | ||
|
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,10 @@ | ||
--- | ||
name: ⭐ Feature request | ||
about: Need something to be added! | ||
labels: 'feature request' | ||
--- | ||
|
||
### :zap: Summary | ||
|
||
<!-- A brief summary of a feature. --> | ||
|
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,9 @@ | ||
--- | ||
name: 🙏 Request help | ||
about: Ask for help with usage, configuration, integration, etc. | ||
labels: 'help wanted' | ||
--- | ||
|
||
### Summary | ||
|
||
|
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,8 @@ | ||
--- | ||
name: ❔ Question | ||
about: Ask a question | ||
labels: 'question' | ||
--- | ||
|
||
### Question | ||
|
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,11 @@ | ||
Closes # (issue) | ||
|
||
<!-- Link to an issue(s) this PR fixes --> | ||
|
||
#### :zap: Summary | ||
|
||
<!-- Brief description of what was done --> | ||
|
||
#### :ballot_box_with_check: Checklist | ||
|
||
- [ ] Add specs |