This is Kongying Tavern Tema github repository configuration.
- ❤️ Sponsor
- 🤖 DependaBot
- 🧬 CodeQL
- ⚡ Export Size
- 📝 CommitConvention
- 🦾 IssuesHelper
- ☁️ GithubPagesCI
- 🖊️ Issues and Pull requests template
- 🔎 PR Spell Check with Typos
- 📇 Lychee link checking
When you use this template, try follow the checklist to update your info properly
- Check the language in
.github/workflows/codeql-analysis.yml
- Modify the branch and paths-ignore in
workflows
- Replace or delete discussion items in
.github/ISSUE_TEMPLATE/config.yml
- Check whether the script in the workflow matches the one in your project
- If your package management tool is not pnpm, please refer to
.github/workflows/pages.yml
to modify - Add script
"envinfo": "npx envinfo --npmPackages --system --browsers --binaries --duplicates"
in package.json - Change the author name in
LICENSE
- Clean up the README and remove CHANGELOG
-
Set the correct base config.
If you are deploying to
https://<USERNAME>.github.io/
, you can omit this step asbase
defaults to"/"
.If you are deploying to
https://<USERNAME>.github.io/<REPO>/
, for example your repository is athttps://github.com/<USERNAME>/<REPO>
, then setbase
to"/<REPO>/"
.
Copy the .github
folder to your project root directory
This project is heavily inspired by the following awesome projects.