From 0e080abae9ebca103946571a65587a73510cb250 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 21 Sep 2023 16:46:22 -0300 Subject: [PATCH] Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..584d35d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: "" +labels: ["bug"] +assignees: '' +--- + +#### Describe the bug + + +#### To Reproduce + + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +#### Expected behavior + + +#### Screenshots + + +#### Logs + + +#### Environment + +- Charm / library version (if relevant): +- Juju version (output from `juju --version`): +- Cloud Environment: +- Kubernetes version (output from `kubectl version --short`): + +#### Additional context + +