-
-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR Guidelines #343
Labels
documentation
Improvements or additions to documentation
Comments
This was referenced Jul 11, 2022
Closed
Closed
Closed
Closed
This was referenced Aug 7, 2022
This was referenced Sep 15, 2022
This was referenced Oct 13, 2022
Closed
This was referenced Nov 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For those that are trying to contribute to ESX.
https://www.conventionalcommits.org/en/v1.0.0/
Please follow this, as your PRs will not be accepted nor reviewed until your PR titles are following this properly.
1. refactor()
Refactoring is when you change the code, without changing functionality. So minor fixes where the code does the same thing in the end.
2. feat()
feat is for all new code.
3. fix()
fix is just for fixing mistype, or broken code
4. feat!()
all new code, that introduces breaking changes
5. fix!()
fix broken code, but introduce breaking changes
The text was updated successfully, but these errors were encountered: