Skip to content

Commit

Permalink
Add issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Nov 24, 2023
1 parent ebe796e commit 9555762
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: 🐛 Bug
description: Report a technical issue.
title: '🐛 '
labels:
- bug
assignees:
- codingjoe
body:

- type: markdown
attributes:
value: |
Thank you for taking the time to report a bug.
Please fill in as much of the template below as you're able.
- type: markdown
attributes:
value: |
## Security issues
Please do not report security issues here.
Instead, disclose them as described in our [security policy](https://github.com/codingjoe/django-select2/security).
- type: textarea
id: bug-description
attributes:
label: Bug Description
description: A clear and concise description of what the bug is.
placeholder: I found a bug
validations:
required: true

- type: textarea
id: bug-steps
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
id: bug-expected
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
placeholder: I expected the app to do X
validations:
required: true
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: ✨ Feature Requests
url: https://github.com/codingjoe/MusicBeam/discussions/categories/ideas
about: Please use the GitHub Discussions to request new features.
- name: 🙋 Questions & Help
url: https://github.com/codingjoe/MusicBeam/discussions/categories/q-a
about: Please use the GitHub Discussions to ask questions.

0 comments on commit 9555762

Please sign in to comment.