Skip to content

Commit

Permalink
Merge pull request #1997 from pulibrary/issue_templates
Browse files Browse the repository at this point in the history
Add issue templates
  • Loading branch information
christinach authored Sep 16, 2022
2 parents 6630d8c + df6e5b8 commit 66b4653
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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

21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/maintenance-task.md
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: ''

---


16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/ui-change.md
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

0 comments on commit 66b4653

Please sign in to comment.