Skip to content

Commit 49aec55

Browse files
authored
Add config for issue templates (#2791)
1 parent 302e54e commit 49aec55

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ body:
4040
You can use our preset [here](https://codesandbox.io/s/dj4f7t).
4141
4242
- type: textarea
43-
render: markdown
4443
attributes:
44+
render: markdown
4545
label: Bug report
4646
description: |
4747
A clear and concise description of what the bug is. Please include any
@@ -50,8 +50,8 @@ body:
5050
required: true
5151

5252
- type: textarea
53-
render: markdown
5453
attributes:
54+
render: markdown
5555
label: Steps to reproduce
5656
placeholder: |
5757
Steps to reproduce the behavior:
@@ -61,20 +61,20 @@ body:
6161
4. See error
6262
6363
- type: textarea
64-
render: markdown
6564
attributes:
65+
render: markdown
6666
label: Expected behavior
6767
description: A clear and concise description of what you expected to happen.
6868

6969
- type: textarea
70-
render: markdown
7170
attributes:
71+
render: markdown
7272
label: Actual behavior
7373
description: A clear and concise description of what actually happened.
7474

7575
- type: textarea
76-
render: markdown
7776
attributes:
77+
render: markdown
7878
label: Environment
7979
description: |
8080
examples:

.github/ISSUE_TEMPLATE/config.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Victory Issues Board
4+
url: https://github.com/FormidableLabs/victory/issues
5+
about: Please ask and answer questions here.

.github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ body:
2121
required: true
2222

2323
- type: textarea
24-
render: markdown
2524
attributes:
25+
render: markdown
2626
label: Feature Request
2727
description: |
2828
**Is your feature request related to a problem? Please describe.**

.github/ISSUE_TEMPLATE/question.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ body:
2121
required: true
2222

2323
- type: textarea
24-
render: markdown
2524
attributes:
25+
render: markdown
2626
label: Question
2727
description: |
2828
Any background information that might help us answer your questions.

0 commit comments

Comments
 (0)