From 712643e2aa01cfa61fff2f4d80dbc18cfa8f84e2 Mon Sep 17 00:00:00 2001 From: Zero-1729 Date: Tue, 20 Jul 2021 14:57:43 +0100 Subject: [PATCH] docs: minor fixes to contribution guidelines --- docs/code_contribution_guidelines.md | 4 ++-- docs/release-notes/release-notes-0.14.0.md | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/code_contribution_guidelines.md b/docs/code_contribution_guidelines.md index cb338958..d9065f94 100644 --- a/docs/code_contribution_guidelines.md +++ b/docs/code_contribution_guidelines.md @@ -27,7 +27,7 @@ Developing cryptocurrencies is an exciting endeavor that touches a wide variety of areas such as wire protocols, peer-to-peer networking, databases, cryptography, language interpretation (transaction scripts), adversarial threat-modeling, and RPC systems. They also represent a radical shift to the -current fiscal system and as a result provide an opportunity to help reshape +current monetary system and as a result provide an opportunity to help reshape the entire financial system. With the advent of the [Lightning Network (LN)](https://lightning.network/), new layers are being constructed upon the base blockchain layer which have the potential to alleviate many of the @@ -476,7 +476,7 @@ adhering to the 80-character column limit. It's common that a developer may need to make a change in a dependent project of `lnd` such as `btcd`, `neutrino`, `btcwallet`, etc. In order to test changes -with out testing infrastructure, or simply make a PR into `lnd` that will build +without testing infrastructure, or simply make a PR into `lnd` that will build without any further work, the `go.mod` and `go.sum` files will need to be updated. Luckily, the `go mod` command has a handy tool to do this automatically so developers don't need to manually edit the `go.mod` file: diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 68b4fc9f..b1e2e163 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -14,7 +14,9 @@ added. * [Unused error check removed](https://github.com/lightningnetwork/lnd/pull/5537). * [Shorten Pull Request check list by referring to the CI checks that are - in place](https://github.com/lightningnetwork/lnd/pull/5545) + in place](https://github.com/lightningnetwork/lnd/pull/5545). +* [Added minor fixes to contribution guidelines](https://github.com/lightningnetwork/lnd/pull/5503). # Contributors (Alphabetical Order) -ErikEk \ No newline at end of file +* ErikEk +* Zero-1729