Update bug.yml
This commit is contained in:
11
.github/ISSUE_TEMPLATE/bug.yml
vendored
11
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -20,7 +20,7 @@ body:
|
|||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
...
|
...
|
||||||
render: bash
|
render: plaintext
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@@ -33,6 +33,13 @@ body:
|
|||||||
- Linux
|
- Linux
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: rejects-version
|
||||||
|
attributes:
|
||||||
|
label: Rejects Version
|
||||||
|
description: You can put commit hash of the version of meteor rejects you are using.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
- type: input
|
- type: input
|
||||||
id: meteor-version
|
id: meteor-version
|
||||||
attributes:
|
attributes:
|
||||||
@@ -55,6 +62,6 @@ body:
|
|||||||
2.
|
2.
|
||||||
3.
|
3.
|
||||||
...
|
...
|
||||||
render: bash
|
render: plaintext
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user