Skip to content

Commit 7236836

Browse files
committed
Finalize new issue templates
1 parent 5e21546 commit 7236836

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
name: Bug Report
22
description: File a bug report
33
body:
4-
- type: markdown
5-
attributes:
6-
value: |
7-
Thank you for taking the time to fill out this bug report!
8-
Before you get started, please ensure there's [no existing issue](https://github.com/open-cli-tools/concurrently/issues) with the same concern!
94
- type: textarea
105
attributes:
11-
label: Describe the Bug
6+
label: Describe the bug
127
value: |
138
<!--
149
10+
>> Before getting started, please ensure there's no existing issue with the same concern!
11+
1512
Please provide the following information:
1613
1714
- Description: Clear and concise description of what the bug is

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
name: Feature Request
22
description: Open a feature request
33
body:
4-
- type: markdown
5-
attributes:
6-
value: |
7-
Thank you for taking the time to fill out this feature request!
8-
Before you get started, please ensure there's [no existing issue](https://github.com/open-cli-tools/concurrently/issues) with the same concern!
94
- type: textarea
105
attributes:
11-
label: Describe the Feature Request
6+
label: Describe the feature request
127
value: |
138
<!--
149
10+
>> Before getting started, please ensure there's no existing issue with the same concern!
11+
1512
Please provide the following information:
1613
1714
- Description: Clear and concise description of what you want

0 commit comments

Comments
 (0)