README.md

Fedora Council Docs

Please report Issues and submit Pull Requests for Content Fixes here. Never done a pull request (or "PR")? Here's the Pagure documentation for Pull Requests.

Note that since this is official Fedora Council documentation, some changes may need agreement from the Council as a whole first. Generally, that's pages dealing with policies or project structure, and when it's more than just fixing typos. In general, the Council member reviewing a PR should apply common sense and escalate to a Council ticket where appropriate.

General appearance issues and publishing issues should be reported against the publishing software.

How to edit these documents

All of this is written in AsciiDoc. It's a simple mostly-plain-text markup language. You may want to look at:

Testing your changes locally

To test your changes, first install asciibinder

$ gem install ascii_binder

To build your changes, from the root directory:

$ asciibinder package
$ firefox _package/main/index.html

Help wanted: We need Ruby packaging experts to help us get asciibinder into Fedora as an RPM.