File tree 2 files changed +34
-1
lines changed
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change
1
+ Credits
2
+ =======
3
+
4
+ ``html5lib `` is written and maintained by:
5
+
6
+ - James Graham
7
+ - Geoffrey Sneddon
8
+ - Łukasz Langa
9
+
10
+
11
+ Patches and suggestions
12
+ -----------------------
13
+
14
+ - Anne van Kesteren
15
+ - Lachlan Hunt
16
+ - lantis63
17
+ - Sam Ruby
18
+ - Tim Fletcher
19
+ - Thomas Broyer
20
+ - Mark Pilgrim
21
+ - Philip Taylor
22
+ - Ryan King
23
+ - Edward Z. Yang
24
+ - Philip Jägenstedt
25
+ - Ms2ger
26
+ - Andy Wingo
27
+ - Andreas Madsack
28
+ - Karim Valiev
29
+ - Mohammad Taha Jahangir
30
+ - Juan Carlos Garcia Segovia
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ We use `Opera Critic <https://critic.hoppipolla.co.uk/>`_ as an external
23
23
code-review tool, which uses your GitHub login to authenticate. You'll
24
24
get email notifications for issues raised in the review.
25
25
26
+
26
27
Patch submission guidelines
27
28
---------------------------
28
29
@@ -40,7 +41,7 @@ Patch submission guidelines
40
41
if necessary, update the Sphinx documentation in ``doc/ ``.
41
42
42
43
- **Add a changelog entry ** at the top of ``CHANGES.rst `` following
43
- existing entries' styles. Don't forget to attribute yourself.
44
+ existing entries' styles.
44
45
45
46
- **Run tests with tox ** if possible, to make sure your changes are
46
47
compatible with all supported Python versions.
@@ -55,3 +56,5 @@ Patch submission guidelines
55
56
squash and rebase your pull request while accepting it. Even though
56
57
GitHub won't recognize the pull request as accepted, the squashed
57
58
commits will properly specify you as the author.
59
+
60
+ - **Attribute yourself ** in ``AUTHORS.rst ``.
You can’t perform that action at this time.
0 commit comments