Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Pull Request template to guide contributions #1407

Merged
merged 3 commits into from
Nov 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!--
Please make sure you have read the contribution guidelines https://github.com/grafana/k6/blob/master/CONTRIBUTING.md as well as the
the code of conduct https://github.com/grafana/k6/blob/master/CODE_OF_CONDUCT.md before opening a PR.
-->

## What?

<!-- A description of the changes this PR brings to the documentation. -->

## Checklist

Please fill in this template:
- [ ] I have used a meaningful title for the PR.
- [ ] I have described the changes in made in the "What?" section above.
oleiade marked this conversation as resolved.
Show resolved Hide resolved
- [ ] I have performed a self-review of my changes.
- [ ] I have run the `make docs` command locally and verified that the changes look good.

Select one of these and delete the others:

If updating the documentation of the most recent release of k6:
oleiade marked this conversation as resolved.
Show resolved Hide resolved
- [ ] I have made my changes in the `docs/sources/v{most_recent_release}` folder of the documentation.
- [ ] I have reflected my changes in the `docs/sources/next` folder of the documentation.
- [ ] I have reflected my changes in the folders of the previous k6 versions of the documentation.
heitortsergent marked this conversation as resolved.
Show resolved Hide resolved

If updating the documentation of the next release of k6:
oleiade marked this conversation as resolved.
Show resolved Hide resolved
- [ ] I have performed a self-review of my changes.
oleiade marked this conversation as resolved.
Show resolved Hide resolved
- [ ] I have made my changes in the `docs/sources/next` folder of the documentation.
- [ ] I have reflected my changes in the `docs/sources/v{most_recent_release}` folder of the documentation.
oleiade marked this conversation as resolved.
Show resolved Hide resolved

If publishing the documentation of the freshly released version of k6:
- [ ] I have made a copy of the `docs/sources/next` folder of the documentation and renamed it to `docs/sources/v{most_recent_release}`.
oleiade marked this conversation as resolved.
Show resolved Hide resolved

## Related PR(s)/Issue(s)

<!-- - <https://github.com/grafana/...> -->

<!-- Does it close an issue? -->
<!-- Closes #ISSUE-ID -->

<!-- Thanks for your contribution! 🙏🏼 -->
Loading