Skip to content
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/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["1: bug", "2: tests"]
labels: ["bug", "tests"]
assignees:
- octocat
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/eda_request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: EDA request
description: Request an EDA request
title: "[EDA]: "
labels: ["1: eda"]
labels: ["eda"]
assignees:
- octocat
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature request
description: Request a feature addition
title: "[Feature]: "
labels: ["1: feature", "2: tests"]
labels: ["feature", "tests"]
assignees:
- octocat
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/maintenance_request.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Maintenance request
description: Describe the technical debt or runtime updates
title: "[Maintenance]: "
labels: ["1: maintenance"]
labels: ["maintenance"]
assignees:
- octocat
body:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/user_story.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: User story
description: A valuable increment of functionality, testable by the users
title: "[User story]: "
labels: ["1: story"]
labels: ["story"]
assignees:
- octocat
body:
Expand Down
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Please select option(s) that are relevant.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Maintenance requests
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

Expand Down