Skip to content

Commit

Permalink
Merge pull request #4006 from pulibrary/label_for_issue_template
Browse files Browse the repository at this point in the history
Ensure issue templates include labels
  • Loading branch information
sandbergja committed Apr 18, 2024
2 parents 5e39919 + 06ece1d commit d7ccd85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Accessibility
about: Report an accessibility issue
title: ''
labels: accessibility general
labels: 'accessibility-awaiting-triage'
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: 'bug'
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: 'feature'
assignees: ''

---
Expand Down

0 comments on commit d7ccd85

Please sign in to comment.