From a9fec7fb446a8b483370094a57417d40a6516b16 Mon Sep 17 00:00:00 2001 From: ura Date: Mon, 7 Feb 2022 09:14:00 +0100 Subject: [PATCH] docs: added maintainer advice section (#506) * docs: added maintainer advice section * remove myself from readme head --- CONTRIBUTING.md | 13 +++++++++++++ README.md | 1 - 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4145708a6..f78c04548 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,6 +18,19 @@ 9. Use [shellcheck](https://github.com/koalaman/shellcheck) before pushing (recommended) 10. Test using the dash shell, since it's strictly posix compliant +## Advice for maintainers + +1. Always use [semantic commits](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716) when merging to master +2. Remove features. Who will do it if you don't? +3. Use labels +4. Link PRs to the issues they solve +5. Assign issues if you know who will/should solve them +6. Close stale, unreproducible and low quality issues +7. Don't use projects or milestones, they don't add any value to the workflow +8. Don't advertise to the wrong demographic +9. Don't advertise +10. Help new contributors find things to work on + ## Testing Our parsing was broken in the past and it will break in the future diff --git a/README.md b/README.md index 7013e8583..646c732a1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@

-