Skip to content

Commit 5a30f54

Browse files
Add a Pull Request template to guide contributions (#1407)
* Add a Pull Request template to guide contributions * Apply suggestions from code review Co-authored-by: Heitor Tashiro Sergent <[email protected]> * Apply suggestions from code review --------- Co-authored-by: Heitor Tashiro Sergent <[email protected]>
1 parent 1a405f3 commit 5a30f54

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/pull_request_template.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!--
2+
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.
27+
28+
## Related PR(s)/Issue(s)
29+
30+
<!-- - <https://github.com/grafana/...> -->
31+
32+
<!-- Does it close an issue? -->
33+
<!-- Closes #ISSUE-ID -->
34+
35+
<!-- Thanks for your contribution! 🙏🏼 -->

0 commit comments

Comments
 (0)