aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-01 04:39:02 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-03-24 11:06:36 -0300
commit823ff0a0141944579cc518abf473d6d99940aaca (patch)
tree7fa1d42411ef04c53619d931d18a7c7e6c598dc7 /CONTRIBUTING.md
parentdocs: fix line breaks around elements in markdown (diff)
downloadfirejail-823ff0a0141944579cc518abf473d6d99940aaca.tar.gz
firejail-823ff0a0141944579cc518abf473d6d99940aaca.tar.zst
firejail-823ff0a0141944579cc518abf473d6d99940aaca.zip
docs: fix headings and yaml frontmatter
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9c7dad2dc..a249e7873 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,8 @@
1# Contributing
2
1Welcome to firejail, and thank you for your interest in contributing! 3Welcome to firejail, and thank you for your interest in contributing!
2 4
3# Opening an issue: 5## Opening an issue
4 6
5We welcome issues, whether to ask a question, provide information, request a new profile or 7We welcome issues, whether to ask a question, provide information, request a new profile or
6feature, or to report a suspected bug or problem. 8feature, or to report a suspected bug or problem.
@@ -29,7 +31,7 @@ firejail-profiles was not installed when installing firejail.
29We take security bugs very seriously. If you believe you have found one, please report it by 31We take security bugs very seriously. If you believe you have found one, please report it by
30emailing us at netblue30@protonmail.com 32emailing us at netblue30@protonmail.com
31 33
32# Opening an pull request: 34## Opening a pull request
33 35
34Pull requests with enhancements, bugfixes or new profiles are very welcome. 36Pull requests with enhancements, bugfixes or new profiles are very welcome.
35 37
@@ -44,6 +46,6 @@ If you add a new command, here's the checklist:
44- [ ] Update syntax files (run `make syntax` or just `make`) 46- [ ] Update syntax files (run `make syntax` or just `make`)
45- [ ] Update --help 47- [ ] Update --help
46 48
47# Editing the wiki 49## Editing the wiki
48 50
49You are highly encouraged to add your own tips and tricks to the [wiki](https://github.com/netblue30/firejail/wiki). 51You are highly encouraged to add your own tips and tricks to the [wiki](https://github.com/netblue30/firejail/wiki).