summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
new file mode 100644
index 00000000..e2c32ad8
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -0,0 +1,21 @@
+---
+name: Bug
+about: Submit a bug report
+labels: bug, new
+---
+
+# Bug report
+<!-- bug description explaining unmet expectation or use-case -->
+
+## Steps to reproduce the problem
+<!--Provide any applicable user-data, config, commandline or procedure to reproduce this problem -->
+
+## Environment details
+- Cloud-init version:
+- Operating System Distribution:
+- Cloud provider, platform or installer type:
+
+## cloud-init logs
+<!--
+Please provide either the applicable excerpt of /var/log/cloud-init.log representing the failure or attach cloud-init-logs.tar.gz obtained by running `sudo cloud-init collect-logs`. Add `--include-userdata` if there is no sensitive information in your user data.
+-->