@Malix-Labs General Repository Template
After creating a repository from the @Malix-Labs repository template, this file has to be cleared. It is accessible online at https://github.com/Malix-Labs/Template#readme
- Create a repository from this template
- Copy all this repository GitHub Settings
- Copy all this repository GitHub labels
- "Feature" (#00FF00)
- "Enhancement" (#00FFFF)
- "Fix" (#FF8000)
- "Update" (#FFFF00)
- "Deprecation" (#FF0000)
- "v1.0.0"
The best starting GitHub project template for any project scale
Optimized for Trunk-Based Development
- On issue create:
- Create a branch named as the issue ID and link it to the created issue
- On first commit push to this branch:
- Create a draft pull request to the parent issue if any, else master
- On first commit push to this branch:
- Create a branch named as the issue ID and link it to the created issue
- On push to master:
- Create a draft release with a tag annoted with the latest semver tag incremented by one patch
Fully featued with GitHub files
GitHub Settings cannot be embeded in a GitHub repository template copied data, therefore, you have to copy them manually