Skip to content

Commit d596288

Browse files
authored
Edit issue templates (#179)
* Update issue-template-for-bugs.md Remove [Bug] in title This was necessary because we use labels for bugs issues * Update issue-template-for-feature-requests.md Remove [Feat. Req.] from title This was necessary because we use enhancement label
1 parent 7e92b5a commit d596288

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/issue-template-for-bugs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Issue Template for Bug Reports
33
about: Describe this issue's purpose here.
4-
title: '[BUG] Replace Title'
4+
title: 'Replace Title'
55
labels: 'bug'
66
assignees: ''
77

.github/ISSUE_TEMPLATE/issue-template-for-feature-requests.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Issue Template for Requesting new AAS API Features
33
about: Describe this issue's purpose here.
4-
title: '[Feat. Req.] Replace Title'
4+
title: 'Replace Title'
55
labels: 'enhancement'
66
assignees: ''
77

@@ -19,4 +19,4 @@ assignees: ''
1919
...
2020

2121

22-
- [ ] I have signed the required Developer Certificate of Origin ([DCO](https://developercertificate.org)) already.
22+
- [ ] I have signed the required Developer Certificate of Origin ([DCO](https://developercertificate.org)) already.

0 commit comments

Comments
 (0)