From c31547989c3aad9d906a32c6ca2dc71c435dff5b Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 29 Jan 2025 11:23:52 +0100 Subject: [PATCH] CoC: do not dictate how a Contributor should work on an issue --- docs/CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 606c28fe4ef..66d93c1e587 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -139,7 +139,6 @@ C4 is meant to provide a reusable optimal collaboration model for open source so - Users MUST NOT log feature requests, ideas, or suggestions unrelated to Monero code or Monero's dependency code or Monero's potential/future dependency code or research which successfully implements Monero. - Users MUST NOT log any solutions to problems (verifiable or hypothetical) of which are not explicitly documented and/or not provable and/or cannot be reasonably proven. - Thus, the release history of the project MUST be a list of meaningful issues logged and solved. -- To work on an issue, a Contributor MUST fork the project repository and then work on their forked repository. - To submit a patch, a Contributor MUST create a Platform pull request back to the project. - A Contributor MUST NOT commit changes directly to the project. - To discuss a patch, people MAY comment on the Platform pull request, on the commit, or elsewhere.