aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* Botbot.me (IRC logs) not available anymoreAntti Majakivi2019-01-011-1/+2
| | | Remove botbot.me link and add two other IRC history log sources: logs for #bitcoin-core-dev at http://www.erisian.com.au/bitcoin-core-dev/ and http://gnusha.org/bitcoin-core-dev/
* added details about commit messagesMartin Erlandsson2018-10-301-0/+6
|
* doc: add note to contributor docs about warranted PR'sKarl-Johan Alm2018-07-301-0/+2
|
* Docs: Improve readability of "Squashing commits"wodry2018-06-171-4/+4
| | | | | | It was not easy to read the comment lines for me because I was not sure whether the sentence ended with the line or not ("pull set commits"?). Therefore, dots had been invented and I have added them to signal the end of a sentence. Also begin New sentence with a capital letter. I guess, not all 'pick' words should be replaced by 'squash'? At least I found [https://www.digitalocean.com/community/tutorials/how-to-rebase-and-update-a-pull-request](this) rebase/squash documentation helpful, where is written that the first line should not be changed.
* doc: Mention good first issue list in CONTRIBUTING.mdfanquake2018-05-041-0/+3
|
* Docs: Improve documentation on standard communication channelsJim Posen2018-03-221-0/+18
| | | | | More information about connection on IRC will hopefully help new contributors.
* [docs] links to code style guidesSjors Provoost2017-11-201-1/+1
|
* Docs: Change formatting for sequence of stepsVivek Ganesan2017-11-071-3/+3
| | | | | | A numbered list is used when the sequence of steps matters. A bulleted list is used to denote a set of items where the sequence does not matter. The workflow is a sequence and hence changed to a numbered list.
* Fixed a couple small grammatical errors.Christian Gentry2017-10-281-3/+3
| | | | | | | 1. "If a pull request is not to be considered for merging (yet), please prefix the ..." 2. If a particular commit references another issue, please add the reference. For example: `refs #1234` or `fixes #4321`.
* Update CONTRIBUTRING.md to reduce unnecesarry review workloadJonas Schnelli2017-09-071-0/+8
|
* Add translation note to CONTRIBUTING.mdMeshCollider2017-09-051-0/+4
|
* Capitalize bullet points in CONTRIBUTING guideEvan Klitzke2017-08-081-6/+6
| | | | | | English grammar dictates that these bullet points should be capitalized. This also makes the capitalization style consistent with the rest of the document, e.g. the "Decision Making Process" section.
* [doc] Add blob about finding reviewers.Kalle Alm2017-04-171-0/+31
|
* [doc] Wording fixes in CONTRIBUTING.md.Kalle Alm2017-04-141-2/+2
|
* add missing spaces so that markdown recognizes headlineflack2017-03-231-3/+3
|
* Merge #9675: Fix typo and spelling inconsistency in CONTRIBUTING.mdWladimir J. van der Laan2017-02-161-1/+1
|\ | | | | | | 36164fa Fix typo and spelling inconsistency in CONTRIBUTING.md (Koki Takahashi)
| * Fix typo and spelling inconsistency in CONTRIBUTING.mdKoki Takahashi2017-02-091-1/+1
| | | | | | | | | | | | | | | | Fix spellings of GitHub Remove unnecessary changes Fix GitHub spelling on doc/translation_process.md
* | [Trivial] Update comments referencing main.cppCryptAxe2017-02-161-2/+2
|/
* Docs: Update CONTRIBUTING.mdJohn Newbery2017-01-181-1/+22
| | | | | | | Update CONTRIBUTING.md to document the different components. Notably, trivial should only be used for PRs that do not change the code.
* Add copyright/patent issues to possible NACK reasonsPeter Todd2016-10-131-1/+3
| | | | | | | | 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.
* Merge #8771: CONTRIBUTING: Mention not to open several pullsWladimir J. van der Laan2016-09-251-0/+9
|\ | | | | | | faa91bc CONTRIBUTING: Mention not to open several pulls (MarcoFalke)
| * CONTRIBUTING: Mention not to open several pullsMarcoFalke2016-09-231-0/+9
| |
* | Mandatory copyright agreementAndrew Chow2016-09-221-0/+8
|/ | | | All contributions to the repository will agree to use the MIT license
* contributing.md: Fix formattingWill Binns2016-06-231-33/+109
| | | | | | | | | | | | | | 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.
* [doc] Add basic git squash examplefanquake2016-05-101-7/+21
|
* Note that reviewers should mention the commit hash of the commits they reviewed.Patrick Strateman2015-12-101-0/+2
|
* Add PR title prefix for trivial changes [skip ci]paveljanik2015-09-301-0/+1
|
* Add CONTRIBUTING.mdBtcDrak2015-09-261-0/+107