docs: first draft of issue and PR template

This commit is contained in:
Fazri Gading
2026-01-23 06:00:36 +08:00
parent bb474fe233
commit da843257c1
15 changed files with 683 additions and 0 deletions

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

@@ -0,0 +1,84 @@
name: Bug Report
description: Create a report to help us improve
title: "[BUG] "
labels: ["bug"]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: "Tell us what you see! The more detail the better."
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
- type: input
id: version
attributes:
label: Version
description: What version of the project are you running?
placeholder: "e.g. v1.2.3"
validations:
required: true
- type: dropdown
id: os
attributes:
label: Operating System
description: What operating system are you using?
options:
- Windows
- macOS
- Linux
- iOS
- Android
- Other
validations:
required: true
- type: dropdown
id: browser
attributes:
label: Browser (if applicable)
description: What browser are you using?
options:
- Chrome
- Firefox
- Safari
- Edge
- Opera
- Other
- N/A
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.