From a8c36d73665018f4bc5c3fe0ff46da14442dfdfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20L?= Date: Wed, 31 May 2017 15:24:58 +0200 Subject: [PATCH] Docs: add issue template --- .github/ISSUE_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..61eea318 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +#### Issue type +- [ ] Bug +- [ ] Feature request +- [ ] Other + +#### Description +*Replace this with a description of the bug encountered or feature requested.* + +#### Steps to reproduce +*If it's a bug, please describe the steps to reproduce it. Otherwise, remove this section.* + +#### Technical information +- **Operating System** : +- **OBS Studio version** : + +#### Development Environment +*If you're trying to compile obs-websocket, please describe your compiler type and version (e.g: GCC 4.7, VC2013, ...), and the CMake settings used. +Remove this section if it doesn't apply to your case.*