From Fedora Project Wiki
No edit summary
 
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]}}
 
=== Integration of changes ===
 
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 Your Changes|Grooming Your Changes]]
* [[Modularity/Getting_Started/Code_repositories|Code repositories]]
 
<!--
 
* [[Modularity/Development/Grooming Feature Branches|Grooming Feature Branches]]
* [[Modularity/Development/Pull Requests|Pull Requests]]
 
-->
 
=== Local Development  ===
 
* [[Modularity/Development/Developing and Building Modules|Developing and Building Modules]]
* [[Modularity/Getting_Started/New-Module-Process|New Module process]]
 
=== Getting started with the Prototype ===
 
* [[Modularity/Development/Getting Fedora Packages for Testing|Getting Fedora Packages for Testing]]
* [https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules Fedora Packaging Guidelines for Modules]
* [[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]]
* [[Modularity/Development/Container_OpenShift_with_ease|How to deploy container into OpenShift with ease]]
 
 
[[Category:Modularity]]

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