You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure you have read the contribution guidelines https://github.com/grafana/k6/blob/master/CONTRIBUTING.md as well as the
3
+
the code of conduct https://github.com/grafana/k6/blob/master/CODE_OF_CONDUCT.md before opening a PR.
4
+
-->
5
+
6
+
## What?
7
+
8
+
<!-- A description of the changes this PR brings to the documentation. -->
9
+
10
+
## Checklist
11
+
12
+
Please fill in this template:
13
+
-[ ] I have used a meaningful title for the PR.
14
+
-[ ] I have described the changes I've made in the "What?" section above.
15
+
-[ ] I have performed a self-review of my changes.
16
+
-[ ] I have run the `make docs` command locally and verified that the changes look good.
17
+
18
+
Select one of these and delete the others:
19
+
20
+
If updating the documentation for the most recent release of k6:
21
+
-[ ] I have made my changes in the `docs/sources/v{most_recent_release}` folder of the documentation.
22
+
-[ ] I have reflected my changes in the `docs/sources/next` folder of the documentation.
23
+
-[ ] I have reflected my changes in the relevant (*e.g.* when correcting a documentation error) folders of the previous k6 versions of the documentation.
24
+
25
+
If updating the documentation for the next release of k6:
26
+
-[ ] I have made my changes in the `docs/sources/next` folder of the documentation.
0 commit comments