No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
== Helping with Aanconda testing == | == Helping with Aanconda testing == | ||
== Improving the Anaconda documentation == | |||
== Translations and localization == | == Translations and localization == | ||
== Contact == | == Contact == |
Revision as of 14:51, 21 January 2015
This wiki page aims to explain how and where to most effectively contribute to the Anaconda installer and related projects.
Not just Anaconda - choosing where to contribute
The Anaconda installer used to be quite monolitic, but this is no longer the case and there is a growing trend to split parts of Anaconda to separate modules and libraries. This not only help to improve modularity, but also makes it possible to use these libraries outside of the Anaconda installer.
So before contributing to Anaconda or one of its components, it is often needed to find out in which library or component the feature in question is implemented.
What follows is a brief listing of the various project under the Anaconda umbrella.
Anaconda
The Fedora/RHEL install itself. All installation specific code, the GUI, TUI and a lot of glue code for using the various Anaconda related modules and libraries belongs to the Anaconda project.