slitaz-forge view roadmap/README @ rev 709

boot: add mypizza.slitaz.org link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 15 17:55:16 2019 +0100 (2019-12-15)
parents 61f1a20681c7
children
line source
1 SliTaz Roadmap
2 ================================================================================
5 SliTaz roadmap provides guidelines to the next SliTaz Stable release. We use
6 our Mercurial repo to collaborate on the roadmap. All tasks are added and edited
7 in releases/[slitaz-release] and then committed to Hg. Any tasks can have a wiki
8 page link, description with HTML code, etc. Each release also has a goals.html
9 page with the summary of goals to the next release.
11 All contributors are welcome to collaborate and add themselves to the PEOPLE
12 variable of a task. The optional release task Wiki should be created under
13 the space name en:releases:slitaz-release:task-name, example:
15 http://doc.slitaz.org/en:releases:5.0:update-toolchain
17 All the tasks are in the SliTaz Mercurial repositories under the slitaz-forge repo.
18 To clone the repos and collaborate on tasks you can clone the roadmap with:
20 hg clone http://hg.slitaz.org/slitaz-forge
24 Task configuration format
25 -------------------------
26 As usual, keep it simple and something most people know about: a config file ;-)
27 Bugs refer to the bug number on http://bugs.slitaz.org/ separated by space.
29 # SliTaz task
31 TASK="Update full Toolchain"
32 STATUS="TODO"
33 PRIORITY="1"
34 PEOPLE="Pankso"
35 WIKI=""
36 BUGS=""
38 DESC=""
41 ================================================================================