From 09fdecded5db2c7472d307ddd57b29bb9ca3d8dd Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 16 Feb 2022 14:25:55 +0100 Subject: [PATCH] docs: mention correct branch + do-not-PR list --- docs/contributing.org | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/contributing.org b/docs/contributing.org index 7d3d38dcd..0d6da722f 100644 --- a/docs/contributing.org +++ b/docs/contributing.org @@ -134,8 +134,12 @@ public variables/functions (e.g. ~bookmark-default-file~ or ~set-company-backends!~, ~set-evil-initial-state!~ *** TODO Commits & PRs -+ Target =develop= instead of =master=. The only exception are hotfixes! - +- Target the correct branch: + - =rewrite-docs= for changes to =*.org= files. + - =master= for everything else. + - /Never/ =develop=. It's EOL. +- Consult [[https://gist.github.com/hlissner/bb6365626d825aeaf5e857b1c03c9837][our do-not-PR list]] for things we won't accept pull requests for. + *** TODO Keybind conventions ** TODO Your first code contribution