-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#634] Update maintenance guides #676
Conversation
8b243a5
to
610a671
Compare
610a671
to
ffb767f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small nitpick.
Also, I think year in the licensing information in the legal section should be updated too
Otherwise, LGTM
.github/CONTRIBUTING.md
Outdated
@@ -28,12 +28,12 @@ otherwise improve our project, pull requests are most welcome. | |||
- To stop building protocol-specific binaries for a protocol, but keep supporting it in | |||
multi-protocol binaries, `./proto allow`. | |||
- To deprecate a protocol, `./proto ignore ...`. | |||
|
|||
- Note that this script is location sensitive, and required to be used from `scripts` folder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Note that this script is location sensitive, and required to be used from `scripts` folder | |
- Note that this script is location sensitive, and required to be used from the `scripts` folder. |
### Nix specific maintenance | ||
|
||
All nix related files are located in the [nix](../nix) directory. | ||
|
||
If the build breaks because of a dependency issue, `nix repl pkgs.nix` | ||
If the build breaks because of a dependency issue, `nix repl --extra-experimental-features repl-flake .#` | ||
can be very useful to investigate it. | ||
|
||
## Legal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update year in licensing information under Legal
header please. Otherwise LGTM.
Problem: Maintenance docs in CONTRIBUTING.md contains some outdated information Solution: Add correct information, fixed existing mistakes.
6dc6fcc
to
29f84ce
Compare
Description
PR fixes small incorrectness in CONTRIBUTING.ml regarding maintenance.
Related issue(s)
Resolves #634
Related changes (conditional)
I checked whether I should update the README
I checked whether native packaging works, i.e. native binary packages
can be successfully built.
Stylistic guide (mandatory)