From Fedora Project Wiki
(initial version of the page, link coding style)
Line 1: Line 1:
== Resources for developing for a modular Fedora ==
== Resources for developing for a modular Fedora ==
=== 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 ===
=== Getting started with the Prototype ===
Line 8: Line 19:
* [[Modularity/Development/Setting up PDC locally|Setting up PDC locally]]
* [[Modularity/Development/Setting up PDC locally|Setting up PDC locally]]
* [[Modularity/Development/Developer_Notes|Developer Notes]]
* [[Modularity/Development/Developer_Notes|Developer Notes]]
-->

Revision as of 16:33, 26 August 2016

Resources for developing for a modular Fedora

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.