From 9fc230734a2f5e8d05c7adc47c9fcda06ff1eb3c Mon Sep 17 00:00:00 2001 From: Ayush Shah Date: Mon, 8 Aug 2022 12:07:30 +0530 Subject: [PATCH] Fix Broken Link - Pull request template (#6639) --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.