Commit 5cabed68443f7abf278033a67d71f095ded3fa69

Authored by Andrew Shvayka
Committed by GitHub
1 parent eddc9c0f

Update issue templates

  1 +---
  2 +name: "\U0001F41E Bug report"
  3 +about: Create a report to help us improve
  4 +title: "[Bug] "
  5 +labels: bug
  6 +assignees: ashvayka, vvlladd28
  7 +
  8 +---
  9 +
  10 +**Describe the bug**
  11 +A clear and concise description of what the bug is.
  12 +
  13 +**Your Server Environment**
  14 +<!-- 🔅🔅🔅🔅🔅🔅🔅 Choose one of the following or write your own 🔅🔅🔅🔅🔅🔅🔅-->
  15 +* demo.thingsboard.io
  16 +* cloud.thingsboard.io
  17 +* own setup
  18 + * cloud or local infrastructure or docker deployment
  19 + * ThingsBoard Version
  20 + * OS Name and Version
  21 +
  22 +**Your Client Environment**
  23 +<!-- 🔅🔅🔅🔅🔅🔅🔅 Choose one of the following or write your own 🔅🔅🔅🔅🔅🔅🔅-->
  24 +**Desktop (please complete the following information):**
  25 +
  26 +* OS: [e.g. iOS]
  27 +* Browser [e.g. chrome, safari]
  28 +* Version [e.g. 22]
  29 +
  30 +**Smartphone (please complete the following information):**
  31 +* Device: [e.g. iPhone6]
  32 +* OS: [e.g. iOS8.1]
  33 +* Browser [e.g. stock browser, safari]
  34 +* Version [e.g. 22]
  35 +
  36 +**Your Device**
  37 +
  38 +* Connectivity
  39 + * MQTT
  40 + * HTTP
  41 + * CoAP
  42 + * Gateway
  43 + * Integration: (Specify name)
  44 +* Device vendor and model
  45 +
  46 +**To Reproduce**
  47 +Steps to reproduce the behavior:
  48 +1. Go to '...'
  49 +2. Click on '....'
  50 +3. Scroll down to '....'
  51 +4. See error
  52 +
  53 +**Expected behavior**
  54 +A clear and concise description of what you expected to happen.
  55 +
  56 +**Screenshots**
  57 +If applicable, add screenshots to help explain your problem.
  58 +
  59 +**Additional context**
  60 +Add any other context about the problem here.
... ...
1 1 ---
2 2 name: Feature request
3 3 about: Suggest an idea for this project
4   -title: ''
5   -labels: ''
6   -assignees: ''
  4 +title: "[Feature Request]"
  5 +labels: feature
  6 +assignees: ikulikov
7 7
8 8 ---
9 9
... ...
  1 +---
  2 +name: Question
  3 +about: Describe your questions in details
  4 +title: "[Question] your title here"
  5 +labels: question
  6 +assignees: ashvayka
  7 +
  8 +---
  9 +
  10 +**Component**
  11 +
  12 +<!-- Choose one of the following and delete all others. -->
  13 + * UI
  14 + * Rule Engine
  15 + * Installation
  16 + * Generic
  17 +
  18 +**Description**
  19 +A clear and concise details.
  20 +
  21 +**Environment**
  22 +<!-- Add information about your environment and ThingsBoard version if applicable -->
  23 + * OS: name and version
  24 + * ThingsBoard: version
  25 + * Browser: name and version
... ...