From 6fd9ddf767983269bedec41a61596d61a5d77591 Mon Sep 17 00:00:00 2001 From: Vinit Date: Mon, 19 Jun 2023 13:51:48 +0530 Subject: [PATCH 1/3] Added PR Template --- ,github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ,github/pull_request_template.md diff --git a/,github/pull_request_template.md b/,github/pull_request_template.md new file mode 100644 index 0000000..a62e3e5 --- /dev/null +++ b/,github/pull_request_template.md @@ -0,0 +1,17 @@ +## Description +Briefly describe the changes made in this pull request. + +## Fixes +Specify the related issues or tickets that this pull request fixes (e.g., Fixes #123). + +## Checklist + +- [ ] Code follows project's style guidelines. +- [ ] Changes are documented appropriately. + +## Notes +Add any additional notes or context that might be useful for reviewers. + + + +#### (PS → Make Sure Pull request title is meaningful.) \ No newline at end of file From c2a1454a62303a76c6f429c8cc6655c7c8414e9e Mon Sep 17 00:00:00 2001 From: Vinit Date: Wed, 21 Jun 2023 10:49:57 +0530 Subject: [PATCH 2/3] Updated Changes and resolved the issue --- {,github => .github}/pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {,github => .github}/pull_request_template.md (100%) diff --git a/,github/pull_request_template.md b/.github/pull_request_template.md similarity index 100% rename from ,github/pull_request_template.md rename to .github/pull_request_template.md From 8b3f984a28513711e9a5a197b1ec7ab85d10473e Mon Sep 17 00:00:00 2001 From: Vinit Date: Wed, 21 Jun 2023 11:05:05 +0530 Subject: [PATCH 3/3] Issues fixes#93 --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a62e3e5..6d8c40f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ Briefly describe the changes made in this pull request. Specify the related issues or tickets that this pull request fixes (e.g., Fixes #123). ## Checklist - + - [ ] Code follows project's style guidelines. - [ ] Changes are documented appropriately.