Replies: 1 comment
-
|
More readable is always good. I think using the existing dash between the product and feature looks better YouTube - Theme : New and exciting stuff |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
About
Previously we were using the convention to commit everything lowercase. Since patches have been renamed, we now use friendly names in the scope. Example:
feat(YouTube - Some Patch): add the ability to do something. This was chosen arbitrarily and may be revised.Solution
Use the following convention:
feat(YouTube - Some Patch): Add the ability to do something.Notice how the casing after
:changed.Motivation
The changelogs currently look like this:
Instead, they could look like this:
Additional context
It may also be a good idea to look into the scope formatting. Using
-looks odd. I'd be using:instead but then the changelogs would look like this:@ReVanced/revanced-patches
Beta Was this translation helpful? Give feedback.
All reactions