Skip to content

Commit

Permalink
Improve GitHub issue forms (tandpfun#33)
Browse files Browse the repository at this point in the history
Co-authored-by: Thijs [Coding] <[email protected]>
  • Loading branch information
ThatOneCalculator and tandpfun authored Mar 14, 2022
1 parent 1bfaa27 commit 1566537
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: 🐛 Bug Report
title: '[BUG REPORT] Bug'
description: A bug in the API or elsewhere
labels: 'bug report'
body:

- type: input
id: bug
attributes:
label: The bug
description: "A complete of what the bug is"
validations:
required: true

- type: input
id: steps
attributes:
label: Steps to reproduce
description: "What'd you do to make the bug happen?"
placeholder: "1. Request API..."
validations:
required: false

- type: input
id: extra
attributes:
label: Any extra info
validations:
required: false
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 💡 Feature Request
title: '[FEATURE REQUEST] Feature'
description: Request a feature with the API
labels: 'feature request'
body:

# skill name block
- type: input
id: request
attributes:
label: Feature requested
description: "The feature you're requesting. Should have to do with the API."
placeholder: "Add this endpoint because..."
validations:
required: true

0 comments on commit 1566537

Please sign in to comment.