diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index 33ffd328..37808dd8 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -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 diff --git a/ssf/files/default/.github/ISSUE_TEMPLATE/bug_report.md b/ssf/files/default/.github/ISSUE_TEMPLATE/bug_report.md index 04af2ae0..1cc8c268 100644 --- a/ssf/files/default/.github/ISSUE_TEMPLATE/bug_report.md +++ b/ssf/files/default/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 - +## Your setup +### Formula commit hash / release tag + + + + +### Versions reports (master & minion) + -#### Setup +### Pillar / config used -#### Steps to reproduce the bug +--- + +## Bug details +### Describe the bug + + + + +### Steps to reproduce the bug -#### Expected behaviour +### Expected behaviour -#### Versions report - +### Attempts to fix the bug + -#### Additional context +### Additional context --- -#### Optional: How can this template be improved? +### Meta: How can this template be improved? diff --git a/ssf/files/default/.github/ISSUE_TEMPLATE/feature_request.md b/ssf/files/default/.github/ISSUE_TEMPLATE/feature_request.md index ae0b7738..be8be36c 100644 --- a/ssf/files/default/.github/ISSUE_TEMPLATE/feature_request.md +++ b/ssf/files/default/.github/ISSUE_TEMPLATE/feature_request.md @@ -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? -#### Describe the solution you'd like +### Describe the solution you'd like -#### Describe alternatives you've considered +### Describe alternatives you've considered -#### Additional context +### Additional context --- -#### Optional: How can this template be improved? +### Meta: How can this template be improved?