Skip to content

Commit

Permalink
Merge pull request #25507 from cbjeukendrup/issues/remove_musesounds_…
Browse files Browse the repository at this point in the history
…option

Update issue templates
  • Loading branch information
cbjeukendrup authored Nov 15, 2024
2 parents 22a8045 + 020f334 commit 4871e1e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug report
description: File a bug report
description: Report crashes or incorrect behaviour of existing functionality in MuseScore Studio.
body:
- type: dropdown
id: label
Expand All @@ -14,7 +14,6 @@ body:
- UI bug (incorrect info or interface appearance)
- Accessibility issue (e.g. for keyboard-only or screen reader users)
- VST bug
- Muse Sounds bug
- General playback bug
- Cloud issue (opening, saving, logging in/out)
- Opening/saving issue
Expand Down
17 changes: 14 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
contact_links:
- name: Muse Hub issue
url: https://musehub.zendesk.com/
about: All issues to do with installing apps and sounds via Muse Hub.
- name: MuseSounds issue
url: https://support.musehub.com/hc/en-gb/requests/new
about: Report playback issues specific to MuseSounds.
- name: MuseHub issue
url: https://support.musehub.com/
about: Learn how to install apps and sounds via MuseHub.
- name: Support forum
url: https://musescore.org/en/forum/6
about: Get help solving a problem or checking if something is a bug in MuseScore Studio.
- name: Discord server
url: https://discord.gg/HwHhXEbJ4r
about: >-
Ask development questions (programming, translating, etc.) and chat with
the MuseScore Studio development team, other contributors, and users.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature request
description: Request an existing feature to be made better, or a new feature
description: Request new functionality or enhancements to existing features in MuseScore Studio.
labels: ["Feature Request"]
body:
- type: textarea
Expand Down
2 changes: 0 additions & 2 deletions .github/issue_add_label_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ accessibility:
- "Accessibility issue \\(e\\.g\\. for keyboard-only or screen reader users\\)"
VST:
- "VST bug"
"Muse Sounds":
- "Muse Sounds bug"
playback:
- "General playback bug"
cloud:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_lupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
commit-message: "Run `lupdate` with arguments `${{ env.LUPDATE_ARGS }}`"
branch: "ci_lupdate${{github.ref_name && format('_{0}', github.ref_name) || ''}}"
add-paths: share/locale/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_tx_pull_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
commit-message: "Update in-repo translations from Transifex"
branch: "ci_tx_pull${{github.ref_name && format('_{0}', github.ref_name) || ''}}"
add-paths: share/locale/*
Expand Down

0 comments on commit 4871e1e

Please sign in to comment.