From 60a58629d364af5aba4d0d6d7e21b29801076e21 Mon Sep 17 00:00:00 2001 From: Sebastian Clausen Date: Thu, 25 May 2023 10:04:34 +0200 Subject: [PATCH] feat: added issue template --- .github/ISSUE_TEMPLATE.md | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 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 0000000..307b48c --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,40 @@ +# PLEASE PROVIDE THE FOLLOWING INFORMATION. +# ISSUES NOT FOLLOWING THE ISSUE TEMPLATE WILL BE CLOSED WITHOUT INVESTIGATION. + +- [ ] **I have searched for similar issues in this repository, but couldn't find one.** +- [ ] **I have read the README and have a basic understanding how angular works.** +## I'm submitting a... + +- [ ] Regression (a behavior that used to work and stopped working in a new release) +- [ ] Bug report +- [ ] Feature request + +## Current behavior + + + +## Expected behavior + + + +## [Minimal working example](https://en.wikipedia.org/wiki/Minimal_working_example) of the problem with instructions + + +## What is the motivation / use case for changing the behavior? + + + +## Environment + +

+ngx-mqtt version: X.Y.Z
+
+
+- Broker 
+
+Others:
+
+
\ No newline at end of file