mirror of
https://gitee.com/wanwujie/sub2api-mobile
synced 2026-04-03 23:12:15 +08:00
docs: prepare repository for open-source collaboration
This commit is contained in:
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
36
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report a reproducible issue
|
||||
title: "[Bug]: "
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Description
|
||||
|
||||
Describe the problem clearly.
|
||||
|
||||
## Reproduction Steps
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
## Expected Behavior
|
||||
|
||||
What did you expect to happen?
|
||||
|
||||
## Actual Behavior
|
||||
|
||||
What happened instead?
|
||||
|
||||
## Environment
|
||||
|
||||
- Platform: <!-- ios / android / web -->
|
||||
- OS / Device:
|
||||
- App version / commit:
|
||||
- Node version:
|
||||
|
||||
## Additional Context
|
||||
|
||||
Logs, screenshots, or videos.
|
||||
23
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an improvement
|
||||
title: "[Feature]: "
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Problem Statement
|
||||
|
||||
What problem are you trying to solve?
|
||||
|
||||
## Proposed Solution
|
||||
|
||||
Describe the desired behavior and UX.
|
||||
|
||||
## Alternatives Considered
|
||||
|
||||
What alternatives did you evaluate?
|
||||
|
||||
## Additional Context
|
||||
|
||||
Any references, mockups, or constraints.
|
||||
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
## Summary
|
||||
|
||||
- What changed?
|
||||
- Why was this needed?
|
||||
|
||||
## Verification
|
||||
|
||||
- [ ] `npm ci`
|
||||
- [ ] `npm run start` (or relevant platform run)
|
||||
- [ ] Relevant manual verification completed
|
||||
|
||||
Commands and outputs:
|
||||
|
||||
```txt
|
||||
<paste commands/results>
|
||||
```
|
||||
|
||||
## Risk / Impact
|
||||
|
||||
- Affected areas:
|
||||
- Backward compatibility concerns:
|
||||
- Rollback plan (if needed):
|
||||
|
||||
## Checklist
|
||||
|
||||
- [ ] Scope is focused and minimal
|
||||
- [ ] Documentation updated (if behavior/setup changed)
|
||||
- [ ] No secrets or credentials added
|
||||
- [ ] Screenshots attached for UI changes (if applicable)
|
||||
Reference in New Issue
Block a user