Table of Contents
This is a rough guideline. (Not forced)
Feel free to make PR.
Search:
- Search the project’s issues to make sure it's not a known issue.
Versions:
- Make sure you’re on the latest version.
- Try older versions.
- Try switching up dependency versions.
Milestone, The versioning scheme we use is SemVer. (Maintainer decides, do not pull request.)
We will release the feature as soon as it is complete, but the cycle should be 2-4 weeks. Rapid releases.
It comes from #109.
Stable: Only bugfix, Documentation.
master
: Common bugfix, documentation.photon-style
: Config, documentation specified inphoton-style
.proton-style
: Config, documentation specified inproton-style
.
Development: New Features.
dev
: Common new features.photon-style-dev
: New config specified inphoton-style
.proton-style-dev
: New config specified inproton-style
.
After version v5.0.0
, the distribution is just a setting difference.
Do not modify files that are built directly or automatically generated.
- Indent: 2 spaces for indentation rather than tabs.
- Columns: Fit
80
~100
columns as much as possible. (Auto formatting is using 120 to avoid the worst case)
- Meaningfully:: It doesn't make meaningless commits.
- One per task: It's difficult to distinguish when various tasks are mixed.
- Often: Codes may corrupt during large changes.
For intuitive recognition, I put a prefix.
Add:
Add feature or enhanced.Bump:
Update dependency packages.Fix:
Bug fix or change default values.Clean:
Refactoring.Doc:
Update docs.
- Branch: Check the Branch section and PR to the correct branch.
- Issue: We recommend that you open the issue first to discuss the changes with the owner of this repository.
- Build: Please check if it was built before PR.