Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoo92 committed Nov 25, 2023
1 parent 19e30ee commit 95a144a
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Bug Report
description: File a bug report
title: "[Bug]: "
labels: ["bug"]
assignees:
- jwoo92
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. [email protected]
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
validations:
required: true
- type: input
id: affected-webpage
attributes:
label: What is the affected webpage?
placeholder: ex. database-answers.com/path/to/webpage
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Brave
- Chrome
- Firefox
- Microsoft Edge
- Opera
- Safari
- type: dropdown
id: environments
attributes:
label: What environments are you seeing the problem on?
multiple: true
options:
- Android
- iOS
- Linux
- Mac
- Windows
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/OPEN-QUESTION.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Open Question
description: Ask an open question
title: "[Question]: "
labels: ["question"]
assignees:
- jwoo92
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to ask an open question!
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. [email protected]
- type: textarea
id: question
attributes:
label: Open Question
placeholder: I have a question about...
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit 95a144a

Please sign in to comment.