Skip to content

Commit 2d99ad0

Browse files
committed
Creating issue templates
1 parent 9f498f1 commit 2d99ad0

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Bug Report
2+
description: Create a report to help us improve
3+
labels: ["potential-bug"]
4+
body:
5+
- id: version
6+
type: textarea
7+
attributes:
8+
label: Version
9+
placeholder: Please provide the Core Tools version exhibiting the problem.
10+
validations:
11+
required: true
12+
- id: description
13+
type: textarea
14+
attributes:
15+
label: Description
16+
placeholder: Please provide a succinct description of the issue.
17+
validations:
18+
required: true
19+
- id: repro
20+
type: textarea
21+
attributes:
22+
label: Steps to reproduce
23+
placeholder: Please provide the steps required to reproduce the problem.
24+
validations:
25+
required: true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Feature Request
2+
description: Make a feature request
3+
labels: ["enhancement"]
4+
body:
5+
- id: description
6+
type: textarea
7+
attributes:
8+
label: Description
9+
placeholder: Please provide a succinct description of the feature you would like to see.
10+
validations:
11+
required: true

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true

0 commit comments

Comments
 (0)