Skip to content

Commit

Permalink
Aligns templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 29, 2023
1 parent 78657af commit f02e496
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/new-link.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)"
Expand Down
24 changes: 16 additions & 8 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
#### 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
<!--
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.
-->

#### Affiliation
This new link is special because...


### Affiliation

Please indicate how you are associated with the new proposed content:

- [ ] I am the author of the article or project
- [ ] 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

0 comments on commit f02e496

Please sign in to comment.