Skip to content

Commit e2cfb18

Browse files
committed
Merge the contributing page into the index
1 parent e63c3f5 commit e2cfb18

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

docs/contrib.rst

Lines changed: 0 additions & 21 deletions
This file was deleted.

docs/index.rst

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Python's argparse_ library.
1818
misc
1919
markdown
2020
changelog
21-
contrib
2221

2322

2423
Installation
@@ -51,6 +50,29 @@ Enable the extension in your sphinx config:
5150
.. _conda-forge: https:://github.com/conda-forge/sphinx-argparse-feedstock/
5251

5352

53+
Contribute
54+
----------
55+
56+
Any help is welcome!
57+
58+
Most wanted:
59+
60+
* Additional features
61+
* Bug fixes
62+
* Examples
63+
64+
Contributions are gratefully accepted through `GitHub pull requests`_.
65+
Please report any bugs as issues on GitHub.
66+
67+
.. _GitHub pull requests: https://github.com/sphinx-doc/sphinx-argparse/
68+
69+
Don't forget to run tests before committing:
70+
71+
.. code:: shell
72+
73+
pytest
74+
75+
5476
Similar projects
5577
-------------------
5678

0 commit comments

Comments
 (0)