Skip to content

Commit

Permalink
Merge pull request #1901 from jemrobinson/update-labels
Browse files Browse the repository at this point in the history
Update labels in GitHub templates
  • Loading branch information
JimMadge authored May 20, 2024
2 parents bfbde01 + 735985e commit e0c6bc5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/deployment_bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Deployment bug report
about: Report a bug that occurs during deployment
title: "<short description of issue>"
labels: "type: deployment bug"
labels: "bug"
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation_improvement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Documentation improvement
about: Request changes to Data Safe Haven documentation
title: "<short description of issue>"
labels: "type: documentation"
labels: "documentation"
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Enhancement request
about: Request new features or upgrades to existing features
title: "<short description of issue>"
labels: "type: enhancement"
labels: "enhancement"
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Release checklist
about: Log completion of required actions for release testing
title: "Release: <version number>"
labels: "type: release-candidate"
labels: "release candidate"
assignees: ""
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: System manager functionality bug report
about: Report a bug that occurs when managing a Data Safe Haven
title: "<short description of issue>"
labels: "type: functionality bug"
labels: "bug"
assignees: ""
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/user_functionality_bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: End-user functionality bug report
about: Report a bug that occurs when you are using the Data Safe Haven
title: "<short description of issue>"
labels: "type: functionality bug"
labels: "bug"
assignees: ""
---

Expand Down

0 comments on commit e0c6bc5

Please sign in to comment.