Skip to content

Commit

Permalink
chore: Add issue templates (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker authored Sep 4, 2024
1 parent aa3440f commit 0d71f8d
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Bug Report
description: File a bug report.
labels: ["bug"]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Current Behavior
description: A concise description of what you're experiencing.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
description: A concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: Steps To Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. In this environment...
2. With this config...
3. Run '...'
4. See error...
validations:
required: false
- type: dropdown
attributes:
label: What browser are you using?
options:
- Chrome
- Firefox
- Safari
- Edge
- Other
validations:
required: true
- type: textarea
attributes:
label: Anything else?
description: |
Links? References? Anything that will give us more context about the issue you are encountering!
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
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: Namesake Support
url: https://namesake.fyi/chat
about: Ask and answer questions about Namesake here.
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
description: Suggest an idea for Namesake!
labels: ["feature request"]
body:
- type: textarea
attributes:
label: What feature would you like to see?
description: Provide a clear and concise description of what the problem is. You can attach images or log files by clicking this area to highlight it and then dragging files in.
value: |
- **The problem:** I'm always frustrated when [...]
- **Solution:** I would like to see [...]
- **Alternatives:** I've also considered [...]
render: markdown
validations:
required: true

0 comments on commit 0d71f8d

Please sign in to comment.