mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
chore: added issue templates
This commit is contained in:
parent
351b38801b
commit
5783aa02f4
5 changed files with 234 additions and 0 deletions
41
.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/documentation.md
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
name: Documentation Issue
|
||||
about: Report issues or suggest improvements for documentation
|
||||
title: '[DOCS] '
|
||||
labels: documentation
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Documentation Issue
|
||||
<!-- Describe the documentation issue or improvement needed -->
|
||||
|
||||
## Location
|
||||
<!-- Where is the documentation issue? -->
|
||||
- **File/Page:** [e.g., README.md, docs/setup.md]
|
||||
- **Section:** [e.g., Installation, Configuration]
|
||||
- **URL:** [if applicable]
|
||||
|
||||
## Issue Type
|
||||
<!-- Select the type of documentation issue -->
|
||||
- [ ] Outdated information
|
||||
- [ ] Missing information
|
||||
- [ ] Incorrect information
|
||||
- [ ] Typo/Grammar
|
||||
- [ ] Unclear explanation
|
||||
- [ ] Missing example
|
||||
- [ ] Other (specify below)
|
||||
|
||||
## Current State
|
||||
<!-- Describe what the documentation currently says (if applicable) -->
|
||||
|
||||
## Suggested Improvement
|
||||
<!-- Describe what you think should be changed or added -->
|
||||
|
||||
## Additional Context
|
||||
<!-- Add any other context, screenshots, or examples here -->
|
||||
|
||||
## Checklist
|
||||
- [ ] I have checked that this documentation issue doesn't already exist
|
||||
- [ ] I have provided clear location information
|
||||
- [ ] I have added appropriate labels (documentation)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue