summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab/issue_templates/bst_bug.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/bst_bug.md b/.gitlab/issue_templates/bst_bug.md
new file mode 100644
index 000000000..f8ae56910
--- /dev/null
+++ b/.gitlab/issue_templates/bst_bug.md
@@ -0,0 +1,36 @@
+## Summary
+
+[//]: # (Summarize the bug encountered concisely)
+
+
+## Steps to reproduce
+
+[//]: # (How one can reproduce the issue - this is very important)
+
+
+## What is the current bug behavior?
+
+[//]: # (What actually happens)
+
+
+## What is the expected correct behavior?
+
+[//]: # (What you should see instead)
+
+
+## Relevant logs and/or screenshots
+
+[//]: # (Paste any relevant logs - please use code blocks ``` to format console output, logs, and code as it's hard to read otherwise. You can also add a Snippet and link it here. Check the markdown giude on Gitlab for further tips)
+
+## Possible fixes
+
+[//]: # (If you can, link to the line of code that might be responsible for the problem)
+
+## Other relevant information
+
+[//] # (Add the BuildStream version. Substitute below the "x" by "1", "2" or the right version. Add more than one versioni f necessary)
+
+* BuildStream version affected: /milestone %BuildStream_v1.x
+
+----
+/label ~bug