Skip to content

Commit f3805ea

Browse files
committed
Add a contributing page
1 parent 7946e7d commit f3805ea

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

contributing.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Contributing
2+
============
3+
4+
Reporting issues
5+
----------------
6+
7+
If your issue affects only a single driver, it should be reported to the
8+
driver itself.
9+
Any other issues in the Mink abstraction layer and feature requests should
10+
be reported to the `main Mink repository`_.
11+
12+
Contributing features
13+
---------------------
14+
15+
Contributions should be sent using GitHub pull requests.
16+
17+
Any contribution should be covered by tests to be accepted. Changes impacting
18+
drivers should include tests in the common driver testsuite to ensure consistency
19+
between implementations.
20+
21+
New features should always be contributed to the `main Mink repository`_
22+
first. Features submitted only to a single driver without being part of the
23+
Mink abstraction won't be accepted.
24+
25+
.. _main Mink repository: https://github.com/minkphp/Mink

index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Learn Mink with the topical guides:
6666
guides/manipulating-pages
6767
guides/drivers
6868
guides/managing-sessions
69+
contributing
6970

7071
Testing Tools Integration
7172
-------------------------

0 commit comments

Comments
 (0)