From 9f85be450a9da335f761ef998fb96fbc5ab7e641 Mon Sep 17 00:00:00 2001 From: Daniel Tayal Date: Sun, 20 Oct 2024 01:53:40 +0530 Subject: [PATCH 1/4] Create PULL_REQUEST_TEMPLATE.md --- .../PULL_REQUEST_TEMPLATE.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d319f58 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ +> ### Description +> - * [x] Added a summary of the changes and the issue addressed. +> +> ### Type of Change +> - * [x] Bug fix +> - * [x] New feature +> - * [x] Documentation update +> - * [x] Breaking change +> +> ## Checklist +> - * [x] My code follows the [guidelines](https://github.com/vatsalsinghkv/easy-fix/blob/main/CONTRIBUTING.md) of this project. +> - * [x] I have tested my code. +> - * [x] I have commented my code, particularly in hard to understand areas. +> - * [x] I checked and didn't find similar [Pull request](https://github.com/vatsalsinghkv/easy-fix/pulls) +> +> ## Screenshots +> +> - * [x] Added Screenshots +> +> ## Issue Related +> - Closes #[IssueNumber] \ No newline at end of file From edf4369798e4a99ea8b7837721c50b574a8299de Mon Sep 17 00:00:00 2001 From: Daniel Tayal Date: Sun, 20 Oct 2024 01:59:22 +0530 Subject: [PATCH 2/4] Update PULL_REQUEST_TEMPLATE.md --- .../PULL_REQUEST_TEMPLATE.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md index d319f58..eced6bb 100644 --- a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md @@ -1,21 +1,21 @@ > ### Description -> - * [x] Added a summary of the changes and the issue addressed. +> - * [] Added a summary of the changes and the issue addressed. > > ### Type of Change -> - * [x] Bug fix -> - * [x] New feature -> - * [x] Documentation update -> - * [x] Breaking change +> - * [] Bug fix +> - * [] New feature +> - * [] Documentation update +> - * [] Breaking change > -> ## Checklist +> ### Checklist > - * [x] My code follows the [guidelines](https://github.com/vatsalsinghkv/easy-fix/blob/main/CONTRIBUTING.md) of this project. -> - * [x] I have tested my code. -> - * [x] I have commented my code, particularly in hard to understand areas. +> - * [] I have tested my code. +> - * [] I have commented my code, particularly in hard to understand areas. > - * [x] I checked and didn't find similar [Pull request](https://github.com/vatsalsinghkv/easy-fix/pulls) > -> ## Screenshots +> ### Screenshots > -> - * [x] Added Screenshots +> - * [] Added Screenshots > -> ## Issue Related -> - Closes #[IssueNumber] \ No newline at end of file +> ### Issue Related +> - Closes #[IssueNumber] From e557ad0bc537cd4fce3bd07a24aa9957229088e0 Mon Sep 17 00:00:00 2001 From: Daniel Tayal Date: Sun, 20 Oct 2024 02:00:11 +0530 Subject: [PATCH 3/4] Update PULL_REQUEST_TEMPLATE.md --- .../PULL_REQUEST_TEMPLATE.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md index eced6bb..ef20194 100644 --- a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md @@ -1,21 +1,21 @@ > ### Description -> - * [] Added a summary of the changes and the issue addressed. +> * [ ] Added a summary of the changes and the issue addressed. > > ### Type of Change -> - * [] Bug fix -> - * [] New feature -> - * [] Documentation update -> - * [] Breaking change +> * [ ] Bug fix +> * [ ] New feature +> * [ ] Documentation update +> * [ ] Breaking change > > ### Checklist > - * [x] My code follows the [guidelines](https://github.com/vatsalsinghkv/easy-fix/blob/main/CONTRIBUTING.md) of this project. -> - * [] I have tested my code. -> - * [] I have commented my code, particularly in hard to understand areas. +> * [ ] I have tested my code. +> * [ ] I have commented my code, particularly in hard to understand areas. > - * [x] I checked and didn't find similar [Pull request](https://github.com/vatsalsinghkv/easy-fix/pulls) > > ### Screenshots > -> - * [] Added Screenshots +> * [ ] Added Screenshots > > ### Issue Related > - Closes #[IssueNumber] From 7a5a319f3d7d866e22af0fe5d93f671777fdd0f2 Mon Sep 17 00:00:00 2001 From: Daniel Tayal Date: Sun, 20 Oct 2024 02:04:07 +0530 Subject: [PATCH 4/4] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md index ef20194..6412c1d 100644 --- a/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md @@ -8,10 +8,10 @@ > * [ ] Breaking change > > ### Checklist -> - * [x] My code follows the [guidelines](https://github.com/vatsalsinghkv/easy-fix/blob/main/CONTRIBUTING.md) of this project. +> * [x] My code follows the [guidelines](https://github.com/vatsalsinghkv/easy-fix/blob/main/CONTRIBUTING.md) of this project. > * [ ] I have tested my code. > * [ ] I have commented my code, particularly in hard to understand areas. -> - * [x] I checked and didn't find similar [Pull request](https://github.com/vatsalsinghkv/easy-fix/pulls) +> * [x] I checked and didn't find similar [Pull request](https://github.com/vatsalsinghkv/easy-fix/pulls) > > ### Screenshots >