CONTRIBUTING.md: Add note about repeatedly closing PRs
This commit is contained in:
parent
a65c745d22
commit
c8c3099643
|
@ -59,7 +59,9 @@ Most pull request should only contain a single package and its dependencies whic
|
||||||
If you make updates to packages containing a soname bump you also need to revbump all packages that are dependant. Those
|
If you make updates to packages containing a soname bump you also need to revbump all packages that are dependant. Those
|
||||||
packages should also be part of the same pull request.
|
packages should also be part of the same pull request.
|
||||||
|
|
||||||
#### Travis
|
When you make changes to your pull request, please *do not close and reopen your pull request*. Instead, just forcibly git push, overwriting any old commits. Closing and opening your pull requests repeatedly spams the Void maintainers.
|
||||||
|
|
||||||
|
##### Travis
|
||||||
|
|
||||||
Once you have started a pull request, you will get instant feedback from Travis. It will check if the templates you have changed
|
Once you have started a pull request, you will get instant feedback from Travis. It will check if the templates you have changed
|
||||||
comply with the our guidelines. At the moment not all packages comply to the rules, so if you update a package, it may happen, that Travis
|
comply with the our guidelines. At the moment not all packages comply to the rules, so if you update a package, it may happen, that Travis
|
||||||
|
|
Loading…
Reference in New Issue