Skip to content

Commit 4c5521e

Browse files
committed
Switch to .yml issue templates
1 parent a212d09 commit 4c5521e

File tree

5 files changed

+61
-52
lines changed

5 files changed

+61
-52
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: "Bug Report"
2+
description: "Create a report to help us improve"
3+
labels: [bug]
4+
body:
5+
- type: textarea
6+
id: describe-the-bug
7+
attributes:
8+
label: "Describe the bug"
9+
description: "A clear and concise description of what the bug is."
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: steps-to-reproduce
14+
attributes:
15+
label: "Steps to reproduce"
16+
description: "A link to some code to reproduce the bug can speed up a fix. Alternatively, show steps to reproduce the behaviour."
17+
placeholder: |
18+
1. Go to '...'
19+
2. Click on '....'
20+
3. Scroll down to '....'
21+
4. See error
22+
validations:
23+
required: true
24+
- type: textarea
25+
id: expected-behaviour
26+
attributes:
27+
label: "Expected behaviour"
28+
description: "A clear and concise description of what you expected to happen."
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: schema-objects
33+
attributes:
34+
label: "Schema objects"
35+
description: "Which [schema.org](https://schema.org) object is this about if any?"
36+
placeholder: "- https://schema.org/Person"
37+
validations:
38+
required: false

.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "Feature Request"
2+
description: "Suggest an idea for this project"
3+
labels: [enhancement]
4+
body:
5+
- type: textarea
6+
id: describe-the-bug
7+
attributes:
8+
label: "Describe the feature"
9+
description: "A clear and concise description of what the feature is."
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: schema-objects
14+
attributes:
15+
label: "Schema objects"
16+
description: "Which [schema.org](https://schema.org) object is this about if any?"
17+
placeholder: "- https://schema.org/Person"
18+
validations:
19+
required: false

Schema.NET.sln

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.28803.352
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31423.177
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{719809C2-A551-4C4A-9EFD-B10FB5E35BC0}"
77
ProjectSection(SolutionItems) = preProject
@@ -51,9 +51,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Images", "Images", "{26F71F
5151
EndProject
5252
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Issue Templates", "Issue Templates", "{566DF0E2-1288-4083-9B55-4C8B69BB1432}"
5353
ProjectSection(SolutionItems) = preProject
54-
.github\ISSUE_TEMPLATE\BUG_REPORT.md = .github\ISSUE_TEMPLATE\BUG_REPORT.md
55-
.github\ISSUE_TEMPLATE\FEATURE_REQUEST.md = .github\ISSUE_TEMPLATE\FEATURE_REQUEST.md
56-
.github\ISSUE_TEMPLATE\QUESTION.md = .github\ISSUE_TEMPLATE\QUESTION.md
54+
.github\ISSUE_TEMPLATE\BUG_REPORT.yml = .github\ISSUE_TEMPLATE\BUG_REPORT.yml
55+
.github\ISSUE_TEMPLATE\FEATURE_REQUEST.yml = .github\ISSUE_TEMPLATE\FEATURE_REQUEST.yml
5756
EndProjectSection
5857
EndProject
5958
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{0555C737-CE4B-4C78-87AB-6296E1E32D01}"

0 commit comments

Comments
 (0)