Update CONTRIBUTING.md

This commit is contained in:
Aleksandar Fabijanic 2015-04-20 20:31:29 -05:00
parent a5524d0417
commit 31206bbd7f

View File

@ -48,3 +48,9 @@ At this point, it's our turn; if you've done everything well, we may just thank
**A:** For simplicity purposes, we keep the direct write access to the main repository within a small group of core contributors. Since git forks , merges and pull requests are very easy and simple, this was not an obstacle so far. If you believe you really, really need write access to main repo, please contact the project maintainers at poco@pocoproject.org.
---
**Q:** Why does compilation or test run fail on MinGW, Cygwin, [your platform of choice here]?
**A:** Because we have limited manpower and resources and can't keep up with every minute detail of every platform. Core team makes sure reasonably recent versions of **Visual Studio**, **clang** and **gcc** build/tests pass on Windows, OSX and Linux; the rest is left to the contributors and other parties with interest in particular platforms. As its name says, POCO is very portable and typically it is a minor code fix or ifdef that is needed to iron a wrinkle out; please consider changing it yourself and send us pull request - that will make everyone happy. If you are inclined to do so, please consider "owning" a platform or build system. It is not much of a commitment - you will be expected to (**a**) keep things tidy (i.e building cleanly with tests passing) in regards to your area and (**b**) respond to user's inquiries thereof.
---