first commit

This commit is contained in:
2025-05-24 18:13:05 +02:00
commit 9474ea3c12
19 changed files with 1583 additions and 0 deletions

0
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: 📖 Documentation
url: https://github.com/kjanat/articulate-parser/blob/master/README.md
about: Check the README for usage instructions and examples
- name: 💬 Discussions
url: https://github.com/kjanat/articulate-parser/discussions
about: Ask questions and discuss ideas with the community

View File

@ -0,0 +1,82 @@
name: Feature Request
description: Suggest an idea for this project
title: "[FEATURE] "
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to suggest a new feature!
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem?
description: A clear and concise description of what the problem is.
placeholder: I'm always frustrated when...
validations:
required: false
- type: textarea
id: solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
placeholder: I would like...
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: Alternative approaches...
validations:
required: false
- type: dropdown
id: category
attributes:
label: Feature Category
description: What category does this feature fall into?
options:
- Export Formats (PDF, HTML, etc.)
- Content Type Support
- Performance Improvements
- CLI/UX Improvements
- Media Handling
- Batch Processing
- Documentation
- Testing
- Other
validations:
required: true
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this feature to you?
options:
- Low - Nice to have
- Medium - Would be helpful
- High - Really need this
- Critical - Blocking my use case
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use Case
description: Describe your specific use case and how this feature would help you.
placeholder: In my workflow, I need to...
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Add any other context, screenshots, or examples about the feature request here.

57
.github/ISSUE_TEMPLATE/question.yml vendored Normal file
View File

@ -0,0 +1,57 @@
name: Question
description: Ask a question about the project
title: "[QUESTION] "
labels: ["question", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for your question! Please check the README and existing issues first.
- type: textarea
id: question
attributes:
label: Question
description: What would you like to know?
placeholder: How do I...?
validations:
required: true
- type: dropdown
id: category
attributes:
label: Question Category
description: What is your question about?
options:
- Installation/Setup
- Usage/How-to
- Supported Content Types
- Output Formats
- Troubleshooting
- Contributing
- Other
validations:
required: true
- type: textarea
id: context
attributes:
label: Additional Context
description: |
Provide any additional context that might help us answer your question:
- What you're trying to achieve
- What you've already tried
- Any error messages
- Your environment details
placeholder: I'm trying to...
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: Please confirm you have done the following
options:
- label: I have read the README
required: true
- label: I have searched existing issues
required: true