diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c28536f..df2b5aa 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -35,7 +35,9 @@ "esbenp.prettier-vscode", "shardulm94.trailing-spaces", "lihui.vs-color-picker", - "bradlc.vscode-tailwindcss" + "bradlc.vscode-tailwindcss", + "github.vscode-github-actions", + "GitHub.copilot" ] } }, diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 8ff1b0d..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -# These are supported funding model platforms - -github: timlrx diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 1bcb15f..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -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. - -**System Info (if dev / build issue):** - - OS: [e.g. iOS] - - Node version (please ensure you are using 14+) - - Npm version - -**Browser Info (if display / formatting issue):** -- Device [e.g. Desktop, iPhone6] -- Browser [e.g. chrome, safari] -- Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -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. diff --git a/.gitea/workflows/build-and-deploy-by-ftp.yaml b/.github/workflows/build-and-deploy-by-ftp.yaml similarity index 90% rename from .gitea/workflows/build-and-deploy-by-ftp.yaml rename to .github/workflows/build-and-deploy-by-ftp.yaml index 8485e80..e47e35a 100644 --- a/.gitea/workflows/build-and-deploy-by-ftp.yaml +++ b/.github/workflows/build-and-deploy-by-ftp.yaml @@ -2,9 +2,9 @@ name: 🚀 Build and deploy by ftp on: push: - - master - - main - + branches: + - master + - main jobs: ftp-build-and-deploy: @@ -16,7 +16,7 @@ jobs: - uses: https://github.comactions/setup-node@v3 with: - node-version: 18 + node-version: 16 - run: npm i --location=global pnpm@7 - run: pnpm i