summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoscalix <agustin.benito@codethink.co.uk>2018-05-22 16:19:19 +0200
committertoscalix <agustin.benito@codethink.co.uk>2018-05-22 16:19:19 +0200
commit77da5945ba80842c20e262e103661e2464e8eb49 (patch)
treebad1b14cc7d4d9767f6a69e8083dbcea828883e4
parent206a7ee8085110ac55d7b51c5546154426e2a4fb (diff)
downloadbuildstream-77da5945ba80842c20e262e103661e2464e8eb49.tar.gz
bst bug template
-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