diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 388eb641f..db7e708df 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,32 @@ -### Description of changes +## What? -Please describe your pull request. + -### Checklist +## Why? -- [ ] Written tests for the changes -- [ ] Update k6 documentation (if relevant) -- PR link: ? -- [ ] Update [k6 browser get started](https://k6.io/blog/get-started-with-k6-browser/) blog (if relevant) -- PR link: ? -- [ ] Generate and update [TypeScript definitions](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/k6/experimental/browser) (if relevant) + + +## Checklist + + + +- [ ] I have performed a self-review of my code +- [ ] I have added tests for my changes +- [ ] I have commented on my code, particularly in hard-to-understand areas + + + +## Related PR(s)/Issue(s) + + + +