From Fedora Project Wiki
m (Whoops.)
No edit summary
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
== Resources for developing for a modular Fedora ==
{{admon/important|This page is deprecated| All Fedora Modularity Documentation has moved to the new [https://docs.pagure.org/modularity/ Fedora Modularity Documentation website] with source hosted along side the code in the [https://pagure.io/modularity Fedora Modularity website git repository]}}
 
=== Getting your changes accepted ===
 
In order so that our code base is always clean and maintainable, we have to enforce certain rules on how code is written or formatted, how changes are broken up into commits and how pull requests are handled.
 
* [[Modularity/Development/Coding Style|Coding Style]]
 
<!--
 
* [[Modularity/Development/Grooming Feature Branches|Grooming Feature Branches]]
* [[Modularity/Development/Pull Requests|Pull Requests]]
 
-->
 
=== Getting started with the Prototype ===
 
* [[Modularity/Development/Getting Fedora Packages for Testing|Getting Fedora Packages for Testing]]
* [[Modularity/Development/Getting Pungi (Modularity Style)|Getting Pungi (Modularity Style)]]
* [[Modularity/Development/Composing Modules with Pungi|Composing Modules with Pungi]]
* [[Modularity/Development/Setting up PDC locally|Setting up PDC locally]]
* [[Modularity/Development/Developer_Notes|Developer Notes]]

Latest revision as of 07:58, 20 February 2017

Important.png
This page is deprecated
All Fedora Modularity Documentation has moved to the new Fedora Modularity Documentation website with source hosted along side the code in the Fedora Modularity website git repository