This is the official repo for Scoreboard-revision! Don't know what this is? Check out our Spigot page! Please adhere to the following commit scheme to keep things organized.
-
feat(FEATURE): MESSAGE (#issue-id)
Example: feat(flicker): Flickering is now gone. #3
For work on particular features. The issue id part is optional, but recommended. Our planboard is linked to issues and commits are linked to issues. -
fix(FEATURE): MESSAGE (#issue-id)
Example: fix(config): Config no longer randomly cleared. #2
If you fixed something in our codebase, use this format. The issue id part is also optional, but recommented. Problems in our code should all have issues linked to them. -
test(FEATURE): MESSAGE (#issue-id)
Example: test(flicker): Tested flickering. #2
If you wrote tests or updated a test, use this format. Tests should always have an issue linked to them. -
chore: MESSAGE
Example: chore: updated dependencies
For work like updating composer packages or cleaning up code, this format is used. If you're not sure if your commit should have this format -
dev: MESSAGE
Example: dev: added utility class
For work that improves our development, this format can be used. It shouldn't be used that often though.