mirror of
https://github.com/passbolt/go-passbolt-cli.git
synced 2025-05-12 10:58:21 +00:00
Merge pull request #9 from passbolt/speatzle-issue_template-1
Add Bug Report issue template
This commit is contained in:
commit
95644e205e
1 changed files with 27 additions and 0 deletions
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue