-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #876 from mrhappyma/master
Update github issue templates to forms
- Loading branch information
Showing
4 changed files
with
77 additions
and
19 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: What happened? | ||
placeholder: Tell us what you see! | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expexted | ||
attributes: | ||
label: What did you expect to happen? | ||
description: What would happen if everything was going smoothly? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: How can we reproduce this issue? | ||
description: as minimally and precisely as possible please | ||
placeholder: Give us a nice bullited list of things that lead up to this bug | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: extra-details | ||
attributes: | ||
label: Is there anything else we need to know about? | ||
description: Tell us the rest of the story | ||
validations: | ||
required: false | ||
- type: input | ||
id: syna-version | ||
attributes: | ||
label: Syna theme version | ||
placeholder: ex. 0.17.4 | ||
validations: | ||
required: false | ||
- type: input | ||
id: hugo-version | ||
attributes: | ||
label: Hugo version | ||
placeholder: ex. 0.101.0 | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: other-version | ||
attributes: | ||
label: Versions of other dependencies | ||
placeholder: ex. jumbo monkey forms - 1.0 | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Support guidelines | ||
url: https://github.com/okkur/syna/blob/master/SUPPORT.md | ||
about: Please read these! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: Feature request | ||
description: Request a feature :) | ||
title: "[Feature Request]: " | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Describe your feature request! | ||
description: Go into as much detail as you please | ||
validations: | ||
required: true |