Remove duplication from contributing.md

This commit is contained in:
Peter Robins
2014-07-14 17:00:28 +01:00
parent a2e7432e42
commit fe1131b850
+2 -2
View File
@@ -4,7 +4,7 @@ Thanks for your interest in contributing to OpenLayers 3.
## Contributing Code ## Contributing Code
Thanks for your interest in contributing to OpenLayers 3 development. Our preferred means of receiving contributions is through [pull requests](https://help.github.com/articles/using-pull-requests). Make sure Our preferred means of receiving contributions is through [pull requests](https://help.github.com/articles/using-pull-requests). Make sure
that your pull request follows our pull request guidelines below before submitting it. that your pull request follows our pull request guidelines below before submitting it.
This page describes what you need to know to contribute code to ol3 as a developer. This page describes what you need to know to contribute code to ol3 as a developer.
@@ -307,4 +307,4 @@ Please keep the header line short, no more than 50 characters.
Occasionally other changes to `master` might mean that your pull request cannot Occasionally other changes to `master` might mean that your pull request cannot
be merged automatically. In this case you may need to rebase your branch on a be merged automatically. In this case you may need to rebase your branch on a
more recent `master`, resolve any conflicts, and `git push --force` to update more recent `master`, resolve any conflicts, and `git push --force` to update
your branch so that it can be merged automatically. your branch so that it can be merged automatically.