From 3c9807281e4ac349ba9b8392c4e80a2d98a74c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0nan=C3=A7=20G=C3=BCm=C3=BC=C5=9F?= Date: Wed, 16 Aug 2023 13:51:15 +0300 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md I've copied and modified the k6 PR template for our purposes. Let me know if it makes sense. Thanks! --- .github/PULL_REQUEST_TEMPLATE.md | 36 +++++++++++++++++++++++++------- 1 file changed, 29 insertions(+), 7 deletions(-) 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) + + + +