This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
Dear Unity develop team, I've made a pull request which add a new way to write better commit message a in case of team-work.
This style of commit message is popular in NodeJS developers.
Requirements
Description of the Change
Reasonable commit message made easy.
By enable this feature, you can add more standard field for your commit message.
This feature is always optional for user, they can still use the original way to write commit message.
Following extra field is included in each commit without extra requires. They will be formatted as standard git commit message.
type
: Your commit type, just choose from listed options (just like fix, doc, etc).scope
: How does your codes affecting the scope of the project.footer
: Extra info for your commit outside the description, please check commitizen to understand how it works.This pull requests add a feature which allows user to write better commit message which is similar to Commitizen.
This is the usage preview of original project:

Finally, it generates commit message like:
Alternate Designs
This feature is optional, it counts while you are working in a team which requires reasonable commit message.
Benefits
Possible Drawbacks
Applicable Issues
Almost no.
Screenshots and References
Commitizen is a commit message style tool.
Enable "commitizen" by checking the checkbox.
Write commit message in new way