From ba7690f14ee8f1348100b9c8c2ca38ff60feb2da Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Wed, 22 Mar 2023 16:50:13 +0100 Subject: [PATCH] Update PR template (#10700) * Update PR template * Update PR template --- .github/pull_request_template.md | 70 +++++++++++++++++++++----------- 1 file changed, 47 insertions(+), 23 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a1f4d83606d..cd6921c06b8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,34 +1,58 @@ -### Describe your changes : - -I worked on the ..... because ... + + +### Describe your changes: + +Fixes + + + +I worked on ... because ... + + # -### Type of change : +### Type of change: -- [x] Bug fix -- [x] Improvement -- [x] New feature +- [ ] Bug fix +- [ ] Improvement +- [ ] New feature - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation -# -### Frontend Preview (Screenshots) : -

For frontend related change, please link screenshots of your changes preview! Optional for backend related changes. -

- # ### Checklist: - [x] I have read the [**CONTRIBUTING**](https://docs.open-metadata.org/developers/contribute) document. -- [ ] I have commented on my code, particularly in hard-to-understand areas. -- [ ] I have added tests that prove my fix is effective or that my feature works. -- [x] All new and existing tests passed. +- [ ] My PR title is `Fixes : ` +- [ ] I have commented on my code, particularly in hard-to-understand areas. +- [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed. -# -### Reviewers - - - - - - + + + + + + + + +