mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
chore: migrate GH issue template to issue form
See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#creating-issue-forms
This commit is contained in:
parent
74cc29c8ca
commit
0a39615077
1 changed files with 13 additions and 12 deletions
25
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
25
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
|
@ -6,23 +6,24 @@ assignees: []
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Prerequisites
|
label: Prerequisites
|
||||||
description: Take a minute to help our open source contributors.
|
description: Take a minute to help our open source contributors.
|
||||||
options:
|
options:
|
||||||
- label: I have [searched](https://github.com/wowchemy/wowchemy-hugo-themes/issues?q=is%3Aissue) for duplicate or closed feature requests
|
- label: I have [searched](https://github.com/wowchemy/wowchemy-hugo-themes/issues?q=is%3Aissue) for duplicate or closed feature requests
|
||||||
- label: I am mindful of the project [scope](https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/.github/contributing.md#scope)
|
required: true
|
||||||
required: true
|
- label: I am mindful of the project [scope](https://github.com/wowchemy/wowchemy-hugo-themes/blob/main/.github/contributing.md#scope)
|
||||||
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: proposal
|
id: proposal
|
||||||
attributes:
|
attributes:
|
||||||
label: Proposal
|
label: Proposal
|
||||||
description: Provide detailed information for what we should add, including relevant links to screenshots, code, or live demos whenever possible.
|
description: Provide detailed information for what we should add, including relevant links to screenshots, code, or live demos whenever possible.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: motivation
|
id: motivation
|
||||||
attributes:
|
attributes:
|
||||||
label: Motivation and context
|
label: Motivation and context
|
||||||
description: Tell us why this change is needed or helpful, and what problems it may help solve.
|
description: Tell us why this change is needed or helpful, and what problems it may help solve.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue