Aligns templates.

This commit is contained in:
Kevin Deldycke
2023-03-29 15:46:33 +04:00
parent 78657af371
commit f02e496a98
2 changed files with 22 additions and 14 deletions

View File

@@ -11,13 +11,13 @@ body:
required: true
- type: textarea
id: summary
id: motivation
attributes:
label: Summary
label: Motivation
description: >
Explain the motivation for adding this link. What's special about it to add it to the current collection?
Explain the motivation for adding this link to the current collection. What's special about it?
placeholder: |
This link is special because...
This new link is special because...
validations:
required: true
@@ -35,9 +35,9 @@ body:
required: true
- type: checkboxes
id: preliminary-checks
id: self-checks
attributes:
label: Preliminary checks
label: Self 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)"

View File

@@ -1,10 +1,17 @@
#### Preliminary checks
### Motivation
- [ ] I have [read the Code of Conduct](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/code-of-conduct.md)
- [ ] I applied all rules from the [Contributing guide](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/contributing.md)
- [ ] 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
<!--
#### Affiliation
Explain the motivation for adding this link to the current collection. What's special about it?
Note: you can skip this section if you're proposing something as trivial as fixing a typo.
-->
This new link is special because...
### Affiliation
Please indicate how you are associated with the new proposed content:
@@ -12,8 +19,9 @@ Please indicate how you are associated with the new proposed content:
- [ ] I am working for/with the company which is publishing the article or project
- [ ] I'm just a rando who stumbled upon this via social networks
#### Summary
<!-- You can skip this if you're proposing something as trivial as fixing a typo -->
### Self checks
Explain the motivation for making this change. What does does this bring to the table?
- [ ] I have [read the Code of Conduct](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/code-of-conduct.md)
- [ ] I applied all rules from the [Contributing guide](https://github.com/kdeldycke/awesome-falsehood/blob/main/.github/contributing.md)
- [ ] 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