diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-03-09 11:35:17 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-03-09 11:35:17 +0100 |
commit | f1f994a122b135160216b6fc56c095b83eeaf812 (patch) | |
tree | 252779effae9244c1de1e7f67c0bb378f356a633 /CONTRIBUTING.md | |
parent | fe5fdbd687db610aa004f0a7299fe326a5a2794a (diff) |
doc: Add `guix` prefix for changes to reproducible builds
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 254e610393..ba78a20ae3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -153,7 +153,8 @@ the pull request affects. Valid areas as: - `test`, `qa` or `ci` for changes to the unit tests, QA tests or CI code - `util` or `lib` for changes to the utils or libraries - `wallet` for changes to the wallet code - - `build` for changes to the GNU Autotools or reproducible builds + - `build` for changes to the GNU Autotools or MSVC builds + - `guix` for changes to the GUIX reproducible builds Examples: |