Official Fedora Council Documentation
Find a file
Justin W. Wheeler e992119d2c
📝 docs(project): Voluntary nature, early testing, positive relations
This commit addresses a round of feedback by other community members in
building this common definition of what "Upstream First" means to the
Fedora community:

* Addressed @jnsamyak feedback by emphasizing the voluntary nature of
  the Upstream First philosophy and encouraged contributors to actively
  adopt it in their work by adding a call to action at the end.

* Addressed @dreua feedback by adding an example about early testing and
  bug reporting in the Python ecosystem to the "Examples in Action"
  section.

* Addressed @joseph feedback by including a sentence in the "Open
  Communication with Upstream" section to highlight the importance of
  positive and respectful relationships with upstream projects,
  extending Fedora's values to those interactions.

Signed-off-by: Justin W. Wheeler <jwf@redhat.com>
2025-02-22 18:56:05 -05:00
council 📝🎨 docs(council/index): Update Council logo (closes #237) 2025-02-14 23:17:02 -05:00
engineering Fix misspellings 2023-12-28 17:43:54 -03:00
mindshare Fix misspellings 2023-12-28 17:43:54 -03:00
project 📝 docs(project): Voluntary nature, early testing, positive relations 2025-02-22 18:56:05 -05:00
.gitignore Ignore build artifacts 2023-03-20 09:24:27 -04:00
build.sh Fix misspellings 2023-12-28 17:43:54 -03:00
LICENSE.txt 📄 LICENSE: Add Fedora default content license 2022-11-21 09:10:58 -05:00
nginx.conf fix local preview 2019-07-30 11:01:22 +02:00
preview.sh 🔧 scripts: Update to latest upstream from template repo 2022-10-28 19:44:35 -04:00
README.md Fix: Typo in readme and missing preposition 2021-04-04 10:55:22 -04:00
site.yml docs: Fix Antora start_path for all components 2023-10-14 20:43:48 -05:00

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.

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:

Local preview

This repo includes scripts to build and preview the contents of this repository.

NOTE: Please note that if you reference pages from other repositories, such links will be broken in this local preview as it only builds this repository. If you want to rebuild the whole Fedora Docs site, please see the Fedora Docs build repository for instructions.

Both scripts work on Fedora (using Podman) and macOS (using Docker).

To build and preview the site, run:

$ ./build.sh && ./preview.sh

The result will be available at http://localhost:8080

Installing Podman on Fedora

Fedora Workstation doesn't come with Podman preinstalled by default — so you might need to install it using the following command:

$ sudo dnf install podman