mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-26 15:06:45 +00:00
2.3 KiB
2.3 KiB
Type of change
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)
- Translation/Language update
- Changes to module documentation or the nvf manual (
docs/manual
) - Other
Sanity Checking
- My code follows the style and contributing guidelines of this project.
- I ran Alejandra to format my code (
nix fmt
). - My code conforms to the
Editorconfig
styles in the project root.
- I ran Alejandra to format my code (
- I have performed a self-review of my own code and tested it.
- Package(s) built:
.#nix
.#maximal
.#docs-html
- Package(s) built:
- I have commented my code, particularly in hard-to-understand areas.
- My changes generate no new errors or warnings.
- This change requires a documentation update.
- I have have added a change-log entry (see
docs/manual/release-notes
). - If new changes are particularly complex:
- I have added a section in the manual.
- (For breaking changes) I have included a migration guide..
- I have have added a change-log entry (see
Add a 👍 reaction to pull requests you find important.