-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from nfoert/create-issue-templates
Create issue templates
- Loading branch information
Showing
3 changed files
with
54 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: Report an issue with Cardie | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug:** | ||
<sub>A clear and concise description of what the bug is</sub> | ||
|
||
|
||
**To Reproduce:** | ||
<sub>Describe the steps needed to encounter this bug or problem</sub> | ||
|
||
|
||
**Screenshots:** | ||
<sub>If applicable, add screenshots to show what the problem is</sub> | ||
|
||
|
||
**Device and Browser information:** | ||
<sub>List the device, operating system, and web browser that you're using</sub> | ||
- Device: [e.g. laptop, phone] | ||
- OS: [e.g. Windows, Linux, iOS, Android] | ||
- Browser [e.g. chrome, safari] | ||
|
||
|
||
**Additional information:** | ||
<sub>Add any other information or details about the problem</sub> |
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: Custom issue template | ||
about: Open a blank issue that's not a bug or feature | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
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: Feature request | ||
about: Suggest a new implementation or feature to add to Cardie | ||
title: '' | ||
labels: feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe your feature request** | ||
<sub>Describe your ideas for this new feature and how it should be implemented</sub> | ||
|
||
**Additional information regarding your feature** | ||
<sub>Add more details or concept art</sub> |