Lines Matching +full:pull +full:- +full:requests
5 Please read and understand the contribution guide before creating an issue or pull request.
13 Please be considerate towards maintainers when raising issues or presenting pull requests. Let's sh…
29 - Attempt to replicate the problem, to ensure that it wasn't a coincidental incident.
30 - Check to make sure your feature suggestion isn't already present within the project.
31 - Check the pull requests tab to ensure that the bug doesn't have a fix in progress.
32 - Check the pull requests tab to ensure that the feature isn't already in progress.
34 Before submitting a pull request:
36 - Check the codebase to ensure that your feature doesn't already exist.
37 - Check the pull requests to ensure that another person hasn't already submitted the feature or fix.
43 - **[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-cod…
45 - **Add tests!** - Your patch won't be accepted if it doesn't have tests.
47 - **Document any change in behaviour** - Make sure the `README.md` and any other relevant documenta…
49 - **Consider our release cycle** - We try to follow [SemVer v2.0.0](https://semver.org/). Randomly …
51 - **One pull request per feature** - If you want to do more than one thing, send multiple pull requ…
53 - **Send coherent history** - Make sure each individual commit in your pull request is meaningful. …