A general-purpose GitHub repository template that's ready for community-driven open-source projects.
- License
- GNU Affero General Public License:
- Ensures code can be used in commercial projects but any changes must be open-sourced.
- GNU Affero General Public License:
- Community Standards
- Includes all the recommended Community Standards files for open-source projects.
- GitHub Actions Workflow
- A self-deleting workflow amending the default "Initial commit" message
with a Conventional Commit one:
feat: initialize project
.
- A self-deleting workflow amending the default "Initial commit" message
with a Conventional Commit one:
- EditorConfig
- An EditorConfig file following most common coding standards.
- CommitLint
- A customized CommitLint configuration file for enforcing commit message formats.
- Renovate
- A customized Renovate configuration file for automated dependency management.