Skip to content

Commit

Permalink
PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Nov 24, 2024
1 parent 137924f commit fbeac8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/project/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ If the change should not be included in the changelog, label it with `exclude-ch
### Non-User-Facing Changes:
1. Code refactoring: Restructuring the codebase without changing its external behavior.
1. Backend optimizations: Improvements to server-side processes that don't noticeably affect performance.
1. Database schema changes: Modifications to the data structure that don't alter the user interface.
1. Database schema changes: Modifications to the data structure that don't alter the user interface **and** do not require data migration.
1. Development tooling updates: Changes to build processes or development environments.
1. Internal API: Adding/Altering APIs tagged as internal.
1. Documentation updates.
Expand Down

0 comments on commit fbeac8f

Please sign in to comment.