diff --git a/roles/easyfix/files/template.html b/roles/easyfix/files/template.html new file mode 100644 index 0000000000..5114c1f5c5 --- /dev/null +++ b/roles/easyfix/files/template.html @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + Fedora Project easyfix + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+

There are a number of projects within Fedora which are looking + for help. Below are listed tasks which have been evaluated as easy + entrance point for people who are looking to start contributing and + do not know where to start. +

+

+ If you are a project owner, see the + wiki for more information. +

+
+
+ +
+
+ {% for project in projects %} + {% if project.tickets %} +
+

{{ project.name }}

+

+ To get started contact + {{ project.owner }} +

+ {% for ticket in project.tickets%} +

+ #{{ ticket.id }} + {{ ticket.title }}
+ Status : {{ ticket.status }} - Type : {{ ticket.type }} - + Component : {{ ticket.component }} +

+ {% endfor %} +
+ {% endif %} + {% endfor %} +

Total: {{ticket_num}} tickets found

+
+
+ +

Total: {{bzbugs_num}} bugs found

+
+
+
+
+ + + +
+

Last update: {{date}}

+
+
+ +
+
+ + + + + + +
+ + +
+ +
+
+ + +