Skip to content

Commit 225a183

Browse files
authored
update documentation
1 parent 1503a71 commit 225a183

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/lnd/code_contribution_guidelines.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,20 @@ Once the specification is finalized, it will be the most up-to-date
9898
comprehensive document explaining the Lightning Network. As a result, it will
9999
be recommended for newcomers to read first in order to get up to speed.
100100

101+
# Substantial contributions only
102+
103+
Due to the prevalence of automated analysis and pull request authoring tools
104+
and online competitions that incentivize creating commits in popular
105+
repositories, the maintainers of this project are flooded with trivial pull
106+
requests that only change some typos or other insubstantial content (e.g. the
107+
year in the license file).
108+
If you are an honest user that wants to contribute to this project, please
109+
consider that every pull request takes precious time from the maintainers to
110+
review and consider the impact of changes. Time that could be spent writing
111+
features or fixing bugs.
112+
If you really want to contribute, consider reviewing and testing other users'
113+
pull requests instead. Or add value to the project by writing unit tests.
114+
101115
# Development Practices
102116

103117
Developers are expected to work in their own trees and submit pull requests when

0 commit comments

Comments
 (0)