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

[wip] Policy update #67739

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
48 changes: 48 additions & 0 deletions .github/DISCUSSION_TEMPLATE/bugs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
title: "[Bug]"
labels: [Bug]
body:
- type: textarea
id: description
attributes:
label: Description
description: |
A clear and concise description of what the bug is.
- type: textarea
id: setup
attributes:
label: Setup
description: |
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.
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: |
Steps to reproduce the behaviour. Include debug logs if possible and relevant
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen.
- type: textarea
id: versions
attributes:
label: Versions Report(s)
description: Versions reports for any affected components (master, minsions, ect).
value: |
`salt --versions-report`
```yaml
PASTE HERE
```
- type: textarea
id: screenshots
attributes:
label: Screenshots
placeholder: If applicable, add screenshots to help explain your problem.
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context about the problem here.
31 changes: 31 additions & 0 deletions .github/DISCUSSION_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
title: "[Documentation]"
labels: [Docs]
body:
- type: markdown
attributes:
value: |
Thank you for helping us improve **Salt**!
- type: textarea
id: description
attributes:
label: Description
description: |
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
id: suggested-fix
attributes:
label: Suggested Fix
description: |
What did you expect to see in the documentation that is missing or needs updating?
- type: textarea
id: type
attributes:
label: Type of Documentation
description: |
This could be Salt documentation, Salt modules, the Salt Repo or the Getting Started guide.
- type: textarea
id: additional
attributes:
label: Additional context
description: |
Add any other context or screenshots about the feature request here.
34 changes: 34 additions & 0 deletions .github/DISCUSSION_TEMPLATE/features.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
title: "[Feature]"
labels: [Feature]
body:
- type: textarea
id: description
attributes:
label: Description
description: |
Describe the feature request and ny problems it should address.
- type: textarea
id: relatedproblems
attributes:
label: Is your feature request related to a problem? Please describe.
description: |
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: |
A clear and concise description of what you want to happen.
- type: textarea
id: alternatesolutions
attributes:
label: Describe alternative solutions you have considered
description: |
A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additionalcontext
attributes:
label: Additional context
description: |
Add any other context or screenshots about the feature request here.

4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: true
contact_links:
- name: Salt Community Discord
url: https://discord.com/invite/J7b7EscrAs
- name: Discord
url: https://discord.gg/J7b7EscrAs
about: Please ask and answer questions here.
- name: Salt-Users Forum
url: https://groups.google.com/forum/#!forum/salt-users
Expand Down
10 changes: 9 additions & 1 deletion POLICY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ Salt Project and to encourage more active engagement from the Salt community.
* `Pull request management`_
* `Salt Enhancement Proposals (SEP) process`_


Issue management
================

.. warning::
**Effective immediately.**

- All opened but un-assigned bugs will be migrated to discussions.
- All new bugs should be opened as a discussion.
- The only bugs and features that should have a corresponding issue are things that are assigned and actively being worked on.
- We are currently working on updating the triage process. This document will be updated as things progress.

Issues for the Salt Project are critical to Salt community communication and to
find and resolve issues in the Salt Project. As such, the issue tracker needs to
be kept clean and current to the currently supported releases of Salt. They also
Expand Down
Loading