Skip to content

Commit 6472d3d

Browse files
github: add pull request checklist
1 parent 9cbeaef commit 6472d3d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
If this pull request introduces support for new metrics, do not forget to
2+
- [ ] add Grafana panel;
3+
- [ ] run `make update-tests` to build new dashboard artifacts;
4+
- [ ] add example application code to generate non-null metrics;
5+
- [ ] attach a screenshot of a new panel to the PR description;
6+
- [ ] add new Telegraf tag key, if relevant,
7+
- [ ] to all `telegraf.conf` files,
8+
- [ ] to "Grafana dashboard" documentation page;
9+
- [ ] add alert example, if relevant,
10+
- [ ] to `alerts.yml`,
11+
- [ ] to "Alerting" documentation page;
12+
- [ ] update [Metrics support wiki page](https://github.com/tarantool/grafana-dashboard/wiki/Metrics-support) after merging.
13+
14+
In any case, do not forget to
15+
- [ ] link an issue,
16+
- [ ] add a CHANGELOG entry.

0 commit comments

Comments
 (0)