diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aaf126d31..00bfa7445 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ We use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) fo For commit types, we use the following: - `feat`: A new feature -- `enhance`: An enhancement to an existing feature +- `impr`: An improvement to an existing feature - `fix`: A bug fix - `docs`: Documentation only changes - `style`: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) @@ -40,9 +40,43 @@ For commit types, we use the following: - `test`: Adding missing tests or correcting existing tests - `build`: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) - `ci`: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) -- `revise`: A change that revises a previous commit +- `revert`: Reverts a previous commit - `chore`: Other changes that don't apply to any of the above +For example: + +``` +feat: add freedom mode + +Added freedom mode which allows the user to backspace to previous words, even if they are typed correctly +``` + +``` +feat(theme): add superuser +``` + +``` +feat(language): add english language +``` + +``` +feat(quote): add five spanish quotes +``` + +``` +fix: funbox not persisting + +Fixed a bug where the fubox styling would not persist across pages due mistakenly removing all classes from the body element + +Fixes #123 +``` + +``` +impr: add more highlight modes + +Added a few more highlight modes: next word, next two words, next three words +``` + ### Theme Guidelines diff --git a/CONTRIBUTING_ADVANCED.md b/CONTRIBUTING_ADVANCED.md index 011e809c9..d3bb69b0e 100644 --- a/CONTRIBUTING_ADVANCED.md +++ b/CONTRIBUTING_ADVANCED.md @@ -91,8 +91,8 @@ Follow these steps if you want to work on anything involving the database/accoun 2. Setup the database server -| Local Server | Docker (recommended) | -| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Local Server | Docker (recommended) | +| -------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |