This repository has been archived on 2025-08-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
policies/README.md
Brian (bex) Exelbierd c2c3776490 initial commit
2018-05-15 14:12:54 +02:00

34 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Fedora Policies
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](https://docs.pagure.org/pagure/usage/pull_requests.html).
Note that since this is official Fedora Council documentation, changes
need agreement from the Council first. (For these, file a
[Council ticket](https://pagure.io/Fedora-Council/tickets/)).
General appearance issues and publishing issues should be reported against
the [publishing software](https://pagure.io/fedora-docs/docs-fp-o).
## 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:
* [AsciiDoc Syntax Quick Reference](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/)
* [AsciiDoc Writers Guide](http://asciidoctor.org/docs/asciidoc-writers-guide/)
* [Asciidoctor Diagram](http://asciidoctor.org/docs/asciidoctor-diagram/) (We use ditaa)
## 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
```