diff options
| author | Patrick Lodder <[email protected]> | 2021-06-03 19:34:50 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-06-03 19:34:50 +0200 |
| commit | 3c6a25fb7c67a6f0d3099940cae294bebc18d9a2 (patch) | |
| tree | 56dcebb8c9981a398198855ff9d811e6166481a2 /CONTRIBUTING.md | |
| parent | [docs] Clean up squashing section (diff) | |
| download | discoin-3c6a25fb7c67a6f0d3099940cae294bebc18d9a2.tar.xz discoin-3c6a25fb7c67a6f0d3099940cae294bebc18d9a2.zip | |
[docs] Change Refactoring policy
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 124deab7a..17e3b8193 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -102,17 +102,14 @@ in the future, they may be removed by the Repository Maintainer. ### Refactoring -Refactoring is a necessary part of any software project's evolution. The -following guidelines cover refactoring pull requests for the project. - -There are three categories of refactoring, code only moves, code style fixes, -code refactoring. In general refactoring pull requests should not mix these -three kinds of activity in order to make refactoring pull requests easy to -review and uncontroversial. In all cases, refactoring PRs must not change the -behaviour of code within the pull request (bugs must be preserved as is). - -Project maintainers aim for a quick turnaround on refactoring pull requests, so -where possible keep them short, uncomplex and easy to verify. +Dogecoin Core is a direct fork of Bitcoin Core and therefore benefits from as +little refactoring as possible on code that is created upstream. If you see any +structural issues with upstream code, please propose these fixes for +[bitcoin/bitcoin](https://github.com/bitcoin/bitcoin) and future Dogecoin Core +releases will automatically benefit from these. + +When refactoring Dogecoin-specific code, please keep refactoring requests short, +low complexity and easy to verify. ## "Decision Making" Process |