Add new command checklist to CONTRIBUTING.md

This commit is contained in:
rusty-snake 2021-07-20 19:38:47 +02:00
parent 2b696b4d90
commit 53b2d817d5

View file

@ -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).