slitaz-forge annotate 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
rev   line source
pankso@213 1 SliTaz Roadmap
pankso@213 2 ================================================================================
pankso@213 3
pankso@213 4
al@616 5 SliTaz roadmap provides guidelines to the next SliTaz Stable release. We use
paul@219 6 our Mercurial repo to collaborate on the roadmap. All tasks are added and edited
paul@482 7 in releases/[slitaz-release] and then committed to Hg. Any tasks can have a wiki
paul@224 8 page link, description with HTML code, etc. Each release also has a goals.html
paul@219 9 page with the summary of goals to the next release.
pankso@213 10
paul@219 11 All contributors are welcome to collaborate and add themselves to the PEOPLE
paul@219 12 variable of a task. The optional release task Wiki should be created under
pankso@213 13 the space name en:releases:slitaz-release:task-name, example:
pankso@213 14
pankso@213 15 http://doc.slitaz.org/en:releases:5.0:update-toolchain
pankso@213 16
paul@219 17 All the tasks are in the SliTaz Mercurial repositories under the slitaz-forge repo.
paul@219 18 To clone the repos and collaborate on tasks you can clone the roadmap with:
pankso@213 19
pankso@213 20 hg clone http://hg.slitaz.org/slitaz-forge
pankso@213 21
pankso@213 22
pankso@213 23
pankso@213 24 Task configuration format
pankso@213 25 -------------------------
paul@219 26 As usual, keep it simple and something most people know about: a config file ;-)
pankso@213 27 Bugs refer to the bug number on http://bugs.slitaz.org/ separated by space.
pankso@213 28
pankso@213 29 # SliTaz task
pankso@213 30
pankso@213 31 TASK="Update full Toolchain"
pankso@213 32 STATUS="TODO"
pankso@213 33 PRIORITY="1"
pankso@213 34 PEOPLE="Pankso"
pankso@213 35 WIKI=""
pankso@213 36 BUGS=""
pankso@213 37
pankso@213 38 DESC=""
pankso@213 39
pankso@213 40
pankso@213 41 ================================================================================