Saltstack Official PHP Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bug_report.md 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. #### Describe the bug
  15. <!-- A clear and concise description of what the bug is. -->
  16. #### Setup
  17. <!-- Provide links to the SLS files and/or relevant configs (be sure to remove sensitive info). -->
  18. #### Steps to reproduce the bug
  19. <!-- Include debug logs if possible and relevant, e.g. using `salt-minion -l debug`. -->
  20. <!-- Alternatively, linking to Kitchen debug logs is useful, e.g. via. Travis CI. -->
  21. <!-- Most useful is providing a failing InSpec test, which can be used to verify any proposed fix. -->
  22. #### Expected behaviour
  23. <!-- A clear and concise description of what you expected to happen. -->
  24. #### Versions report
  25. <!-- Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions. -->
  26. #### Additional context
  27. <!-- Add any other context about the problem here. -->
  28. ---
  29. #### Optional: How can this template be improved?
  30. <!-- Feel free to suggest how this template can be improved. -->