Συνεισφορά στο Fedora Silverblue
Βοηθήστε μας να βελτιώσουμε το Fedora Silverblue συνεισφέροντας στο έργο!
Writing Documentation
Creating or modifying documentation is easy. Head over to our documentation GitHub repository, fork it and create a pull request.
If you are not comfortable with using git, create a new topic in our community or log an issue describing what needs to be changed.
Writing Conventions
When creating documentation, please follow these writing conventions:
-
Code blocks for commands that require
rootprivileges must show the#prompt symbol. Example:# dnf install <πακέτο>
The
$user prompt symbol can also be used but you must prefix the command withsudo. Example:$ sudo dnf install <πακέτο>
Αναφορά προβλημάτων
You can report bugs and suggest features or improvements on the issue tracker.
Δημιουργία Flatpak
Your favourite application is not in the default repository and won’t probably be added? You can do it yourself! Go through our tutorial for creating flatpaks from rpm packages:
To become an official packager you need to go through several steps to gain all required permissions to use the Fedora infrastructure (Pagure, Koji, Bodhi). There is a detailed page about becoming a packager.
Άλλοι χρήσιμοι σύνδεσμοι:
Want to help? Learn how to contribute to Fedora Docs ›