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

feat(issues): update templates for all semrel_formulas #58

Merged
merged 1 commit into from
Oct 7, 2019
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
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ ssf_node_anchors:
# An alternative method could be to use:
# `git describe --abbrev=0 --tags`
# yamllint disable rule:line-length
title: 'feat(tofs): implementation for all file.managed'
body: '* Checked using https://github.com/myii/ssf-formula/pull/57'
title: 'chore(issues): update `Bug report` & `Feature request` templates [skip ci]'
body: '* Automated using https://github.com/myii/ssf-formula/pull/58'
# yamllint enable rule:line-length
github:
owner: saltstack-formulas
Expand Down
32 changes: 23 additions & 9 deletions ssf/files/default/.github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
-->

#### Describe the bug
<!-- A clear and concise description of what the bug is. -->
## Your setup
### Formula commit hash / release tag
<!-- Please specify the formula's commit hash and/or release tag that you are using. -->



### Versions reports (master & minion)
<!-- Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions. -->



#### Setup
### Pillar / config used
<!-- 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`. -->
<!-- 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. -->



#### Expected behaviour
### Expected behaviour
<!-- A clear and concise description of what you expected to happen. -->



#### Versions report
<!-- Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions. -->
### Attempts to fix the bug
<!-- 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. -->



---

#### Optional: How can this template be improved?
### Meta: How can this template be improved?
<!-- Feel free to suggest how this template can be improved. -->


10 changes: 5 additions & 5 deletions ssf/files/default/.github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
-->

#### 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. -->



#### Describe the solution you'd like
### Describe the solution you'd like
<!-- 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. -->



#### Additional context
### Additional context
<!-- 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. -->