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.