add missing base code
This commit is contained in:
65
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
65
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Create a report to help us improve ALwrity
|
||||
title: '[BUG] '
|
||||
labels: ['bug', 'needs-triage']
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## 🐛 Bug Description
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
## 🔄 Steps to Reproduce
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
## ✅ Expected Behavior
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
## ❌ Actual Behavior
|
||||
A clear and concise description of what actually happened.
|
||||
|
||||
## 📸 Screenshots
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
## 🖥️ Environment
|
||||
**Desktop (please complete the following information):**
|
||||
- OS: [e.g. Windows 10, macOS 12.0, Ubuntu 20.04]
|
||||
- Browser: [e.g. Chrome 91, Firefox 89, Safari 14]
|
||||
- ALwrity Version: [e.g. v1.2.3]
|
||||
|
||||
**Mobile (please complete the following information):**
|
||||
- Device: [e.g. iPhone 12, Samsung Galaxy S21]
|
||||
- OS: [e.g. iOS 14.6, Android 11]
|
||||
- Browser: [e.g. Safari, Chrome Mobile]
|
||||
|
||||
## 📋 Additional Context
|
||||
Add any other context about the problem here.
|
||||
|
||||
## 🔍 Error Logs
|
||||
If applicable, paste any error logs or console output here:
|
||||
|
||||
```
|
||||
Paste error logs here
|
||||
```
|
||||
|
||||
## 🏷️ Component/Feature
|
||||
Which component or feature is affected?
|
||||
- [ ] Blog Writer
|
||||
- [ ] SEO Dashboard
|
||||
- [ ] Content Planning
|
||||
- [ ] Facebook Writer
|
||||
- [ ] LinkedIn Writer
|
||||
- [ ] Onboarding
|
||||
- [ ] Authentication
|
||||
- [ ] API
|
||||
- [ ] Other: _______________
|
||||
|
||||
## 🎯 Priority
|
||||
- [ ] Critical (blocks core functionality)
|
||||
- [ ] High (major impact on user experience)
|
||||
- [ ] Medium (minor impact)
|
||||
- [ ] Low (cosmetic issue)
|
||||
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
11
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: GitHub Community Support
|
||||
url: https://github.com/AJaySi/ALwrity/discussions
|
||||
about: Please ask and answer questions here.
|
||||
- name: ALwrity Documentation
|
||||
url: https://github.com/AJaySi/ALwrity/wiki
|
||||
about: Check our documentation for setup guides and tutorials.
|
||||
- name: Security Vulnerability
|
||||
url: https://github.com/AJaySi/ALwrity/security/advisories/new
|
||||
about: Report security vulnerabilities privately.
|
||||
67
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
67
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Suggest an idea for ALwrity
|
||||
title: '[FEATURE] '
|
||||
labels: ['enhancement', 'needs-triage']
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## 🚀 Feature Description
|
||||
A clear and concise description of the feature you'd like to see implemented.
|
||||
|
||||
## 💡 Motivation
|
||||
Why is this feature important? What problem does it solve?
|
||||
|
||||
## 📝 Detailed Description
|
||||
Provide a detailed description of how this feature should work.
|
||||
|
||||
## 🎯 Use Cases
|
||||
Describe specific use cases for this feature:
|
||||
1. Use case 1
|
||||
2. Use case 2
|
||||
3. Use case 3
|
||||
|
||||
## 🎨 Mockups/Designs
|
||||
If applicable, add mockups, wireframes, or design concepts.
|
||||
|
||||
## 🔧 Technical Considerations
|
||||
Any technical considerations or implementation notes:
|
||||
- [ ] Requires backend changes
|
||||
- [ ] Requires frontend changes
|
||||
- [ ] Requires database changes
|
||||
- [ ] Requires third-party integration
|
||||
- [ ] Other: _______________
|
||||
|
||||
## 🏷️ Component/Feature Area
|
||||
Which component or feature area does this relate to?
|
||||
- [ ] Blog Writer
|
||||
- [ ] SEO Dashboard
|
||||
- [ ] Content Planning
|
||||
- [ ] Facebook Writer
|
||||
- [ ] LinkedIn Writer
|
||||
- [ ] Onboarding
|
||||
- [ ] Authentication
|
||||
- [ ] API
|
||||
- [ ] UI/UX
|
||||
- [ ] Performance
|
||||
- [ ] Other: _______________
|
||||
|
||||
## 🎯 Priority
|
||||
- [ ] Critical (essential for core functionality)
|
||||
- [ ] High (significant value add)
|
||||
- [ ] Medium (nice to have)
|
||||
- [ ] Low (future consideration)
|
||||
|
||||
## 🔄 Alternatives Considered
|
||||
Describe any alternative solutions or features you've considered.
|
||||
|
||||
## 📚 Additional Context
|
||||
Add any other context, research, or references about the feature request here.
|
||||
|
||||
## 🤝 Contribution
|
||||
Are you willing to contribute to implementing this feature?
|
||||
- [ ] Yes, I can help implement this
|
||||
- [ ] Yes, I can help with testing
|
||||
- [ ] Yes, I can help with documentation
|
||||
- [ ] No, but I can provide feedback
|
||||
- [ ] No, just suggesting the idea
|
||||
56
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
56
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
name: Question
|
||||
description: Ask a question about ALwrity
|
||||
title: "[QUESTION] "
|
||||
labels: ["question", "needs-triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for your question! Please provide as much detail as possible to help us help you.
|
||||
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
label: What's your question?
|
||||
description: Please describe your question in detail
|
||||
placeholder: What would you like to know about ALwrity?
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: context
|
||||
attributes:
|
||||
label: Additional context
|
||||
description: Any additional context, screenshots, or information that might help
|
||||
placeholder: Add any relevant context here...
|
||||
|
||||
- type: dropdown
|
||||
id: component
|
||||
attributes:
|
||||
label: Which component/feature is this about?
|
||||
description: Select the most relevant component
|
||||
options:
|
||||
- Blog Writer
|
||||
- SEO Dashboard
|
||||
- Content Planning
|
||||
- Facebook Writer
|
||||
- LinkedIn Writer
|
||||
- Onboarding
|
||||
- Authentication
|
||||
- API
|
||||
- Installation/Setup
|
||||
- Other
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
id: priority
|
||||
attributes:
|
||||
label: Priority
|
||||
description: How urgent is this question?
|
||||
options:
|
||||
- Low (general question)
|
||||
- Medium (affecting workflow)
|
||||
- High (blocking progress)
|
||||
validations:
|
||||
required: true
|
||||
Reference in New Issue
Block a user