mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-20 11:35:56 -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"]
|
||||
body:
|
||||
|
||||
- type: checkboxes
|
||||
id: preliminary-checks
|
||||
- type: input
|
||||
id: link
|
||||
attributes:
|
||||
label: Preliminary checks
|
||||
options:
|
||||
- label: "I have [read the Code of Conduct](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/code-of-conduct.md)"
|
||||
- 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"
|
||||
label: URL of the article or project
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- 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:
|
||||
required: true
|
||||
|
||||
|
@ -27,13 +34,13 @@ body:
|
|||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: summary
|
||||
- type: checkboxes
|
||||
id: preliminary-checks
|
||||
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...
|
||||
label: Preliminary checks
|
||||
options:
|
||||
- label: "I have [read the Code of Conduct](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/code-of-conduct.md)"
|
||||
- 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"
|
||||
validations:
|
||||
required: true
|
Loading…
Reference in a new issue