-
Notifications
You must be signed in to change notification settings - Fork 7
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 #1997 from pulibrary/issue_templates
Add issue templates
- Loading branch information
Showing
4 changed files
with
80 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,33 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Expected behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
### Actual behavior | ||
Include screenshots, or links and browser version if relevant | ||
|
||
### Steps to replicate | ||
|
||
### Impact of this bug | ||
E.g. "I can't work until this is fixed" or "I have a workaround" | ||
|
||
### Honeybadger link and code snippet, if applicable | ||
|
||
``` | ||
``` | ||
|
||
### Re-index required? | ||
|
||
- [ ] Full re-index | ||
- [ ] Partial re-index | ||
- [ ] No re-indexing required | ||
|
||
### Implementation notes, if any | ||
|
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,21 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### User story | ||
|
||
### Concrete example | ||
|
||
### Re-index required? | ||
|
||
- [ ] Full re-index | ||
- [ ] Partial re-index | ||
- [ ] No re-indexing required | ||
|
||
### Implementation notes, if any | ||
|
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: Maintenance task | ||
about: Document some maintenance that needs to be done | ||
title: '' | ||
labels: maintenance | ||
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,16 @@ | ||
--- | ||
name: UI change | ||
about: A change to the display | ||
title: '' | ||
labels: user experience | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Current display | ||
|
||
|
||
### Desired display | ||
|
||
|
||
### Notes |