Skip to content

Commit 8f98b46

Browse files
committed
chore: fix duplicated names in github templates
Duplicated names in the yml embedded in the github templates causes them to not render into the issue list while navigating the github web interface. This changes the name of the 2_enhancement_request.md file to fix the issue.
1 parent 9270603 commit 8f98b46

4 files changed

Lines changed: 9 additions & 22 deletions

File tree

.github/ISSUE_TEMPLATE/1_bug_report.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Create a report to help us improve
44
title: ''
55
labels: 'bug'
66
assignees: ''
7-
87
---
98

109
**Describe the bug**
Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
11
---
2-
name: Bug report
3-
about: Create a report to help us improve
2+
name: Enhancement request
3+
about: Request a new feature or change to an existing feature
44
title: ''
5-
labels: 'bug'
5+
labels: 'enhancement'
66
assignees: ''
7-
87
---
98

10-
**Describe the bug**
11-
<!-- A clear and concise description of what the bug is. -->
12-
13-
**To Reproduce**
14-
<!-- Steps or code to reproduce the behavior. -->
15-
16-
**Expected behavior**
17-
<!-- A clear and concise description of what you expected to happen. -->
9+
**Describe the enhancement**
10+
<!-- A clear and concise description of what you would like added or changed. -->
1811

19-
**Build environment**
20-
- Tag/commit: <!-- e.g. v0.13.0, 3a07614 -->
21-
- OS+version: <!-- e.g. ubuntu 20.04.01, macOS 12.0.1, windows -->
22-
- Rust/Cargo version: <!-- e.g. 1.56.0 -->
23-
- Rust/Cargo target: <!-- e.g. x86_64-apple-darwin, x86_64-unknown-linux-gnu, etc. -->
12+
**Use case**
13+
<!-- Tell us how you or others will use this new feature or change to an existing feature. -->
2414

25-
**Additional context**
26-
<!-- Add any other context about the problem here. -->
15+
**Additional context**
16+
<!-- Add any other context about the enhancement here. -->

.github/ISSUE_TEMPLATE/3_minor_release.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Create a new minor release [for release managers only]
44
title: 'Release MAJOR.MINOR+1.0'
55
labels: 'release'
66
assignees: ''
7-
87
---
98

109
## Create a new minor release

.github/ISSUE_TEMPLATE/4_patch_release.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Create a new patch release [for release managers only]
44
title: 'Release MAJOR.MINOR.PATCH+1'
55
labels: 'release'
66
assignees: ''
7-
87
---
98

109
## Create a new release

0 commit comments

Comments
 (0)