From 2be2250dc4bb7e2ee26716ce984f713a3430adb8 Mon Sep 17 00:00:00 2001 From: Harsh Agrawal Date: Tue, 23 Jan 2024 23:07:31 +0530 Subject: [PATCH 1/4] added pull_request_template.md --- pull_request_template.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pull_request_template.md diff --git a/pull_request_template.md b/pull_request_template.md new file mode 100644 index 0000000..e69de29 From 7dccb84f76d0753e20c801132a5280e3e35a9cc1 Mon Sep 17 00:00:00 2001 From: Harsh Agrawal Date: Tue, 23 Jan 2024 23:23:47 +0530 Subject: [PATCH 2/4] added changes to pull_request_template.md --- pull_request_template.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pull_request_template.md b/pull_request_template.md index e69de29..862af51 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -0,0 +1,22 @@ +# Description + +Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. + +Fixes # (issue) + +## Type of change + +Please delete options that are not relevant. + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + +# How Has This Been Tested? + +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration + + + + From 65e6c0f33795a3cce821f4c074f9ff2901c4580a Mon Sep 17 00:00:00 2001 From: harsh agrawal <73224301+harshagr70@users.noreply.github.com> Date: Wed, 24 Jan 2024 19:39:02 +0530 Subject: [PATCH 3/4] Update pull_request_template.md --- pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pull_request_template.md b/pull_request_template.md index 862af51..8af12f0 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -6,7 +6,6 @@ Fixes # (issue) ## Type of change -Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) From 8575029e911b0e1d62d6e683ede845586660bb1a Mon Sep 17 00:00:00 2001 From: Harsh Agrawal Date: Thu, 25 Jan 2024 22:04:57 +0530 Subject: [PATCH 4/4] added issue_template.md --- issue_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md new file mode 100644 index 0000000..c99e941 --- /dev/null +++ b/issue_template.md @@ -0,0 +1,20 @@ + +## Contributor Feature Request + +### Description + +A clear and concise description of the feature you are proposing to implement. + +### Use Case + +Describe the use case or scenario where this feature would be beneficial. + +### Proposed Solution + +If you have a specific solution or implementation in mind, please provide details. + +### Environment (if applicable) + +- Operating System: [e.g., Windows, macOS, Linux] +- Browser (if applicable): [e.g., Chrome, Firefox, Safari] +- Version: [e.g., 1.2.3]