Skip to content

Commit

Permalink
Merge pull request #876 from mrhappyma/master
Browse files Browse the repository at this point in the history
Update github issue templates to forms
  • Loading branch information
stp-ip authored Jun 23, 2022
2 parents 530fa8f + ec2fde9 commit 7fcac1f
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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!
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
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

0 comments on commit 7fcac1f

Please sign in to comment.