From fe2925782941e561f9c21935733c16764aec93ba Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Jul 31 2017 12:33:06 +0000 Subject: [PATCH 1/2] use real VIM upstream URLs in the example ...and get rid of the Taiga reference in the process. related to #25 --- diff --git a/source/development/building-modules/developing.rst b/source/development/building-modules/developing.rst index dee8d91..6591045 100644 --- a/source/development/building-modules/developing.rst +++ b/source/development/building-modules/developing.rst @@ -22,9 +22,9 @@ packages. Let’s have a look at an example Vim module: requires: base_runtime: master references: - community: https://fedoraproject.org/wiki/Modularity - documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules - tracker: https://taiga.fedorainfracloud.org/project/modularity + community: http://www.vim.org/ + documentation: http://www.vim.org/docs.php + tracker: https://github.com/vim/vim/issues profiles: default: rpms: From 14add3f0a6127390f50b21453265dc8c885a98af Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Jul 31 2017 12:33:47 +0000 Subject: [PATCH 2/2] remove remaining references to Taiga fixes #25 --- diff --git a/source/development/get-involved.rst b/source/development/get-involved.rst index 57df344..074346c 100644 --- a/source/development/get-involved.rst +++ b/source/development/get-involved.rst @@ -20,9 +20,6 @@ following steps for becoming a part of the team. #. Attend one of our `weekly meetings `__ and introduce yourself. -#. Become familiar with the Agile project management and create an - account on the `Fedora - Taiga `__. #. Create an account on `Pagure `__ and file an issue in the `Fedora @modularity group `__ requesting membership. @@ -73,13 +70,6 @@ confusing to the "uninitiated"—like are explained over at the `Agile Dictionary `__. -We manage the project using `Taiga `__ on Fedora -Infrastructure, `one -instance `__ for -individual sprint work items and -`another `__ -for higher-level stuff ("epics"). - Technical details -----------------