Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
95 changes: 95 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
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
48 changes: 0 additions & 48 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Docs
about: Issue related to Salt Documentation
title: "[DOCS]"
labels: Documentation, needs-triage
labels: documentation, needs-triage
assignees: ''

---
Expand Down
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/test-failure.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Test Failure
about: Jenkins Test Failure issues
about: GitHub Actions Test Failure issues
title: "[TEST FAILURE]"
labels: 'Test-Failure'
labels: 'test-failure'
assignees: ''

---
Expand Down
20 changes: 10 additions & 10 deletions .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,48 @@
newIssueWelcomeComment: >
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have
a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as
possible. In the meantime, heres some information that may help as you continue your Salt
possible. In the meantime, here's some information that may help as you continue your Salt
journey.

Please be sure to review our [Code of Conduct](https://github.com/saltstack/salt/blob/master/CODE_OF_CONDUCT.md).
Also, check out some of our community
resources including:

- [Salts Contributor Guide](https://docs.saltproject.io/en/master/topics/development/contributing.html)
- [Salt's Contributor Guide](https://docs.saltproject.io/en/master/topics/development/contributing.html)
- [Join our Community Discord](https://discord.com/invite/J7b7EscrAs)
- [Salt Project YouTube channel](https://www.youtube.com/channel/UCpveTIucFx9ljGelW63-BWg)
- [Community Wiki](https://github.com/saltstack/community/wiki)
- [GitHub Discussions](https://github.com/saltstack/salt/discussions)

There are lots of ways to get involved in our community. Every month, there are around a dozen
opportunities to meet with other contributors and the Salt Core team and collaborate in real
time. The best way to keep track is by subscribing to the Salt Community Events Calendar.

If you have additional questions, email us at saltproject.pdl@broadcom.com. Were glad
youve joined our community and look forward to doing awesome things with
If you have additional questions, email us at saltproject.pdl@broadcom.com. We're glad
you've joined our community and look forward to doing awesome things with
you!

# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
Hi there! Welcome to the Salt Community! Thank you for making your first contribution. We have
a lengthy process for issues and PRs. Someone from the Core Team will follow up as soon as
possible. In the meantime, heres some information that may help as you continue your Salt
possible. In the meantime, here's some information that may help as you continue your Salt
journey.

Please be sure to review our [Code of Conduct](https://github.com/saltstack/salt/blob/master/CODE_OF_CONDUCT.md).
Also, check out some of our community
resources including:

- [Salts Contributor Guide](https://docs.saltproject.io/en/master/topics/development/contributing.html)
- [Salt's Contributor Guide](https://docs.saltproject.io/en/master/topics/development/contributing.html)
- [Join our Community Discord](https://discord.com/invite/J7b7EscrAs)
- [Salt Project YouTube channel](https://www.youtube.com/channel/UCpveTIucFx9ljGelW63-BWg)
- [Community Wiki](https://github.com/saltstack/community/wiki)
- [GitHub Discussions](https://github.com/saltstack/salt/discussions)

There are lots of ways to get involved in our community. Every month, there are around a dozen
opportunities to meet with other contributors and the Salt Core team and collaborate in real
time. The best way to keep track is by subscribing to the Salt Community Events Calendar.

If you have additional questions, email us at saltproject.pdl@broadcom.com. Were glad
youve joined our community and look forward to doing awesome things with
If you have additional questions, email us at saltproject.pdl@broadcom.com. We're glad
you've joined our community and look forward to doing awesome things with
you!

# Comment to be posted to on pull requests merged by a first time user
Expand Down
63 changes: 0 additions & 63 deletions .github/workflows/triage.yml

This file was deleted.

Loading