Skip to content
Draft
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
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: 🐛 Bug Report
about: Report a bug to help us improve VishwaGuru
title: '[BUG] '
labels: 'bug'
assignees: ''
---

## 🐛 Bug Description
<!-- A clear and concise description of the bug -->


## 📍 Steps to Reproduce
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error

## 🔴 Expected Behavior
<!-- What you expected to happen -->


## 🟢 Actual Behavior
<!-- What actually happened -->


## 📸 Screenshots
<!-- If applicable, add screenshots to help explain the problem -->


## 💻 Environment
- **OS:** [e.g., Windows 10, macOS 13, Ubuntu 22.04]
- **Browser:** [e.g., Chrome 120, Firefox 121, Safari 17]
- **Version:** [e.g., 1.0.0]

## 📋 Additional Context
<!-- Add any other context about the problem here -->


## 🔗 Related Issues
<!-- Link to related issues if any -->
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: 💬 GitHub Discussions
url: https://github.com/RohanExploit/VishwaGuru/discussions
about: Ask questions and discuss ideas with the community
- name: 📖 Documentation
url: https://github.com/RohanExploit/VishwaGuru/blob/main/README.md
about: Read the project documentation
- name: 🎉 ECWoC26 Issues List
url: https://github.com/RohanExploit/VishwaGuru/blob/main/ECWOC26_ISSUES.md
about: View all ECWoC26 issue ideas and templates
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: 📚 Documentation
about: Improvements or additions to documentation
title: '[DOCS] '
labels: 'documentation'
assignees: ''
---

## 📚 Documentation Issue
<!-- What documentation needs to be added or improved? -->


## 📍 Location
<!-- Where should this documentation be added/updated? -->
- File:
- Section:

## 🎯 Proposed Changes
<!-- What should be documented? -->


## ✅ Acceptance Criteria
- [ ] Documentation is clear and accurate
- [ ] Examples are provided (if applicable)
- [ ] Proper formatting and structure
- [ ] Links are working

## 💡 Additional Context
<!-- Any additional information -->
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: ✨ Enhancement (ECWoC26)
about: Feature enhancement or improvement for ECWoC26
title: '[ECWoC26] '
labels: 'ECWoC26, enhancement'
assignees: ''
---

## 🎯 Goal
<!-- What we want to achieve -->


## 📋 Current Behavior
<!-- What currently happens -->


## 🚀 Desired Behavior
<!-- What should happen after the enhancement -->


## 📁 Files to Modify
- `path/to/file1`
- `path/to/file2`

## ✅ Acceptance Criteria
- [ ]
- [ ]
- [ ] Tests added
- [ ] Documentation updated

## 🛠️ Technical Stack
-
-

## ⏱️ Estimated Time
X-Y hours

## 🔗 Related Issues
<!-- Use "Closes #XX" if this issue will resolve another -->
<!-- Use "See also #YY" for related context -->
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: 💡 Feature Request
about: Suggest a new feature for VishwaGuru
title: '[FEATURE] '
labels: 'enhancement'
assignees: ''
---

## 💡 Feature Description
<!-- A clear and concise description of the feature -->


## 🎯 Problem Statement
<!-- What problem does this feature solve? -->


## 🚀 Proposed Solution
<!-- How should this feature work? -->


## 🔄 Alternatives Considered
<!-- What other solutions did you consider? -->


## 📊 Benefits
<!-- What are the benefits of this feature? -->
-
-

## 📁 Implementation Ideas
<!-- Optional: Technical implementation suggestions -->


## 📸 Mockups/Examples
<!-- Optional: Screenshots, wireframes, or examples from other projects -->


## 🔗 Related Issues
<!-- Link to related issues if any -->
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/good-first-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: 🟢 Good First Issue (ECWoC26)
about: Beginner-friendly task for Elite Coders Winter of Code 2026
title: '[ECWoC26] '
labels: 'ECWoC26, good first issue'
assignees: ''
---

## 📝 Description
<!-- Brief description of what needs to be done -->


## 🎯 Expected Outcome
- [ ]
- [ ]
- [ ]

## 🛠️ Technical Requirements
-
-

## 📚 Resources
<!-- Links to relevant documentation -->
-
- Related issues: #

## ⏱️ Estimated Time
X-Y hours

## 💡 Tips for Contributors
<!-- Any helpful hints or starting points -->
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: ❓ Question
about: Ask a question about VishwaGuru
title: '[QUESTION] '
labels: 'question'
assignees: ''
---

## ❓ Question
<!-- What would you like to know? -->


## 🔍 Context
<!-- Provide any relevant context or what you've already tried -->


## 📚 Resources Checked
- [ ] README.md
- [ ] Documentation
- [ ] Existing issues
- [ ] Other:

## 💡 Additional Information
<!-- Any other details that might help answer your question -->
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/security.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: 🔒 Security Enhancement (ECWoC26)
about: Security improvement or vulnerability fix for ECWoC26
title: '[ECWoC26] [SECURITY] '
labels: 'ECWoC26, security'
assignees: ''
---

## ⚠️ Security Concern
<!-- Description of the security issue or improvement -->
<!-- ⚠️ NOTE: If this is a critical vulnerability, please report it privately first! -->


## 📍 Location
- **File:** `path/to/file`
- **Lines:** XX-YY
- **Component:**

## 🎯 Proposed Solution
<!-- How to fix or improve the security -->


## ✅ Expected Outcome
- [ ] Security issue addressed
- [ ] Tests added to prevent regression
- [ ] Documentation updated

## 🛠️ Technical Requirements
- Security best practice knowledge
-
-

## 📚 References
- [OWASP Top 10](https://owasp.org/www-project-top-ten/)
-

## ⏱️ Estimated Time
X-Y hours

## 🔗 Related Issues
<!-- Use "Addresses #XX" for partial solutions -->
Loading