File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
7071Testing Tools Integration
7172-------------------------
You can’t perform that action at this time.
0 commit comments