diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e247b554..050293f3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ For plugin dependency/module additions, please make sure to link the source link of the added plugin or dependency in this section. If your pull request aims to -fix an open issue or a please bug, please also link the relevant issue below this +fix an open issue or bug, please also link the relevant issue below this line. You may attach an issue to your pull request with `Fixes #` above this comment, and it will be closed when your pull request is merged. --> @@ -20,14 +20,14 @@ If your pull request includes any change or unexpected behaviour not covered bel please do make sure to include it above in your description. --> -[changelog]: https://github.com/nix-community/nh/tree/main/CHANGELOG.md +[changelog]: https://github.com/nix-community/nh/tree/master/CHANGELOG.md - [ ] I have updated the [changelog] as per my changes - [ ] I have tested, and self-reviewed my code - Style and consistency - [ ] I ran **`nix fmt`** to format my Nix code - [ ] I ran **`cargo fmt`** to format my Rust code - - [ ] I have added appropriate docunentation to new code + - [ ] I have added appropriate documentation to new code - [ ] My changes are consistent with the rest of the codebase - Correctness - [ ] I ran **`cargo clippy`** and fixed any new linter warnings. diff --git a/README.md b/README.md index 9379aede..43aaaff4 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ all with their extensive CLI flags for extensive configuration. ### Global Subcommands -- `nh search` - a super-fast package searching tool (powered by a ElasticSearch +- `nh search` - a super-fast package searching tool (powered by an Elasticsearch client) for Nix packages in supported Nixpkgs branches.