Open source Git repository template
Click me to Open/Close the directory listing
This project is a Github sample warehouse template, the main content is the sample template of README file.
When searching for the required tools and libraries in the open source community, I found that there are many excellent code libraries, but there is no good README file or tutorial, which causes users to spend extra time to learn how to use it, so this project provides A standard code base template, hoping to help others.
- The project logo and corresponding data are displayed in the center
- Provide multi-language functions and sample templates
- README must-have instructions
- Built-in directory navigation function to solve the problem that some Markdown parsing engines cannot parse navigation correctly
|โโ .gitee Gitee Configuration File
| |โโ ISSUE_TEMPLATE.md Gitee Issue Template
| |โโ PULL_REQUEST_TEMPLATE.md Gitee PR Template
|โโ .github Github Configuration File
| |โโ ISSUE_TEMPLATE Github Issue Template
| | |โโ issue-template-bug.md Github Issue Bug Template
| | |โโ issue-template-feature.md Github Issue Feature Template
| |โโ workflows Github Workflows
| | |โโ deploy-for-hugo.yml Github Workflows Hugo Example
| | |โโ deploy-for-nodejs.yml Github Workflows NodeJS Example
| |โโ pull-request-template.md Github PR Template
|โโ website Project website
|โโ CHANGELOG.md Release Log
|โโ LICENSE LICENSE
|โโ README.md English README
|โโ README.zh-Hans.md Other Language README
|โโ README.tmpl.md README Template
Click me to view the template file, and then click Edit to copy the template content.
If your README conforms to the standard-repository, you can add a badge to link back to this specification to help others adopt this readme.
To add in markdown format, please use the following code:
[![Readme file conforming to standard-repository](https://img.shields.io/badge/Readme--Style-standard--repository-brightgreen?style=flat-square&color=f83500)](https://github.com/misitebao/standard-repository)
To add in HTML format, please use the following code:
<a href="https://github.com/misitebao/standard-repository">
<img
alt="GitHub"
src="https://img.shields.io/badge/Readme--Style-standard--repository-brightgreen?style=flat-square&color=f83500"
/>
</a>
Thanks to the maintainers of these projects:
Click me to Open/Close the contributors listing
- Misitebao - Project author, full stack engineer.
Thank you to all the contributors who participated in the development of standard-repository. Contributors
- Gitter - A public instant chat tool.
- Tigago - A modular framework based on Go language
- wails-template-vue - A wails template based on Vue and Vue-Router
If your project uses this specification, you can fork this project and submit a PR to add your project to this list, so that others can know your project.