-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Overhaul of issue templates; remove broken triage #68249
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
Merged
dwoz
merged 1 commit into
saltstack:master
from
scriptautomate-bc:update-issue-templates
Aug 18, 2025
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
name: Bug Report | ||
description: File a bug report | ||
title: "[Bug]: " | ||
labels: ["bug", "needs-triage"] | ||
projects: ["saltstack/51"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: textarea | ||
id: what-happened | ||
validations: | ||
required: true | ||
attributes: | ||
label: What happened? | ||
description: A clear and concise description of what the bug is. Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.) Please be as specific as possible and give set-up details, and a concise description of what you expected to happen. | ||
value: "A bug happened!" | ||
- type: dropdown | ||
id: salt-type | ||
validations: | ||
required: true | ||
attributes: | ||
label: Type of salt install | ||
multiple: false | ||
description: What type of Salt installation is this? | ||
options: | ||
- Official deb | ||
- Official rpm | ||
- Official exe | ||
- Official msi | ||
- Official pkg | ||
- pip (pypi) | ||
- pip (git) | ||
- other (please specify in bug details) | ||
- type: dropdown | ||
id: salt-version | ||
validations: | ||
required: true | ||
attributes: | ||
label: Major version | ||
multiple: true | ||
description: What major version(s) of Salt are you running? Can select multiple. | ||
options: | ||
- 3006.x | ||
- 3007.x | ||
- type: dropdown | ||
id: operating-systems | ||
validations: | ||
required: true | ||
attributes: | ||
label: What supported OS are you seeing the problem on? Can select multiple. (If bug appears on an unsupported OS, please open a GitHub Discussion instead) | ||
multiple: true | ||
options: | ||
- almalinux-8 | ||
- almalinux-9 | ||
- almalinux-10 | ||
- amazonlinux-2 | ||
- amazonlinux-2023 | ||
- centos-stream-9 | ||
- debian-11 | ||
- debian-12 | ||
- fedora-42 | ||
- macos-13 | ||
- macos-14 | ||
- macos-15 | ||
- opensuse-leap-15.5 | ||
- oraclelinux-8 | ||
- oraclelinux-9 | ||
- photon-4 | ||
- photon-5 | ||
- rhel-8 | ||
- rhel-9 | ||
- rhel-10 | ||
- rockylinux-8 | ||
- rockylinux-9 | ||
- rockylinux-10 | ||
- sles-12-sp5 | ||
- sles-15-sp5 | ||
- ubuntu-22.04 | ||
- ubuntu-24.04 | ||
- windows-desktop-10 | ||
- windows-desktop-11 | ||
- windows-2016 | ||
- windows-2019 | ||
- windows-2022 | ||
- windows-2025 | ||
- type: textarea | ||
id: salt-versions-reports | ||
validations: | ||
required: true | ||
attributes: | ||
label: salt --versions-report output | ||
description: Please copy and paste the output of "salt --versions-report". This will be automatically formatted into code, so no need for backticks. | ||
render: shell |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Feature Requests and Q&A | ||
url: https://github.com/saltstack/salt/discussions | ||
about: Please see GitHub Discussions for Feature Requests and Q&A | ||
- name: Salt Community Discord | ||
url: https://discord.com/invite/J7b7EscrAs | ||
about: Please ask and answer questions here. | ||
about: Please ask and answer questions here | ||
- name: Salt-Users Forum | ||
url: https://groups.google.com/forum/#!forum/salt-users | ||
about: Please ask and answer questions here. | ||
about: Prefer email list for Q&A? Check out the Google groups newsletter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.