From 348c51a201652c24062542aed4d6da97363a5b1e Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Fri, 7 May 2021 09:59:42 +0200 Subject: [PATCH 1/4] Mention wallet recovery in the past days a lot of wallet recovery issues popped up. To prevent those it should be mentioned in the issue template that github issues are not the correct channel for this. --- .github/ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ed672a58e..d4a891f19 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ This issue tracker is only for technical issues related to Dogecoin Core. -For general questions about Dogecoin please use one of the various communities, e.g. Reddit, IRC, Discord, etc. +For general questions about Dogecoin or wallet recovery please use one of the various communities, e.g. Reddit, IRC, Discord, etc. ### Describe the issue From 7529f8ee12489d5ab4b0597ad96fd80ebbefe62f Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Sat, 8 May 2021 18:33:55 +0100 Subject: [PATCH 2/4] Update .github/ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d4a891f19..77f168547 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,10 @@ This issue tracker is only for technical issues related to Dogecoin Core. -For general questions about Dogecoin or wallet recovery please use one of the various communities, e.g. Reddit, IRC, Discord, etc. +For general questions about Dogecoin or wallet recovery please use one of the various communities: + +* [Dogeducation on reddit](https://www.reddit.com/r/dogeducation/) +* [Discord](https://discord.com/invite/dogecoin) ### Describe the issue From abf2bfede4dd4845960d0e70be7fb9fdde08701c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez?= Date: Fri, 14 May 2021 12:37:05 -0400 Subject: [PATCH 3/4] Updating Dogecoin references in CONTRIBUTING --- CONTRIBUTING.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc8d58d97..d1f01a07f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ -Contributing to Bitcoin Core +Contributing to Dogecoin Core ============================ -The Bitcoin Core project operates an open contributor model where anyone is +The Dogecoin Core project operates an open contributor model where anyone is welcome to contribute towards development in the form of peer review, testing and patches. This document explains the practical process and guidelines for contributing. @@ -57,12 +57,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. @@ -157,11 +157,11 @@ where possible keep them short, uncomplex and easy to verify. "Decision Making" Process ------------------------- -The following applies to code changes to the Bitcoin Core project (and related -projects such as libsecp256k1), and is not to be confused with overall Bitcoin +The following applies to code changes to the Dogecoin Core project (and related +projects such as libsecp256k1), and is not to be confused with overall Dogecoin Network Protocol consensus changes. -Whether a pull request is merged into Bitcoin Core rests with the project merge +Whether a pull request is merged into Dogecoin Core rests with the project merge maintainers and ultimately the project lead. Maintainers will take into consideration if a patch is in line with the general @@ -179,7 +179,7 @@ In general, all pull requests must: - where bugs are fixed, where possible, there should be unit tests demonstrating the bug and also proving the fix. This helps prevent regression. -Patches that change Bitcoin consensus rules are considerably more involved than +Patches that change Dogecoin consensus rules are considerably more involved than normal because they affect the entire ecosystem and so must be preceded by extensive mailing list discussions and have a numbered BIP. While each case will be different, one should be prepared to expend more time and effort than for @@ -220,7 +220,7 @@ higher in terms of discussion and peer review requirements, keeping in mind that mistakes could be very costly to the wider community. This includes refactoring of consensus critical code. -Where a patch set proposes to change the Bitcoin consensus, it must have been +Where a patch set proposes to change the Dogecoin consensus, it must have been discussed extensively on the mailing list and IRC, be accompanied by a widely discussed BIP and have a generally widely perceived technical consensus of being a worthwhile change based on the judgement of the maintainers. @@ -229,7 +229,7 @@ a worthwhile change based on the judgement of the maintainers. Release Policy -------------- -The project leader is the release manager for each Bitcoin Core release. +The project leader is the release manager for each Dogecoin Core release. Copyright --------- From c0b831a35f2683900ec65d67e3e17cf2134ac00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez?= Date: Fri, 14 May 2021 15:42:41 -0400 Subject: [PATCH 4/4] revert --- .github/ISSUE_TEMPLATE.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 77f168547..ed672a58e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,10 +2,7 @@ This issue tracker is only for technical issues related to Dogecoin Core. -For general questions about Dogecoin or wallet recovery please use one of the various communities: - -* [Dogeducation on reddit](https://www.reddit.com/r/dogeducation/) -* [Discord](https://discord.com/invite/dogecoin) +For general questions about Dogecoin please use one of the various communities, e.g. Reddit, IRC, Discord, etc. ### Describe the issue