Skip to content

Commit

Permalink
Bug Report & Feature Request has been added!
Browse files Browse the repository at this point in the history
Manually added templates
  • Loading branch information
this-is-yaash authored Oct 12, 2024
1 parent 2e43837 commit aa6102f
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
44 changes: 44 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -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?**
<!-- Example: "Bug: [Component] Button not responding on click" -->
<!-- Use format: "Bug: [affected section] concise description" -->

### Description
<!-- A clear and detailed description of the bug, including what happens, how it happens, and any potential consequences. -->

### Steps to Reproduce
<!-- List out the steps to reproduce the bug, including the code, environment, or any specific conditions. -->

1. Step 1
2. Step 2
3. Step 3

### Changes Expected
<!-- Describe what changes you wish to make in the code. -->

### Screenshots / Logs
<!-- If applicable, attach screenshots, logs, or any other files to help understand the issue. -->

### Related Issues or Pull Requests
<!-- If this issue is related to other issues or pull requests, mention them here by linking the relevant numbers. -->

### Environment
<!-- Provide details about the environment where the issue was observed (e.g., OS, browser, or framework version). -->

### 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.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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?**
<!-- Example: "feat: [Component] Add social media sharing functionality" -->
<!-- Use format: "feat: [affected section] concise description" -->

### Description
<!-- A clear and detailed description of the feature, including the problem you're addressing, the solution you're proposing, and any relevant details. -->

### Approach to Creating This Feature
<!-- Describe your approach to creating this feature. How does it integrate with existing components or functionality? Provide examples or ideas. -->

### Benefits
<!-- Explain the benefits of this feature. How will it improve the project or user experience? -->

### Social Links / References
<!-- If relevant, provide links to other resources (social media links, GitHub repos, examples) that may help understand or enhance the feature. -->

### Additional Context
<!-- Add any other relevant information, such as user stories, use cases, or mockups, to provide more detail about the feature request. -->

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

0 comments on commit aa6102f

Please sign in to comment.