Skip to content

Commit

Permalink
Merge pull request #2 from Crequency/dev=main
Browse files Browse the repository at this point in the history
[Pull Request] Merge submodules into repo
  • Loading branch information
Dynesshely authored Feb 28, 2024
2 parents bdfba3d + 28f000f commit 52c07de
Show file tree
Hide file tree
Showing 93 changed files with 3,760 additions and 491 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/---bug-report.md
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.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/---feature-request.md
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.
7 changes: 7 additions & 0 deletions .github/pull_request_template.md
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. -->
24 changes: 24 additions & 0 deletions .github/workflows/mirror.yml
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
Loading

0 comments on commit 52c07de

Please sign in to comment.