mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-13 11:34:10 -05:00
Use form template for issues and aligns requirements.
This commit is contained in:
parent
17cdaaa864
commit
43f5ef2bea
4 changed files with 41 additions and 20 deletions
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
blank_issues_enabled: true
|
19
.github/ISSUE_TEMPLATE/custom.md
vendored
19
.github/ISSUE_TEMPLATE/custom.md
vendored
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
name: New issue
|
||||
about: Add new link or fix content
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: kdeldycke
|
||||
---
|
||||
|
||||
#### Preliminary checks
|
||||
|
||||
- [ ] 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 not 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
|
||||
|
||||
#### Summary
|
||||
|
||||
<!-- You can skip this if you're proposing something as trivial as fixing a typo -->
|
||||
|
||||
Explain the motivation for making this change. What does does this bring to the table?
|
39
.github/ISSUE_TEMPLATE/new-link.yaml
vendored
Normal file
39
.github/ISSUE_TEMPLATE/new-link.yaml
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
name: Add new link
|
||||
description:
|
||||
labels: ["🆕 new link"]
|
||||
body:
|
||||
|
||||
- type: checkboxes
|
||||
id: preliminary-checks
|
||||
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"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
id: affiliation
|
||||
attributes:
|
||||
label: Affiliation
|
||||
description: >
|
||||
Please indicate how you are associated with the new proposed content.
|
||||
options:
|
||||
- label: "I am the author of the article or project"
|
||||
- label: "I am working for/with the company which is publishing the article or project"
|
||||
- label: "I'm just a rando who stumbled upon this via social networks"
|
||||
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
|
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
- [ ] 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 not 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
|
||||
- [ ] 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue