-
Notifications
You must be signed in to change notification settings - Fork 11
/
pallets-eco.html
34 lines (34 loc) · 1 KB
/
pallets-eco.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{% extends 'base.html' %}
{% set section = 'pallets-eco' %}
{% block head %}
<title>Pallets-Eco</title>
{% endblock %}
{% block body %}
<div id='pallets-eco'>
<h2 class="text-center titles">Pallets-Eco</h2>
<p>
There are some criterias to respect before we can accept the project:
<ol>
<li>
<b>Usefulness</b>
<ul>
<li>The project must be a useful one</li>
</ul>
</li>
<li>
<b>Documentation</b>
<ul>
<li>The project must documented upto a nice level</li>
</ul>
</li>
<li>
<b>Tests</b>
<ul>
<li>Tests must have a high coverage and be easy to run</li>
</ul>
</li>
</ol>
Then mail to flaskcwg at python.org with the project detail as well as why you want to relinquish the project.
</p>
</div>
{% endblock %}