mirror of https://github.com/grafana/grafana
* grafana/master: Update README.md Update core:start cli command to watch theme changes again (#15856) Updated pull request template Updated pull request rtemplate Removed title case from issue template title Updated issue template titles Updated issue templates Updated templates fix: Update error message and replace npm with yarn #15851 fix: Make sure we dont add &autofitpanels to the url if it already exists #15849 Update upgrading.md for wrong spell return the same panelData unless it changes Map dataSourceTypeSearchQuery state from redux to search input. Revert "Fix for leaving playlist mode" add new issue templatespull/15842/head
commit
2db4004d62
@ -1,16 +0,0 @@ |
||||
Read before posting: |
||||
|
||||
- Questions should be posted to https://community.grafana.com. Please search there and here on GitHub for similar issues before creating a new issue. |
||||
- Checkout FAQ: https://community.grafana.com/c/howto/faq |
||||
- Checkout How to troubleshoot metric query issues: https://community.grafana.com/t/how-to-troubleshoot-metric-query-issues/50 |
||||
|
||||
Please include this information: |
||||
### What Grafana version are you using? |
||||
### What datasource are you using? |
||||
### What OS are you running grafana on? |
||||
### What did you do? |
||||
### What was the expected result? |
||||
### What happened instead? |
||||
### If related to metric query / data viz: |
||||
### Include raw network request & response: get by opening Chrome Dev Tools (F12, Ctrl+Shift+I on windows, Cmd+Opt+I on Mac), go the network tab. |
||||
|
@ -0,0 +1,27 @@ |
||||
--- |
||||
name: Bug report |
||||
about: Report a bug you found when using Grafana |
||||
labels: 'type: bug' |
||||
--- |
||||
|
||||
<!-- |
||||
Please use this template while reporting a bug and provide as much info as possible. |
||||
Questions should be posted to https://community.grafana.com |
||||
Use query inspector to troubleshoot issues: https://community.grafana.com/t/using-grafanas-query-inspector-to-troubleshoot-issues/2630 |
||||
--> |
||||
|
||||
**What happened**: |
||||
|
||||
**What you expected to happen**: |
||||
|
||||
**How to reproduce it (as minimally and precisely as possible)**: |
||||
|
||||
**Anything else we need to know?**: |
||||
|
||||
**Environment**: |
||||
- Grafana version: |
||||
- Data source type & version: |
||||
- OS Grafana is installed on: |
||||
- User OS & Browser: |
||||
- Grafana plugins: |
||||
- Others: |
@ -0,0 +1,11 @@ |
||||
--- |
||||
name: Enhancement request |
||||
about: Suggest an enhancement or new feature for the Grafana project |
||||
labels: 'type: feature request' |
||||
--- |
||||
|
||||
<!-- Please only use this template for submitting feature requests --> |
||||
|
||||
**What would you like to be added**: |
||||
|
||||
**Why is this needed**: |
@ -0,0 +1,26 @@ |
||||
--- |
||||
name: Accessibility issue |
||||
about: Help make Grafana be better at keyboard navigation, screen-readable and accessible to all. |
||||
labels: 'type: accessibility' |
||||
--- |
||||
|
||||
<!-- |
||||
Please only use this template for submitting accessibility issues. |
||||
|
||||
This is a new feature area for Grafana that we want to improve. We have long way to go |
||||
to really improve accessibility and would like your help to know where to start. |
||||
--> |
||||
|
||||
**Steps to reproduce**: |
||||
|
||||
**Actual Result**: |
||||
|
||||
**Expected Result** |
||||
|
||||
**Relevant WCAG Criteria:** [#.#.# WCAG Criterion](link to https://www.w3.org/WAI/WCAG21/quickref/?versions=2.0) |
||||
|
||||
**Environment**: |
||||
- Grafana version: |
||||
- Data source type & version: |
||||
- User OS & Browser: |
||||
- Others: |
@ -0,0 +1,14 @@ |
||||
--- |
||||
name: Support request |
||||
about: 'Question or support request relating to using Grafana' |
||||
title: '' |
||||
labels: '' |
||||
assignees: '' |
||||
--- |
||||
|
||||
STOP -- PLEASE READ! |
||||
|
||||
GitHub is not the right place for questions and support requests. |
||||
|
||||
Please ask questions on our community site: [https://community.grafana.com/](https://community.grafana.com/) |
||||
|
@ -1,5 +1,27 @@ |
||||
* Follow the contribution guidelines in [`CONTRIBUTING.md`](https://github.com/grafana/grafana/blob/master/CONTRIBUTING.md) |
||||
* Rebase your PR if it gets out of sync with master |
||||
* Include `closes #<issue>` or a link to the issue in the description |
||||
<!-- Thanks for sending a pull request! Here are some tips for you: |
||||
|
||||
**REMOVE THE TEXT ABOVE BEFORE CREATING THE PULL REQUEST** |
||||
1. If this is your first time, please read our [`CONTRIBUTING.md`](https://github.com/grafana/grafana/blob/master/CONTRIBUTING.md) guide. |
||||
2. Ensure you have added or ran the appropriate tests for your PR. |
||||
3. If it's a new feature or config option it will need a docs update. Docs are under the docs folder in repo root. |
||||
4. If the PR is unfinished, mark it as a draft PR. |
||||
5. Rebase your PR if it gets out of sync with master |
||||
--> |
||||
|
||||
**What this PR does / why we need it**: |
||||
|
||||
**Which issue(s) this PR fixes**: |
||||
<!-- |
||||
*Automatically closes linked issue when PR is merged. |
||||
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. |
||||
--> |
||||
Fixes # |
||||
|
||||
**Special notes for your reviewer**: |
||||
|
||||
**Release note**: |
||||
<!-- |
||||
If this is a user facing change and should be mentioned in relase note add it below. If no, just write "NONE" below. |
||||
--> |
||||
```release-note |
||||
|
||||
``` |
||||
|
Loading…
Reference in new issue