Saltstack Official Salt Formula
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

bug_report.md 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. ---
  2. name: Bug report
  3. about: Create a report to help us improve
  4. title: '[BUG] '
  5. labels: 'bug'
  6. assignees: ''
  7. ---
  8. <!--
  9. Notes:
  10. 1. Only post _bug reports_ here.
  11. 2. Use the appropriate template for _feature requests_.
  12. 3. Please direct questions to the [`#formulas` channel on Slack](https://saltstackcommunity.slack.com/messages/C7LG8SV54/), which is bridged to `#saltstack-formulas` on Freenode.
  13. -->
  14. ## Your setup
  15. ### Formula commit hash / release tag
  16. <!-- Please specify the formula's commit hash and/or release tag that you are using. -->
  17. ### Versions reports (master & minion)
  18. <!-- Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions. -->
  19. ### Pillar / config used
  20. <!-- Provide links to the SLS files and/or relevant configs (be sure to remove sensitive info). -->
  21. ---
  22. ## Bug details
  23. ### Describe the bug
  24. <!-- A clear and concise description of what the bug is. -->
  25. ### Steps to reproduce the bug
  26. <!-- Include debug logs if possible and relevant, e.g. using `salt-minion -l debug`. -->
  27. <!-- Alternatively, linking to Kitchen debug logs is useful, e.g. via. Travis CI. -->
  28. <!-- Most useful is providing a failing InSpec test, which can be used to verify any proposed fix. -->
  29. ### Expected behaviour
  30. <!-- A clear and concise description of what you expected to happen. -->
  31. ### Attempts to fix the bug
  32. <!-- Please mention any attempts you have made to fix the bug and what the results were. -->
  33. ### Additional context
  34. <!-- Add any other context about the problem here. -->
  35. ---
  36. ### Meta: How can this template be improved?
  37. <!-- Feel free to suggest how this template can be improved. -->