From d23883b799b0056eff572c33fa5df6baf7cfe4c6 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 9 Nov 2013 15:43:41 +0100 Subject: [PATCH] Update design task and todo task instructions. --- .../rsrc/custom/static/design_guidelines.html | 16 +++++++++++++++- webroot/rsrc/custom/static/todo_guidelines.html | 9 ++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/webroot/rsrc/custom/static/design_guidelines.html b/webroot/rsrc/custom/static/design_guidelines.html index a3915a4a57..fe8614af8f 100644 --- a/webroot/rsrc/custom/static/design_guidelines.html +++ b/webroot/rsrc/custom/static/design_guidelines.html @@ -1,2 +1,16 @@ -Design tasks are created by developers and module members to work out the design of functionality, and involve the community for feedback. They are not intended to be created by users, rather the focus is always on functionality that developers plan to work on. +

What is a Design Task?

+
+ +

Design tasks are created by developers and module members to work out the design of functionality, and involve the community for feedback. They are not intended to be created by users to propose ideas or request features, rather the focus is always on functionality that developers plan to work on or ask others to help out with.

+ +
+ +

Guidelines

+
+ + diff --git a/webroot/rsrc/custom/static/todo_guidelines.html b/webroot/rsrc/custom/static/todo_guidelines.html index 3e0d61044d..d8d147bd2f 100644 --- a/webroot/rsrc/custom/static/todo_guidelines.html +++ b/webroot/rsrc/custom/static/todo_guidelines.html @@ -1,2 +1,9 @@ -To Do tasks are created by developers and module members to track To Do items. They are not intended to be created by users, rather the focus is always on tasks that developers themselves plan to work on. +

What is a To Do Task?

+
+ +

To Do tasks are created by developers and module members to track To Do items that are not bugs, patches or design. They are not intended to be created by users, rather the focus is always on tasks that developers themselves plan to work on or ask others to help out with.

+ +
+ +

Examples include: reminder to clean up code before the release, to add test files for a new feature, create a tutorial for a new feature, fix broken links in documentation, ..