소스 검색

Update ISSUE_TEMPLATE.md

Torkel Ödegaard 9 년 전
부모
커밋
015b409f2f
1개의 변경된 파일9개의 추가작업 그리고 11개의 파일을 삭제
  1. 9 11
      .github/ISSUE_TEMPLATE.md

+ 9 - 11
.github/ISSUE_TEMPLATE.md

@@ -1,12 +1,9 @@
-Thank you for helping us make Grafana even better!
-
-To help us respond to your issues more quickly, please make sure to add as much information as possible.
-
-If this issue is about a plugin, please open the issue in that plugin's repository.
-
-Start your issue's title with [Feature Request] / [Bug] / [Question] or no tag if you're unsure. Also, please be aware that GitHub now supports uploading of screenshots; look at the bottom of this input field.
-
-Please include some basic information:
+* **I'm submitting a ...**
+- [ ] Bug report
+- [ ] Feature request
+- [ ] Question / Support request  => Please do not open a github issue. [Support Options](https://grafana.org/support/)
+- 
+Please include this information:
 - What Grafana version are you using?
 - What datasource are you using?
 - What OS are you running grafana on?
@@ -14,6 +11,7 @@ Please include some basic information:
 - What was the expected result?
 - What happenend instead?
 
-If your question/bug relates to a metric query / unexpected data visualization, please include:
+**IMPORTANT** If it realates to metric data viz:
 - An image or text representation of your metric query
-- The raw query and response from your data source (check this in chrome dev tools network tab)
+- The raw query and response for the network request (check this in chrome dev tools network tab, here you can see metric requests and other request, please include the request body and request response)
+