aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAge
* docs: remove indents on top-level lists and tablesLibravatar Kelvin M. Klann2023-02-20
| | | | | | And the surrounding paragraphs. Relates to #2784.
* build: make contrib target by defaultLibravatar Kelvin M. Klann2023-01-28
| | | | | | | | | | | Make the syntax target by default to make it harder to forget to update the syntax files. Note that the syntax files are built mostly silently and that they are generated relatively fast (they only take 40~70ms to build on a not exactly recent machine with `make clean; time make -j 4 syntax`), so they should not add much noise nor time noise when just trying to build firejail, for example.
* build: auto-generate syntax filesLibravatar Kelvin M. Klann2023-01-28
| | | | | | | | | | | Changes: * Generate firejail.vim from firejail.vim.in * Generate firejail-profile.lang from firejail-profile.lang.in * Update the manual syntax file steps on the new command checklist on CONTRIBUTING.md to use `make syntax` instead Relates to #2679 #5502 #5577 #5612.
* Add basic gtksourceview language-spec (#5502)Libravatar rusty-snake2022-12-04
| | | | | | | Tested with org.gnome.TextEditor. The gtksourceview language-spec hasn't changed between gtksourceview 3, 4 and 5 AFAIK so it should also work on older systems if you copy/link the file in the right places.
* Add new command checklist to CONTRIBUTING.mdLibravatar rusty-snake2021-07-23
|
* more on email changeLibravatar netblue302020-10-03
|
* fix #2912 and update CONTRIBUTING.mdLibravatar rusty-snake2019-08-19
|
* Update CONTRIBUTING.mdLibravatar rusty-snake2019-06-18
| | | Move "I found a security bug" back to the Opening issues section.
* template hint in CONTRIBUTING.md & firejail-prof…Libravatar rusty-snake2019-06-04
| | | | | …ile manpage added + some profileprofile fixes
* Add note about firejail-profiles to issues instructionsLibravatar Fred Barclay2019-04-06
|
* direct link for new profile requestsLibravatar Fred-Barclay2019-03-04
|
* Add more necessary info in new issue templateLibravatar Vincent432018-03-07
|
* Add basic contributing info. Still need to add for pull requests, etc.Libravatar Fred-Barclay2018-01-29