Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Signed-off-by: Hunter T. <strangeranger@hthompson.dev>
  • Loading branch information
StrangeRanger authored Apr 8, 2024
1 parent 387d11a commit 7b2e947
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ The coding style used for this repository can be found [at this repo](https://gi

All commits should follow the [Conventional Commits](https://www.conventionalcommits.org) style.

All commit types and aliases should fall under the ones listed [here](https://gist.github.com/StrangeRanger/b8153017fe8195a2d038890e28c9aa63). As a note, all commits prior to 2022-07-12 specifying `build`, should be regarded as `func`.
All commit types and aliases should fall under the ones listed [here](https://gist.github.com/StrangeRanger/b8153017fe8195a2d038890e28c9aa63).

NOTE: As of 2024-04-08, the `Commit Types` specified at the link above, have been completely rewritten.

## Pull Request

1. Ensure that the code is commented and clean so that the people reviewing it or later working with it will understand what it does.
2. Update the documentation (especially the database documentation) with details of changes to the interface, including new environment variables, exposed ports, good file locations, and container parameters.
3. Clearly state why the pull request is being created by referencing the problem it's solving or the feature it's adding.
3. Clearly state why the pull request is being created by referencing the problem it's solving or the feature it's adding.

0 comments on commit 7b2e947

Please sign in to comment.