-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Crequency/dev=main
[Pull Request] Merge submodules into repo
- Loading branch information
Showing
93 changed files
with
3,760 additions
and
491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug, help wanted | ||
assignees: '' | ||
|
||
--- | ||
|
||
**📄 Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**⛏ To Reproduce** | ||
Steps to reproduce the behavior: | ||
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. | ||
|
||
**🖼 Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**🖥 Desktop (please complete the following information):** | ||
- OS: [e.g. Windows 11 Build xxx] | ||
- Version: [e.g. KitX v3.0.0] | ||
|
||
**📱 Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Version: [e.g. KitX Mobile v1.0.0] | ||
|
||
**📎 Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: "\U0001F52D Feature request" | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement, help wanted | ||
assignees: '' | ||
|
||
--- | ||
|
||
**🪦 Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**🪧 Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**🧾 Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**📎 Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## What does this PR do? | ||
|
||
<!-- Briefly describe what this PR is about --> | ||
|
||
## Related issues | ||
|
||
<!-- Link related issues below. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Mirror Repo | ||
|
||
on: | ||
push: | ||
branches: | ||
- "*" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
mirror-repo: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Mirror | ||
uses: Yikun/hub-mirror-action@master | ||
with: | ||
src: github/Crequency | ||
dst: gitee/Crequency | ||
dst_key: ${{ secrets.GITEE_SYNC_KEY }} | ||
dst_token: ${{ secrets.GITEE_SYNC_TOKEN }} | ||
account_type: org | ||
static_list: "KitX-Standard" | ||
force_update: true | ||
debug: true |
Oops, something went wrong.