Commit graph

419 commits

Author SHA1 Message Date
Justin W. Flory (he/him)
8899d932c5
Fix sorting, add Operations Architect, add F40 elected representative
This commit makes changes to the following:

* Sorting of historical positions for all roles is now in descending
  order from oldest to last. Previously, different roles were sorted in
  different ways, and this was confusing to read.
* Add Aoife Moloney as a full-fledged Fedora Council member, as the
  Fedora Operations Architect. @amoloney
* Add Akashdeep Dhar as the F40 elected representative and note
  Aleksandra's ending term as F39. @t0xic0der @bookwar

Related: https://pagure.io/Fedora-Council/tickets/issue/476

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-12-26 22:40:04 -05:00
Justin W. Flory (he/him)
29f6e201ad
docs(council): Implement feedback to Community Initiatives role
This commit integrates feedback from @mattdm on the wording of the
Fedora Council responsibilities with respect to Executive Sponsors, and
also updates the role description of Community Initiative Leads to
reflect the updated description in the Community Initiatives page.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-12-17 00:27:00 -05:00
Justin W. Flory (he/him)
06a59e1f1c
docs(council): Amend Charter for Community Initiative Leads
This commit amends the Fedora Council Charter in the following ways:

* Responsibilities: Add note about Executive Sponsor role and that a
  Fedora Council member is expected to become a Sponsor as a part of
  their term on the Council.
* Community Initiative Leads: Clarify the role amid recent changes to
  Community Initiatives, especially around the composition of the seat
  and the fact that Initiatives are not hand-appointed by the Council,
  but actually driven by community consensus and momentum.

Closes Fedora-Council/tickets#412.

ref: https://pagure.io/Fedora-Council/tickets/issue/412

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-12-17 00:26:55 -05:00
790adcf82d Update council/modules/ROOT/pages/fpl.adoc
no more twitter
2023-11-09 17:17:16 +00:00
Justin W. Flory (he/him)
d955b5586e
📝 docs(council): Add visual distinction to DEI Advisor page
This commit adds a Unicode character next to the DEI Advisor line in the
Fedora Council docs site. This addresses feedback from @mattdm that it
was sometimes confusing about this page, because it redirects to another
Antora component outside of the Council docs site. I believe this change
addresses the confusion and we can avoid making this a request on the
Websites & Apps Team.

Kudos to @darknao for the suggestion.

