Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: updates issue templates to remove render markdown #14

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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