diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 60a05a68992..a1f4d83606d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,8 +8,8 @@ I worked on the ..... because ... - [x] Bug fix - [x] Improvement - [x] New feature -- [] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [] Documentation +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] Documentation # ### Frontend Preview (Screenshots) : @@ -19,7 +19,7 @@ I worked on the ..... because ... # ### Checklist: -- [x] I have read the [**CONTRIBUTING**](https://docs.open-metadata.org/open-source-community/developer) document. +- [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.