github-template icon indicating copy to clipboard operation
github-template copied to clipboard

GitHub template for small projects.

GitHub template for small projects

This GitHub template is independent of to the programming language used, uses GitHub Actions to manage issues and pull requests, and helps enforce best practices for small projects.

GitHub issues GitHub forks GitHub stars GitHub license

Why use a template (even for small projects)

  • Write better documentation for you and the community
  • Write more consistent code and foster collaboration
  • Increase security
  • Follow recognized ethical principles
  • Promote Free and Open-source software

How this template helps you

Documentation

Consistency

Security

Ethics

FOSS

Installation

To initialize the template, generate a new project and follow this guide:

# npm
npm install commitizen -g
npm install
npm run prepare

# pnpm
pnpm add commitizen -g
pnpm install
pnpm run prepare

# yarn
yarn global add commitizen
yarn
yarn run prepare
  • [ ] change [INSERT CONTACT METHOD] in CODE_OF_CONDUCT.md and in SECURITY.md
  • [ ] choose an appropriate license with choosealicense.com and update README.template.md and LICENSE.md
  • [ ] delete README.md
  • [ ] rename README.template.md to README.md

Usage

Check if all files are formatted correctly.

npm run check

Format all files.

npm run format

Run the wizard to write meaningful commit messages.

npm run commit

Support

This project is maintained by @maehr. Please understand that we won't be able to provide individual support via email. We also believe that help is much more valuable if it's shared publicly, so that more people can benefit from it.

Type Platforms
🚨 Bug Reports GitHub Issue Tracker
🎁 Feature Requests GitHub Issue Tracker
🛡 Report a security vulnerability See SECURITY.md

Roadmap

No changes are currently planned.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors and acknowledgment

  • Moritz Mähr - Initial work - maehr

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details