Skip to content

Commit

Permalink
Merge 0bacfff into 9fdd569
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov authored Jun 22, 2023
2 parents 9fdd569 + 0bacfff commit 35ce431
Showing 1 changed file with 30 additions and 19 deletions.
49 changes: 30 additions & 19 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,31 @@
<!--
(ノ◕ヮ◕)ノ*:・゚✧
Thank you for your interest in contributing to the k6 project!
Before you get started, we'd kindly like to ask you to read our:
- Contribution guidelines at https://github.com/grafana/k6/blob/master/CONTRIBUTING.md
- Code of Conduct at https://github.com/grafana/k6/blob/master/CODE_OF_CONDUCT.md
Out of respect for your time, please start a discussion regarding any bigger contributions either
in a GitHub Issue, in the community forums or in the #contributors channel of the k6 slack before you
get started on the implementation.
If you've already done all of that, you're more than welcome to proceed with your pull request.
Thank you again for your contribution! 🙏🏼
## What?

<!-- A short (or detailed) description of what this PR does. -->

## Why?

<!-- A short (or detailed) explanation of why these changes are made and needed. -->

## Checklist

<!--
If you haven't read the contributing guidelines https://github.com/grafana/k6/blob/master/CONTRIBUTING.md
and code of conduct https://github.com/grafana/k6/blob/master/CODE_OF_CONDUCT.md yet, please do so
-->

- [ ] I have performed a self-review of my code.
- [ ] I have added tests for my changes.
- [ ] I have run linter locally (`make ci-like-lint`) and all checks pass.
- [ ] I have run tests locally (`make test`) and all tests pass.
- [ ] I have commented on my code, particularly in hard-to-understand areas.
<!-- - [ ] Any other relevant item -->

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

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

<!-- Does it close an issue? -->

<!-- Closes #ISSUE-ID -->

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

0 comments on commit 35ce431

Please sign in to comment.