From 662a9609c507665d302e16800526f7ee49355902 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Tue, 20 Jul 2021 19:38:47 +0200 Subject: [PATCH] Add new command checklist to CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 688101d133a..0f868d6c47e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,6 +34,13 @@ If you want to write a new profile, the easiest way to do this is to use the [profile template](https://github.com/netblue30/firejail/blob/master/etc/templates/profile.template). If you have already written a profile, please make sure it follows the rules described in the template. +If you add a new command, here's the checklist: + + - [ ] Update manpages: firejail(1) and firejail-profile(5) + - [ ] Update shell completions + - [ ] Update vim syntax files + - [ ] Update --help + # Editing the wiki You are highly encouraged to add your own tips and tricks to the [wiki](https://github.com/netblue30/firejail/wiki).