aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2017-02-16Merge #9675: Fix typo and spelling inconsistency in CONTRIBUTING.mdWladimir J. van der Laan
36164fa Fix typo and spelling inconsistency in CONTRIBUTING.md (Koki Takahashi)
2017-02-16[Trivial] Update comments referencing main.cppCryptAxe
2017-02-09Fix typo and spelling inconsistency in CONTRIBUTING.mdKoki Takahashi
Fix spellings of GitHub Remove unnecessary changes Fix GitHub spelling on doc/translation_process.md
2017-01-18Docs: Update CONTRIBUTING.mdJohn Newbery
Update CONTRIBUTING.md to document the different components. Notably, trivial should only be used for PRs that do not change the code.
2016-10-13Add copyright/patent issues to possible NACK reasonsPeter Todd
Adding in response to a Slack discussion where someone was unclear on the fact that a NACK may be justified if code can't be accepted due to copyright/patent issues. For example, it would be reasonable and prudent to NACK a contribution of AGPL-licensed consensus code on the basis that the license terms are incompatible with the MIT license used by the rest of the codebase.
2016-09-25Merge #8771: CONTRIBUTING: Mention not to open several pullsWladimir J. van der Laan
faa91bc CONTRIBUTING: Mention not to open several pulls (MarcoFalke)
2016-09-23CONTRIBUTING: Mention not to open several pullsMarcoFalke
2016-09-22Mandatory copyright agreementAndrew Chow
All contributions to the repository will agree to use the MIT license
2016-06-23contributing.md: Fix formattingWill Binns
This commit contains two changes to CONTRIBUTING.md that: Fix line line lengths. There were several instances where line lengths were well over 80 characters. This commit adjusts them to make them conform to formatting best practices, to stay under 80 characters when possible. Adhere to consist use of quotes. There are a few instances where smart quotes are used (perhaps because it was pasted from a word processor). This commit replaces them with dumb quotes to keep it consistent with the quotation formatting found in the rest of the document.
2016-05-10[doc] Add basic git squash examplefanquake
2015-12-10Note that reviewers should mention the commit hash of the commits they reviewed.Patrick Strateman
2015-09-30Add PR title prefix for trivial changes [skip ci]paveljanik
2015-09-26Add CONTRIBUTING.mdBtcDrak