about summary refs log tree commit diff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-14 19:03:56 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-08-14 19:50:02 +0200
commitde5a39f5e7d8ed4d9914e6e41de0834351ad3142 (patch)
tree4d664147e648e9bd517bc5342d7d44b05d3f5c1b /CONTRIBUTING.md
parent2ce1e0b2cc287799138439d04dee78af425b5c01 (diff)
CONTRIBUTING.md: Move boot loader-specific sentence to pkgs/README.md
This needs a rewrite at some point..
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2154271a64128..bb666850ae8bc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -506,8 +506,6 @@ To get a sense for what changes are considered mass rebuilds, see [previously me
 ## Commit conventions
 [commit-conventions]: #commit-conventions
 
-- When changing the bootloader installation process, extra care must be taken. Grub installations cannot be rolled back, hence changes may break people’s installations forever. For any non-trivial change to the bootloader please file a PR asking for review, especially from \@edolstra.
-
 - Create a commit for each logical unit.
 
 - Check for unnecessary whitespace with `git diff --check` before committing.