diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..b238caf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: speatzle + +--- + +**Describe the bug:** +A clear and concise description of what the bug is. + +**To Reproduce:** +A clear and concise description of how to reproduce the bug. + +**Output when using --debug (you should censor this):** + +**Passbolt Server Version (please complete the following information):** + - Edition: [e.g. Cloud / PRO / Community] + - Version [e.g. 3.5.0] + +**go-passbolt-cli Version (please complete the following information):** + - OS: [e.g. linux] + - Version [e.g. v0.1.7] + +**Additional context** +Add any other context about the problem here.