Skip to content

Commit 8ba15eb

Browse files
committed
More info in readme
1 parent aadf296 commit 8ba15eb

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

README.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,26 @@ Modify the various files, refresh your browser and enjoy.
1414

1515
PRs welcomed.
1616

17-
# Add timeline informations
17+
# Add your project
1818

19-
See [site.js](site.js) around line 100.
19+
If you just want to add you project to the list of participating project, add a
20+
line in [the list of participating project](_sections/30-projects.md), it's
21+
markdown so feel free to just list your project name or add a link, and make a
22+
pull request. You should even be able to [edit it
23+
online](https://github.com/python3statement/python3statement.github.io/edit/master/_sections/30-projects.md).
24+
25+
26+
27+
28+
## Add timeline informations
29+
30+
The front page also have a timeline chart, with past release dates, and future
31+
(planned) releases. You can also add you project there, if you have a specific
32+
date where you plan to drop Python 2 support.
33+
34+
See [site.js](site.js) around [line
35+
100](https://github.com/python3statement/python3statement.github.io/blob/master/site.js#L103)
36+
to see how to add this kind of data.
2037

2138

2239
# Base template:

_sections/40-timeline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ extended support.
1414

1515
<div id="visualization"></div>
1616

17-
Feel free to [send us a pull requests] that adds your project to this timeline.
17+
See how to [add your project to the list of participating project](https://github.com/python3statement/python3statement.github.io#add-your-project) and to [this timeline](https://github.com/python3statement/python3statement.github.io#add-timeline-informations)
1818

1919

0 commit comments

Comments
 (0)