From 2464dfa31051ac85a894a76f76b27ad84b7e4484 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Aug 07 2017 16:22:15 +0000 Subject: [PATCH 1/5] don't begin section with transition --- diff --git a/source/prototype/boltron/feedback.rst b/source/prototype/boltron/feedback.rst index a1a1d3d..07f60a7 100644 --- a/source/prototype/boltron/feedback.rst +++ b/source/prototype/boltron/feedback.rst @@ -1,8 +1,6 @@ Boltron Feedback ================ ---------------------- - Give Feedback ------------- From 0e21ebb55e5ce57f62c48c5f9c9a9fdb6b2309c2 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Aug 07 2017 16:22:54 +0000 Subject: [PATCH 2/5] don't hint at a future project-private mailing list --- diff --git a/source/development/get-involved.rst b/source/development/get-involved.rst index 074346c..015e034 100644 --- a/source/development/get-involved.rst +++ b/source/development/get-involved.rst @@ -27,7 +27,7 @@ following steps for becoming a part of the team. Get in touch ------------ -There's no dedicated mailing list yet and everything regarding this +There's no dedicated mailing list for this effort, everything regarding this topic should be discussed on the general `Fedora Development list `__. Most of us also hang out on the #fedora-modularity channel on Freenode. From f902ee52d3eff31c4d6ec76441bfcd6e496e56e7 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Aug 07 2017 16:24:22 +0000 Subject: [PATCH 3/5] WG meetings: correct frequency, improve grammar --- diff --git a/source/development/get-involved.rst b/source/development/get-involved.rst index 015e034..69055e1 100644 --- a/source/development/get-involved.rst +++ b/source/development/get-involved.rst @@ -35,10 +35,10 @@ Most of us also hang out on the #fedora-modularity channel on Freenode. Planning -------- -Formal meetings are held once a week by the Modularity Working Group. +Formal meetings are held once every two weeks by the Modularity Working Group. See the `Fedocal `__ to -find out when the group is meeting. +find out when the group will meet. Development Method ------------------ From b83f94b61507eed35a8c280d9858c4b3c4ec438e Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Aug 07 2017 17:14:06 +0000 Subject: [PATCH 4/5] get rid of agile development section We don't use Taiga anymore, so Agile methodology probably isn't that interesting to usual contributors to Modularity. Don't confuse people with it. --- diff --git a/source/development/get-involved.rst b/source/development/get-involved.rst index 69055e1..93f3aac 100644 --- a/source/development/get-involved.rst +++ b/source/development/get-involved.rst @@ -40,36 +40,6 @@ See the `Fedocal `__ to find out when the group will meet. -Development Method ------------------- - -We will use `agile software -development `__ -methods for Modularity, more specifically: a hybrid of -`Scrum `__ -and `Kanban `__ -adapted to the constraints we have in Fedora. For instance, not all -contributors can commit to be involved like a regular, full-time -employee, meaning that rigid use of 2-week-long Scrum Sprints can be an -obstacle to participating for some people. - -If you're not familiar with agile development or the methods we use, -here are some links to get you started: - -- `Learn Scrum in 8 - minutes `__ -- `Kanban applied to - Scrum `__ - -Agile development methods often come with their own lingo that can be -confusing to the "uninitiated"—like -`"epic" `__, -`"sprint" `__ (or -`"iteration" `__), -`"spike" `__. Many of the terms used -are explained over at the `Agile -Dictionary `__. - Technical details ----------------- From ac1fffecfcd102590317cc9362e0b2e40b1d365c Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Aug 07 2017 17:39:08 +0000 Subject: [PATCH 5/5] update repositories --- diff --git a/source/development/get-involved.rst b/source/development/get-involved.rst index 93f3aac..f98c4c7 100644 --- a/source/development/get-involved.rst +++ b/source/development/get-involved.rst @@ -43,14 +43,24 @@ find out when the group will meet. Technical details ----------------- -Code repositories -~~~~~~~~~~~~~~~~~ - -We currently host all of our code at `Pagure `__ — -the infrastructure, the client-side tooling, metadata specification -drafts and even a couple of proof-of-concept modules. Repositories -typically start with the *fm-* prefix and are open to all members of the -`Pagure @modularity group `__. +Project repositories +~~~~~~~~~~~~~~~~~~~~ + +We host our individual projects either on `Pagure `__, +`GitHub `__ or in the `Fedora Packages repository +`__. + +Tooling and infrastructure projects can be found in the `Pagure group for +Modularity `__ or the |gh-fedmod-org|_. +Modules themselves are in the `Fedora Packages repository +`__ under the ``modules`` namespace, they have +counterparts in the |gh-modmod-org|_ which deal with their individual packages +components. + +.. |gh-fedmod-org| replace:: ``fedora-modularity`` GitHub organization +.. _gh-fedmod-org: https://github.com/fedora-modularity/ +.. |gh-modmod-org| replace:: ``modularity-modules`` GitHub organization +.. _gh-modmod-org: https://github.com/modularity-modules/ Integration of changes ~~~~~~~~~~~~~~~~~~~~~~