Skip to content

Commit 602bb84

Browse files
committed
separate AUTHORS.rst
1 parent 40a68ac commit 602bb84

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

AUTHORS.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

CONTRIBUTING.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ We use `Opera Critic <https://critic.hoppipolla.co.uk/>`_ as an external
2323
code-review tool, which uses your GitHub login to authenticate. You'll
2424
get email notifications for issues raised in the review.
2525

26+
2627
Patch submission guidelines
2728
---------------------------
2829

@@ -40,7 +41,7 @@ Patch submission guidelines
4041
if necessary, update the Sphinx documentation in ``doc/``.
4142

4243
- **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.
4445

4546
- **Run tests with tox** if possible, to make sure your changes are
4647
compatible with all supported Python versions.
@@ -55,3 +56,5 @@ Patch submission guidelines
5556
squash and rebase your pull request while accepting it. Even though
5657
GitHub won't recognize the pull request as accepted, the squashed
5758
commits will properly specify you as the author.
59+
60+
- **Attribute yourself** in ``AUTHORS.rst``.

0 commit comments

Comments
 (0)