Skip to content

Commit

Permalink
docs: updates issue templates (#14)
Browse files Browse the repository at this point in the history
Fixes issue with rendering on issue template

Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 authored Dec 2, 2024
1 parent 4874bf4 commit 03dfdab
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: File a bug report.
title: '[Bug]: <title>'
title: 'Bug: <title>'
labels: ["bug"]
projects: ["oscal-compass/5"]
body:
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/2-enhancement.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: Help us improve OSCAL SDK Go.
title: '[Feature]: <title>'
title: 'Feature: <title>'
labels: ["enhancement"]
projects: ["oscal-compass/5"]
body:
Expand All @@ -20,7 +20,6 @@ body:
attributes:
label: Completion Criteria
description: A set of criteria to let us know what is in scope and when the implemented feature is complete.
render: markdown
placeholder: |
- [ ] Criteria 1
- [ ] Criteria 2
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/3-reviewer-nomination.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: New reviewer nomination
description: Nomination for reviewer role
name: Nominate a reviewer
description: Nomination for reviewer role.
title: 'Reviewer role for @'
labels: ["nomination"]
assignees:
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/4-maintainer-nomination.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: New project maintainer nomination
description: Nomination for project maintainer role
name: Nominate a project maintainer
description: Nomination for project maintainer role.
title: 'Maintainer role for @'
labels: ["nomination"]
assignees:
Expand Down

0 comments on commit 03dfdab

Please sign in to comment.