diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..b9f9818 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,44 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +### 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/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..cca1b9b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,38 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +### 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.