-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add blank issue, feature request, and bug report issue templates.
- Loading branch information
1 parent
d71c9ef
commit 69a10f8
Showing
2 changed files
with
37 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,19 @@ | ||
--- | ||
name: Blank Issue Template | ||
about: The standard issue template for Chayn | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Overview | ||
Clearly state the purpose of this issue, ideally in 2 sentences or less. | ||
For example: *_We need to do X for Y reason._* | ||
|
||
### Action Items | ||
List research to be done or the steps to be completed. | ||
Note: If the steps can be divided into tasks for more than one person, we recommend dividing it up into separate issues, or assigning it as a pair programming task. | ||
|
||
### Resources | ||
Provide links to resources that may help solve or better understand with this issue. This can include external sites with solutions, documentation, etc. |
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,18 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Is your feature request related to a problem? | ||
Please provide a clear and concise description of what the problem is. | ||
*Ex. I'm always frustrated when [...]* | ||
|
||
### Describe a solution: | ||
If applicable, please a detailed description of what you want to see or build to fix the problem. Include who wants it (e.g. yourself, a survivor, volunteer, developer, organization, etc.), and what value you think this will bring. | ||
|
||
### Additional context and resources: | ||
Add any other context, documents, links, screenshots about the feature request here. Please be detailed! |