Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Issue Forms #10865

Merged
merged 7 commits into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .codespellignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ InOut
copyable
sord
doubleClick
Sur
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: 🐛 Bug Report
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This caterpillar is easily confused with a snake. What do you think about using 🪲 (U+1FAB2) instead?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately I only see a gray rectangular for the proposed alternative on my mobile.

I had also this idea initially, than I realized that 🐛, U+1F41B is called Bug.

Copy link
Member

@Swiftb0y Swiftb0y Sep 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐛 was added in Emoji 1.0 while 🪲 was added in 13.0 (2020)... I still prefer 🪲

description: |
Describe your problem here.
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Bug Description
description: Tell us what happens and what should happen instead.
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of Mixxx are you running?
MatteoGheza marked this conversation as resolved.
Show resolved Hide resolved
- type: input
id: os
attributes:
label: OS
description: What operating system (and distribution if you're on Linux) are you running?
placeholder: Windows 11, macOS Big Sur, Ubuntu 22.04, ...
MatteoGheza marked this conversation as resolved.
Show resolved Hide resolved
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 🚀 Feature Request
description: |
What feature would you like to see added to Mixxx?
labels: [feature]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a new feature!
- type: textarea
id: description
attributes:
label: Feature Description
description: Describe describe your use-case, not yet supported and a possible solution.
validations:
required: true