Update CONTRIBUTING.md

This commit is contained in:
Lubos Kocman 2026-03-04 11:43:48 +01:00 committed by GitHub
parent 04ca343a5d
commit ab69d5f6ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,6 +130,11 @@ sed "s/13042/`id -u`/" docker-compose.override.yml.example > docker-compose.over
1. Want to know more? In our [wiki](https://github.com/openSUSE/osem/wiki) you can find more information about what is possible in our development environment, how we work with each other on github or other topics of interest for OSEM developers.
## Note on SELinux
If you experience build issues related to misisng files. This will be likely related to SELinux.
Consider temporarily switching it to the permissive mode to eliminate this possiblity.
## How to contribute translations
Please refer to our [translation guide](https://github.com/openSUSE/osem/wiki/Translation) in the wiki.