chore(issues): update Bug report
& Feature request
templates [skip ci]
* Automated using https://github.com/myii/ssf-formula/pull/58
This commit is contained in:
parent
9719ac9e3c
commit
73aee751a1
2 changed files with 28 additions and 14 deletions
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
32
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -14,41 +14,55 @@ Notes:
|
||||||
3. Please direct questions to the [`#formulas` channel on Slack](https://saltstackcommunity.slack.com/messages/C7LG8SV54/), which is bridged to `#saltstack-formulas` on Freenode.
|
3. Please direct questions to the [`#formulas` channel on Slack](https://saltstackcommunity.slack.com/messages/C7LG8SV54/), which is bridged to `#saltstack-formulas` on Freenode.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
#### Describe the bug
|
## Your setup
|
||||||
<!-- A clear and concise description of what the bug is. -->
|
### Formula commit hash / release tag
|
||||||
|
<!-- Please specify the formula's commit hash and/or release tag that you are using. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Setup
|
### Versions reports (master & minion)
|
||||||
|
<!-- Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Pillar / config used
|
||||||
<!-- Provide links to the SLS files and/or relevant configs (be sure to remove sensitive info). -->
|
<!-- Provide links to the SLS files and/or relevant configs (be sure to remove sensitive info). -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Steps to reproduce the bug
|
---
|
||||||
|
|
||||||
|
## Bug details
|
||||||
|
### Describe the bug
|
||||||
|
<!-- A clear and concise description of what the bug is. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
### Steps to reproduce the bug
|
||||||
<!-- Include debug logs if possible and relevant, e.g. using `salt-minion -l debug`. -->
|
<!-- Include debug logs if possible and relevant, e.g. using `salt-minion -l debug`. -->
|
||||||
<!-- Alternatively, linking to Kitchen debug logs is useful, e.g. via. Travis CI. -->
|
<!-- Alternatively, linking to Kitchen debug logs is useful, e.g. via. Travis CI. -->
|
||||||
<!-- Most useful is providing a failing InSpec test, which can be used to verify any proposed fix. -->
|
<!-- Most useful is providing a failing InSpec test, which can be used to verify any proposed fix. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Expected behaviour
|
### Expected behaviour
|
||||||
<!-- A clear and concise description of what you expected to happen. -->
|
<!-- A clear and concise description of what you expected to happen. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Versions report
|
### Attempts to fix the bug
|
||||||
<!-- Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions. -->
|
<!-- Please mention any attempts you have made to fix the bug and what the results were. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Additional context
|
### Additional context
|
||||||
<!-- Add any other context about the problem here. -->
|
<!-- Add any other context about the problem here. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### Optional: How can this template be improved?
|
### Meta: How can this template be improved?
|
||||||
<!-- Feel free to suggest how this template can be improved. -->
|
<!-- Feel free to suggest how this template can be improved. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
10
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -14,29 +14,29 @@ Notes:
|
||||||
3. Please direct questions to the [`#formulas` channel on Slack](https://saltstackcommunity.slack.com/messages/C7LG8SV54/), which is bridged to `#saltstack-formulas` on Freenode.
|
3. Please direct questions to the [`#formulas` channel on Slack](https://saltstackcommunity.slack.com/messages/C7LG8SV54/), which is bridged to `#saltstack-formulas` on Freenode.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
#### Is your feature request related to a problem?
|
### Is your feature request related to a problem?
|
||||||
<!-- A clear and concise description of what the problem is. -->
|
<!-- A clear and concise description of what the problem is. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Describe the solution you'd like
|
### Describe the solution you'd like
|
||||||
<!-- A clear and concise description of what you want to happen. -->
|
<!-- A clear and concise description of what you want to happen. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Describe alternatives you've considered
|
### Describe alternatives you've considered
|
||||||
<!-- Describe any alternative solutions or features you've considered. -->
|
<!-- Describe any alternative solutions or features you've considered. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### Additional context
|
### Additional context
|
||||||
<!-- Add any other context about the feature request here. -->
|
<!-- Add any other context about the feature request here. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### Optional: How can this template be improved?
|
### Meta: How can this template be improved?
|
||||||
<!-- Feel free to suggest how this template can be improved. -->
|
<!-- Feel free to suggest how this template can be improved. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue