diff options
| author | Ross Nicoll <[email protected]> | 2021-05-15 22:40:33 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-15 22:40:33 +0100 |
| commit | 63a2b61ef159057e372f149bedb7c885a7a8f6d7 (patch) | |
| tree | 37280654f7cf3d264f434038426019a4b6dc0e99 | |
| parent | Merge pull request #1844 from pmzajaczkowski/fixing-polish-translations (diff) | |
| parent | revert (diff) | |
| download | discoin-63a2b61ef159057e372f149bedb7c885a7a8f6d7.tar.xz discoin-63a2b61ef159057e372f149bedb7c885a7a8f6d7.zip | |
Merge pull request #1928 from Yhozen/remove-bitcoin-references
Authored-by: Florian Schade <[email protected]>
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c802d00d..bbba03b2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,12 +55,12 @@ the pull request affects. Valid areas as: - *Consensus* for changes to consensus critical code - *Docs* for changes to the documentation - - *Qt* for changes to bitcoin-qt + - *Qt* for changes to dogecoin-qt - *Mining* for changes to the mining code - *Net* or *P2P* for changes to the peer-to-peer network code - *RPC/REST/ZMQ* for changes to the RPC, REST or ZMQ APIs - *Scripts and tools* for changes to the scripts and tools - - *Tests* for changes to the bitcoin unit tests or QA tests + - *Tests* for changes to the dogecoin unit tests or QA tests - *Trivial* should **only** be used for PRs that do not change generated executable code. Notably, refactors (change of function arguments and code reorganization) and changes in behavior should **not** be marked as trivial. |