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. 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. 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