ref: https://gitlab.com/fedora/docs/docs-website/ui-bundle/-/issues/13#note_1629272940

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-10-31 23:47:22 -04:00
Justin W. Flory (he/him)
9a8d4e2bd5
docs(council): Incorporate edits from Operations Architect onboarding
This commit introduces changes discussed by @mattdm, @jflory7, and
@amoloney during the on-boarding hackfest for the Fedora Operations
Architect role. This reflects the final version of the role page and the
Council charter with the new role introduced.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-10-25 11:20:54 -04:00
Matthew Miller
514905ef77
docs(council): Convert Program Manager to Operations Architect
ref: https://pagure.io/Fedora-Council/tickets/issue/462
2023-10-25 11:20:49 -04:00
Justin W. Flory (he/him)
0ae323cb0c
docs(project): Expand Executive Sponsors in Initiatives (closes #189)
This commit expands the language about Executive Sponsors in Community
Initiatives by adding a section that clarifies how the Executive Sponsor
is selected, what the expectations are between the Lead and the Sponsor,
and other requirements for the Initiative (e.g. an Executive Sponsor
must be attached to an Initiative in order for it to proceed).

Additionally, I made minor changes to other parts of the document, such
as using more `xref` links to other pages in the Fedora documentation
site, adding a lead-in at the top of the Initiatives page, and other
English usage/mechanics edits.

These changes were worked on collaboratively between myself, @amoloney,
and @mattdm.

Closes #189.

ref: https://pagure.io/Fedora-Council/council-docs/issue/189

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-10-20 18:10:25 -04:00
Justin W. Flory (he/him)
de0d38c5a7
Docs: Convert all docs to native AsciiDoc
This commit is a significant refactor of all the Fedora Council
documentation into full, native AsciiDoc. This includes following
conventions commonly associated with AsciiDoc, such as the one sentence
per line convention and using more internal `xref` links across pages.
It also introduces explicit link anchors on all headings.

This commit is mostly invisible to the reader. All lines across the
Antora component are now written on one sentence per line, as per the
standard AsciiDoc convention. Following this convention makes future git
diffs easier to read when it comes to actual changes in meaning.

Additionally, where applicable, I updated names and titles of roles that
have since been changed, e.g. "Fedora Community Action & Impact
Coordinator" to "Fedora Community Architect".

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-10-19 23:28:55 -04:00
Justin W. Flory (he/him)
c3355d2978
council(nav): Import attributes partial to fix team name
I used an attribute that was not imported into the AsciiDoc file, so the
`{team_name}` attribute appeared literally instead of what it should
have resolved to, which is "Fedora Council". This is now fixed and
verified locally.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-10-18 23:21:35 -04:00
Justin W. Flory (he/him)
8a66455ed5
docs(council): Replace "Council" with {team_name}
This commit changes almost every occurrence of "Council" and "Fedora
Council" with `{team_name}`, an Antora macro that resolves to "Fedora
Council". This continues the integration work with the team profile
introduced in previous commits. It ensures consistent use of the Fedora
Council name in our documents and may also contribute to a slight boost
in search engine optimization.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-10-14 21:10:55 -05:00
Justin W. Flory (he/him)
b5646a0529
docs: Fix Antora start_path for all components
This commit fixes all Antora configuration files for the components
underneath this repository. When you run the build script, it reports
errors that it is unable to find the reference for the `start_path` for
all of the components. This is because the full path is required,
including the `.adoc` file ending. So, this commit makes the path
explicit and therefore, fixes the errors.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-10-14 20:43:48 -05:00
Justin W. Flory (he/him)
bdaaa7a85d
docs(council): Introduce macros via Antora partials
NOTE: This commit does NOT change content, policy, or the substance of
any written documentation that requires Fedora Council review. This
change only impacts changes related to the Antora toolchain.

This commit integrates the team directory profile that was introduced a
few years ago into the Fedora Council documentation. This makes several
common URLs used across the Fedora Council Antora component accessible
as macros. Instead of hard-coding the same URL across all of the Fedora
Council documentation, the macros can be used to more easily re-use the
same URL consistently across multiple pages.

This commit is one of several that gradually refactors the Fedora
Council documentation to properly fit into an AsciiDoc and Antora
workflow.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-10-14 20:32:53 -05:00
Justin W. Flory (he/him)
7bf7b5dc16
docs(council): Update DEI Advisor history table
This commit updates the official record to note that the Fedora DEI
Advisor role transitioned from @siddharthvipul1 to @jonatoni in
September 2023.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-10-13 13:01:29 -04:00
Justin W. Flory (he/him)
28aa03fe42
council(members.adoc): Add Jona Azizaj as new DEI Advisor to Council
This commit makes official the change of the Fedora DEI Advisor from
Vipul Siddharth to Jona Azizaj for the Fedora Linux 39 release cycle.

ref: https://gitlab.com/fedora/dei/home/-/issues/21

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-09-26 18:29:22 -04:00
Justin W. Flory (he/him)
b251c6781a
council(members.adoc): Fix xref to Community Architect role page
s/fcaic.adoc/fca.adoc/

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-09-26 18:27:13 -04:00
Justin W. Flory (he/him)
36c8d22688
Fix xref links for DEI Team docs, which changed its URL
This commit fixes the `xref` links used throughout the Fedora Council
documentation to the DEI Team documentation. The Antora component name
changed from `/diversity-inclusion/` to `/dei/`.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-09-26 18:23:20 -04:00
Justin W. Flory (he/him)
d38a90b269
policy: Change Fedora Discussion link from category to tag
The link previously goes to a category that does not exist anymore.
Instead, it is now replaced by a link to the Discourse tag, where the
discussions actually happen now.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-09-13 15:21:38 +02:00
Justin W. Flory (he/him)
498ba525b7
Antora: Remove :toc: attribute from a policy page
The Fedora Docs theme now provides a table-of-contents in the theme, so
it is not necessary to have the duplicate in the document.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-08-30 15:19:31 +02:00
Justin W. Flory (he/him)
24db02b236
Antora: Update UI style/theme for local preview
We are using an old version of the Fedora Docs theme and UI package.
This commit updates the local Antora config used for the local preview,
so that anyone working on the Fedora Council docs would also see the
same preview locally that they would expect on the production site.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-08-30 15:16:26 +02:00
Matthew Miller
1479efb38c remove periods from acronym
see https://discussion.fedoraproject.org/t/punctuation-style-for-all-caps-acronyms-for-accessbility/46477
2023-08-10 11:56:33 -04:00
Aleksandra Fedorova
5a0cdb9e69 Merge #193 Survey questions update 2023-06-28 06:41:12 +00:00
Aleksandra Fedorova
def3551f4f Added DEI Team 2023-06-28 08:38:09 +02:00
Justin W. Flory (he/him)
4f482048a5
fca.adoc: Fix xref link for Robyn to FPL page
`fpc.adoc` -> `fpl.adoc`

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-06-26 22:31:19 -04:00
Justin W. Flory (he/him)
d236fccd4d
assets: Update Fedora organization chart for 2023 (closes #194)
This commit updates the organization chart with the 2023 changes by
@riecatnor. This is the current and most up-to-date reflection on the
Fedora community and where we are today.

Closes Fedora-Council/council-docs#194.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-06-26 22:27:33 -04:00
Aleksandra Fedorova
5c4dc4bdaf Couple more adjustments 2023-06-01 14:45:09 +02:00
Aleksandra Fedorova
98efb634d9 Survey questions update 2023-05-24 12:13:17 +02:00
2070871472 members: Fix typo
Fallout from 478cd48272

https://pagure.io/Fedora-Council/council-docs/pull-request/192
2023-05-19 14:41:33 +02:00
db1b2bed14 Remove me
I'm leaving the charter untouched because the Council will need to
decide how to address that.
2023-05-12 08:17:32 -04:00
38eeeb87d1 Fix an un-updated FCAIC reference 2023-05-04 16:22:20 -04:00
1f55f3485b the Web & Apps revamp initiative is complete 2023-05-03 16:04:46 -04:00
dcbceeab66 Equalize the auxiliary Council members
As approved in https://pagure.io/Fedora-Council/tickets/issue/447

Signed-off-by: Ben Cotton <bcotton@fedoraproject.org>
2023-04-28 10:39:24 -04:00
c2cc9a1e7e Add the sponsorship page to the nav so I can find it 2023-04-18 13:09:22 -04:00
1ed64d207a Add CoC Committee docs
As approved in https://pagure.io/Fedora-Council/tickets/issue/442
2023-04-03 09:22:06 -04:00
Karl Stevens
5a41f5ae29
Changed order of chat vs email in join.adoc 2023-03-21 13:44:05 +00:00
Karl Stevens
4e51a2a042
Merge branch 'issue101-convert-help-wiki' of ssh://pagure.io/forks/karl0sfandang0/Fedora-Council/council-docs into issue101-convert-help-wiki 2023-03-21 13:42:28 +00:00
Karl Stevens
f12e709a40
Changes based on comments in PR #186 2023-03-21 13:27:31 +00:00
Karl Stevens
1a14eae9ce
Issue #101. Re-arranged side menu; Updated help and join pages and added communications page 2023-03-21 12:47:36 +00:00
b900e2390a Ignore build artifacts 2023-03-20 09:24:27 -04:00
a0da4f40d7 Improve the wording
Thanks @mattdm
2023-03-20 09:23:28 -04:00
61fc7cddc4 Add a minimal sponsorship page
Mostly so we can redirect an outdated wiki page
2023-03-15 16:24:10 -04:00
Justin W. Flory (he/him)
f7af5b3436
council: Amend history of the FCA role title
This commit fixes the story and original title of the Fedora Community
Architect and its many different historical iterations. This came up in
private message with @mattdm, when he pointed out to me that I missed
some details in how I explained the history of the role title and how we
got to where we are today.

Furthermore, based on the suggestion of @mattdm and other low-vision
users on Fedora Discussion, I dropped the use of punctuated acronyms as
this did not have the desired impact I thought I was making for screen
reader users. So, to respect the feedback of those who participated in
the discussion, I am ending this precedent and will move back to
acronyms not broken with punctuation.

Signed-off-by: Justin W. Flory (he/him) <jwf@redhat.com>
2023-03-12 16:45:39 +01:00
Karl Stevens
93e4b9c620 Issue #101. Re-arranged side menu; Updated help and join pages and added communications page 2023-03-09 22:46:50 +00:00
99658c6e23 Fix the redirect for the objectives URL
Fixes #184
2023-03-07 14:27:01 -05:00
18e8c7b8b4 Add the license of the Code of Conduct to the document
Approved by the Fedora Council:
https://meetbot.fedoraproject.org/fedora-meeting-1/2023-02-28/council.2023-02-28-21.05.log.html#l-12

Signed-off-by: Ben Cotton <bcotton@fedoraproject.org>
2023-03-03 14:19:34 +00:00
Karl Stevens
a32810d33a
removed extraneous aliases ref from beginning of initiatives.adoc 2023-03-02 21:21:32 +00:00
Karl Stevens
988104f5d8
Fixing for comments on lines 14 and 26 in PR#180 2023-02-27 21:08:22 +00:00
Karl Stevens
c177bccbc1
Missed the change needed to nav.adoc from jflory7's comment on PR #180. Fixed that here. 2023-02-24 08:09:58 +00:00
Karl Stevens
79b5108567
Amendments as per comments on PR#180 2023-02-24 08:05:18 +00:00
Karl Stevens
1ce6cea9e2
Updates to Initiatives page.
Removal of failing ref to attributes.adoc file.
Change side menu to "Initiatives"
Change reference "Objectives" to "Community Initiatives" on "Get Involved" page

Signed-off-by: Karl Stevens <karlosfandango64@gmail.com>
2023-02-23 13:43:58 +00:00