From 6660859d7e5c30f11b5bea5efaf3c63387f5b186 Mon Sep 17 00:00:00 2001 From: yashksaini-coder Date: Sun, 6 Oct 2024 00:00:49 +0530 Subject: [PATCH 1/3] Add Bug-report issue template --- .github/BUG_report_issue_template.md | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/BUG_report_issue_template.md diff --git a/.github/BUG_report_issue_template.md b/.github/BUG_report_issue_template.md new file mode 100644 index 00000000..376e03bf --- /dev/null +++ b/.github/BUG_report_issue_template.md @@ -0,0 +1,35 @@ +### Title of the Issue +- [ ] **Have you named the issue title clearly and descriptively?** +- [ ] **Have you searched for existing issues in the project to avoid duplicates?** + + + +### Description + + +### Steps to Reproduce + + +1. Step 1 +2. Step 2 +3. Step 3 + +### Changes Expected + + +### Screenshots / Logs + + +### Related Issues or Pull Requests + + +### Environment + + +### Checklist +- [ ] I have followed the issue title guidelines. +- [ ] I have included a clear and detailed description. +- [ ] I have provided necessary logs, screenshots, or other files. +- [ ] I am a GSSOC contributor. +- [ ] I have mentioned related issues or pull requests if any. +- [ ] I have provided details about the environment where the issue was observed. From d10a5eddbbbd46856360c251aad074264d3bccb2 Mon Sep 17 00:00:00 2001 From: yashksaini-coder Date: Sun, 6 Oct 2024 00:01:05 +0530 Subject: [PATCH 2/3] Add Feature-request issue template --- .github/Feature_request_issue_template.md | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/Feature_request_issue_template.md diff --git a/.github/Feature_request_issue_template.md b/.github/Feature_request_issue_template.md new file mode 100644 index 00000000..e99485f9 --- /dev/null +++ b/.github/Feature_request_issue_template.md @@ -0,0 +1,29 @@ +### Title of the Issue +- [ ] **Have you named the issue title clearly and descriptively?** +- [ ] **Have you searched for existing issues in the project to avoid duplicates?** + + + +### Description + + +### Approach to Creating This Feature + + +### Benefits + + +### Social Links / References + + +### Additional Context + + +### Checklist +- [ ] I have followed the issue title guidelines. +- [ ] I have clearly described the feature and its approach. +- [ ] I have explained the benefits of this feature. +- [ ] I have added references or social links, where applicable. +- [ ] I have provided additional context, if necessary. +- [ ] I have read the GSSOC guidelines and understand the contribution process. +- [ ] I have checked for existing issues and pull requests to avoid duplicates. From b6695186539b4551ac8d40c2623c1ce4b2d18b4a Mon Sep 17 00:00:00 2001 From: yashksaini-coder Date: Sun, 6 Oct 2024 00:01:41 +0530 Subject: [PATCH 3/3] Add Pull Request template --- .github/Pull_Request_template.md | 47 ++++++++++++++++++++++++++++++++ 1 file changed, 47 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 00000000..955a7509 --- /dev/null +++ b/.github/Pull_Request_template.md @@ -0,0 +1,47 @@ +### Title of the Pull Request +- [ ] Have you renamed the PR Title in a meaningful way? + +### Related Issue + +Closes: # + +### Description + + +### Type of change + +What sort of changes have you made: + +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Code style update (formatting, local variables) +- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) +- [ ] This change requires a documentation update + +### Checklist + +- [ ] My code follows the code style of this project. +- [ ] I have followed the contribution guidelines +- [ ] I have performed a self-review of my own code. +- [ ] I have ensured my changes don't generate any new warnings or errors. +- [ ] I have updated the documentation (if necessary). +- [ ] I have resolved all merge conflicts. \ No newline at end of file