Skip to content

Commit

Permalink
Add Bug-report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
yashksaini-coder committed Oct 5, 2024
1 parent 1908697 commit 6660859
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/BUG_report_issue_template.md
Original file line number Diff line number Diff line change
@@ -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?**
<!-- 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.

0 comments on commit 6660859

Please sign in to comment.