From 2f60471f8b192ce29520dc6cbc992185083a66ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Thu, 10 Feb 2022 15:35:14 +0100 Subject: [PATCH] gitlab: add template for issues Add bug and RFC templates --- .gitlab/issue_templates/Bug.md | 41 ++++++++++++++++++++++++++++++++++ .gitlab/issue_templates/RFC.md | 12 ++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .gitlab/issue_templates/Bug.md create mode 100644 .gitlab/issue_templates/RFC.md diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md new file mode 100644 index 0000000..44badbd --- /dev/null +++ b/.gitlab/issue_templates/Bug.md @@ -0,0 +1,41 @@ +### Describe your issue + + + + +#### Expected Behavior + + + +#### Observed Behavior + + + +#### Setup + +- **Operating System:** +- **Device:** Computer / Tablet / Mobile / Virtual Machine +- **Flatpak:** Yes/No +- **GstPipelineStudio version:** +- **GStreamer Version:** + +### Steps to reproduce the bug + + + +1. open terminal +2. type `command` + +### How reproducible is the bug? + + + +### Screenshots if relevant + +### Solutions you have tried + +### Related non-duplicate issues + +### Additional Information + + diff --git a/.gitlab/issue_templates/RFC.md b/.gitlab/issue_templates/RFC.md new file mode 100644 index 0000000..fcbcb40 --- /dev/null +++ b/.gitlab/issue_templates/RFC.md @@ -0,0 +1,12 @@ +### Describe your RFC + + + + +#### Expected Behavior + + + +### Related non-duplicate issues + +### Additional Information