mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-27 11:44:39 -05:00
Add field for URL.
This commit is contained in:
parent
bffbb31280
commit
78657af371
1 changed files with 21 additions and 14 deletions
35
.github/ISSUE_TEMPLATE/new-link.yaml
vendored
35
.github/ISSUE_TEMPLATE/new-link.yaml
vendored
|
@ -3,14 +3,21 @@ description: You would like to add a new link to the collection
|
||||||
labels: ["🆕 new link"]
|
labels: ["🆕 new link"]
|
||||||
body:
|
body:
|
||||||
|
|
||||||
- type: checkboxes
|
- type: input
|
||||||
id: preliminary-checks
|
id: link
|
||||||
attributes:
|
attributes:
|
||||||
label: Preliminary checks
|
label: URL of the article or project
|
||||||
options:
|
validations:
|
||||||
- label: "I have [read the Code of Conduct](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/code-of-conduct.md)"
|
required: true
|
||||||
- label: "I applied all rules from the [Contributing guide](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/contributing.md)"
|
|
||||||
- label: "I have checked there is no other [Issues](https://github.com/kdeldycke/awesome-falsehood/issues) or [Pull Requests](https://github.com/kdeldycke/awesome-falsehood/pulls) covering the same topic to open"
|
- type: textarea
|
||||||
|
id: summary
|
||||||
|
attributes:
|
||||||
|
label: Summary
|
||||||
|
description: >
|
||||||
|
Explain the motivation for adding this link. What's special about it to add it to the current collection?
|
||||||
|
placeholder: |
|
||||||
|
This link is special because...
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
@ -27,13 +34,13 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: checkboxes
|
||||||
id: summary
|
id: preliminary-checks
|
||||||
attributes:
|
attributes:
|
||||||
label: Summary
|
label: Preliminary checks
|
||||||
description: >
|
options:
|
||||||
Explain the motivation for adding this link. What's special about it to add it to the current collection?
|
- label: "I have [read the Code of Conduct](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/code-of-conduct.md)"
|
||||||
placeholder: |
|
- label: "I applied all rules from the [Contributing guide](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/contributing.md)"
|
||||||
This link is special because...
|
- label: "I have checked there is no other [Issues](https://github.com/kdeldycke/awesome-falsehood/issues) or [Pull Requests](https://github.com/kdeldycke/awesome-falsehood/pulls) covering the same topic to open"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
Loading…
Reference in a new issue