Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created new issue templates for bug reports and feature requests #2464

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/⭐-feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: "⭐ Feature request"
about: Suggest an idea for this project
title: ''
labels: Needs-Triage
assignees: ''

---

We love hearing your ideas! ⭐ Share your thoughts below to help us understand and shape the future together. The more details you provide, the clearer the picture becomes. Let's make this awesome!

## 🧐 What's the Problem?
Is this feature solving a frustration or filling a gap? Tell us about the issue you’re facing. (e.g., "I always find it tricky when...")

## Your Ideal Solution
What does your dream solution look like? Describe how this feature would work and what it would accomplish.

## Have You Thought About Alternatives?
Have you explored other ways to solve this problem? Share any other ideas or approaches you’ve considered.

## Extra Context
Got any additional details, use cases, or even a sketch or screenshot to show us your vision? Drop them here!

---

Thanks for taking the time to share your idea. Your input helps us create something truly amazing. Together, we’re building something great! 🚀
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/🕷️-bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: "\U0001F577️ Bug report"
about: Create a report to help us improve
title: ''
labels: Needs-Triage
assignees: ''

---

Thanks for helping us improve! Please fill out the details below to help us understand and fix the issue. The more info, the faster we can resolve it. 🙌

## 🌟 What's the Issue?
Briefly describe the problem you're experiencing. What's not working as expected?

## Steps to Reproduce
Can you help us see what you're seeing? Share the steps to reproduce the issue:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. Notice the issue.

## Screenshots or Videos
Do you have screenshots or screen recordings? Drop them here to show us what’s happening.

## Your Setup
Knowing more about your environment helps us investigate. Please complete:
- **Operating System**: [e.g., Windows 10, macOS Ventura]
- **VSCode Version**: [e.g., 1.95.3]
- **Extension Version**: [e.g., 0.24.0]

## Any Other Details?
If there’s anything else we should know—like how often this happens or what you tried to fix it—please add it here.

---

Thank you for taking the time to report this! Together, we can make this better for everyone. 🎉