Skip to content

Commit 4963a5b

Browse files
authored
Merge pull request #17 from pgollangi/chore-bug-template
chore: Update bug report template
2 parents c478090 + 2b480bb commit 4963a5b

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,14 @@ A clear and concise description of what you expected to happen.
2323
**Screenshots**
2424
If applicable, add screenshots to help explain your problem.
2525

26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
26+
**Versions (please complete the following information):**
27+
- Grafana Version: [e.g. v9.2.5]
28+
- Plugin Version: [e.g. 0.2.4]
29+
30+
31+
**Plugin Debug Logs:**
32+
33+
Insert Debug logs of the grafana plugin
3634

3735
**Additional context**
3836
Add any other context about the problem here.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It uses [FireQL](https://github.com/pgollangi/FireQL) to capture user query that
1717
## Features
1818
- [x] Use Google Firestore as a data source for Grafana dashboards
1919
- [x] Configure Firestore data source with GCP `Project Id` and [`Service Account`](https://cloud.google.com/firestore/docs/security/iam) for authentication
20-
- [x] Store `Service Account` data source configuration in Grafana encrypted storage [Secure JSON Data](https://grafana.com/docs/grafana/latest/developers/plugins/add-authentication-for-data-source-plugins/#encrypt-data-source-configuration)
20+
- [x] Store `Service Account` data source configuration in Grafana encrypted storage [Secure JSON Data](https://grafana.com/docs/grafana/latest/developers/plugins/create-a-grafana-plugin/extend-a-plugin/add-authentication-for-data-source-plugins/#encrypt-data-source-configuration)
2121
- [x] Query Firestore [collections](https://firebase.google.com/docs/firestore/data-model#collections) and path to collections
2222
- [x] Auto detect data types: `string`, `number`, `boolean`, `json`, `time.Time`
2323
- [x] Query selected fields from the collection

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It uses [FireQL](https://github.com/pgollangi/FireQL) to capture user query that
1313
## Features
1414
- Use Google Firestore as a data source for Grafana dashboards
1515
- Configure Firestore data source with GCP `Project Id` and [`Service Account`](https://cloud.google.com/firestore/docs/security/iam) for authentication
16-
- Store `Service Account` data source configuration in Grafana encrypted storage [Secure JSON Data](https://grafana.com/docs/grafana/latest/developers/plugins/add-authentication-for-data-source-plugins/#encrypt-data-source-configuration)
16+
- Store `Service Account` data source configuration in Grafana encrypted storage [Secure JSON Data](https://grafana.com/docs/grafana/latest/developers/plugins/create-a-grafana-plugin/extend-a-plugin/add-authentication-for-data-source-plugins/#encrypt-data-source-configuration)
1717
- Query Firestore [collections](https://firebase.google.com/docs/firestore/data-model#collections) and path to collections
1818
- Auto detect data types: `string`, `number`, `boolean`, `json`, `time.Time`
1919
- Query selected fields from the collection

0 commit comments

Comments
 (0)