chore: initial hub repo structure

This commit is contained in:
asepharyana
2026-07-09 22:08:26 +07:00
commit b31fe9d188
83 changed files with 7969 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
---
name: Bug Report
about: Create a report to help us improve
title: '[Bug] '
labels: bug
assignees: asepharyana
---
## Description
A clear and concise description of what the bug is.
## Steps to Reproduce
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, including any error messages, logs, or screenshots.
## Environment
- OS: [e.g. Ubuntu 22.04, macOS 14.0]
- Browser (if applicable): [e.g. Chrome 120, Firefox 121]
- Version / Commit: [e.g. v1.0.0, commit 3a2b1c4]
- Runtime: [e.g. Node 20, Docker 24]
## Additional Context
Add any other context about the problem here, such as relevant log output, stack traces, or screenshots.
+23
View File
@@ -0,0 +1,23 @@
---
name: Feature Request
about: Suggest an idea for this project
title: '[Feature] '
labels: enhancement
assignees: asepharyana
---
## Problem Description
A clear and concise description of the problem or need this feature would address. Ex. I'm always frustrated when [...]
## Proposed Solution
A clear and concise description of what you would like to happen, including any specific functionality, API changes, or user interface considerations.
## Alternatives Considered
A clear and concise description of any alternative solutions or features you have considered and why they were not sufficient.
## Additional Context
Add any other context, mockups, or examples about the feature request here.