Accept submissions via form

This commit is contained in:
Nemo 2021-06-28 22:12:52 +05:30
parent c89f86fcbc
commit 9505291962
4 changed files with 109 additions and 0 deletions

32
.github/ISSUE_TEMPLATE/arxiv.yml vendored Normal file
View File

@ -0,0 +1,32 @@
name: Submit an arXiV URL
description: You have an arXiV URL for a research item
title: "[Submission/arXiV]: "
labels: [submission]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to make a submission.
- type: input
id: url
attributes:
label: URL
description: Please provide an arXiV URL
placeholder: https://arxiv.org/abs/2102.12627
validations:
required: true
- type: input
id: game
attributes:
label: Game
description: What game is this for?
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/captn3m0/boardgame-research/blob/master/CONTRIBUTING.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: GitHub Community Support
url: https://github.community/
about: Please ask and answer questions here.
- name: GitHub Security Bug Bounty
url: https://bounty.github.com/
about: Please report security vulnerabilities here.

32
.github/ISSUE_TEMPLATE/doi.yml vendored Normal file
View File

@ -0,0 +1,32 @@
name: Submit a Research via a DOI
description: You have a DOI for a research
title: "[Submission/DOI]: "
labels: [submission]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to make a submission.
- type: input
id: doi
attributes:
label: DOI
description: Please provide a DOI
placeholder: http://doi.org/10.1126/science.1239918
validations:
required: true
- type: input
id: game
attributes:
label: Game
description: What game is this for?
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/captn3m0/boardgame-research/blob/master/CONTRIBUTING.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true

37
.github/ISSUE_TEMPLATE/url.yml vendored Normal file
View File

@ -0,0 +1,37 @@
name: Submit another research item
description: You have URL for a research item, but you couldn't find a DOI or arXiV URL for the same.
title: "[Submission/URL]: "
labels: [submission]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to make a submission. Please only use this if you couldn't find a DOI for the research. Try to avoid low-information research (posters/presentations) unless the topic is not covered elsewhere in a better medium.
- type: input
id: url
attributes:
label: URL
description: Please provide a URL to the research item
placeholder: https://arxiv.org/abs/2102.12627
validations:
required: true
- type: input
id: game
attributes:
label: Game
description: What game is this for?
validations:
required: true
- type: textarea
id: info
attributes:
label: Notes
description: Any other information about this you'd like to add?
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/captn3m0/boardgame-research/blob/master/CONTRIBUTING.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true