summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-01-16 19:23:54 +0200
committerLars Wirzenius <liw@liw.fi>2018-01-16 19:23:54 +0200
commita5767bb91abd8d47aca383cae39f388c902a00e2 (patch)
tree53cfc8e286d277cf8ac3fcdd37da1f1e6860e23a
parentc6ca7a87238dc1cb371bedd0ce01cfea2abbb785 (diff)
downloadick.liw.fi-a5767bb91abd8d47aca383cae39f388c902a00e2.tar.gz
Drop: tasks page (getting-started has it all)
-rw-r--r--project.mdwn1
-rw-r--r--tasks.mdwn44
2 files changed, 0 insertions, 45 deletions
diff --git a/project.mdwn b/project.mdwn
index c6e6854..9f59380 100644
--- a/project.mdwn
+++ b/project.mdwn
@@ -12,7 +12,6 @@ interested:
* [[Architecture]]
* [[Process description|pm]]
* [[Current and past projects|projects]]
- * [[Tasks to do if you want to help|tasks]]
* [[Road map to ALPHA-1|roadmap]]
* [[Development blog|blog]] (see [[feeds|blog_feed]] also).
* [[Issue (bug) tracking|issues]]
diff --git a/tasks.mdwn b/tasks.mdwn
deleted file mode 100644
index 1c93625..0000000
--- a/tasks.mdwn
+++ /dev/null
@@ -1,44 +0,0 @@
-[[!meta title="Things that need doing for Ick"]]
-
-This is a list of things that need doing for Ick. If you want to help
-with Ick, feel free to pick a task and do it, and report results to
-the ick-discuss address. If you'd like to do one of things, but are
-unsure of the details, you're welcome to ask on the ick-discuss address.
-
-Documentation
------------------------------------------------------------------------------
-
-* Add a page to the website documenting Ick discussions forums: the
- ick-discuss alias, the [distix][] instance that listens to the alias,
- the ick.liw.fi website, and the source and website git repositories.
- And the Ansible playbook repository.
-
-* Add a section to README or a new file HACKING with documentation of
- how to contribute to Ick: how to run the test suite, how to submit
- patches.
-
-* Add a page to the website explaining how to get an Ick instance up
- and running.
-
-Governance
------------------------------------------------------------------------------
-
-* Start a discussion on how to govern the Ick project: how do
- decisions get made, who has final say, who get what privileges, etc.
-
-Test
------------------------------------------------------------------------------
-
-* Set up an Ick instance, using the Ansible playbook provided, and
- report any difficult or undocumented steps. Also run the yarn
- scenarios against your instance. When Ick starts being able to
- actually build projects, set up a project to build something you
- care about. Report to the Ick development list your experiences.
-
-Code
------------------------------------------------------------------------------
-
-* Write a trigger service which starts a build when a relevant git
- repository (and branch) is changed.
-
-* Write a JSON Schema for the "project" resource type.