mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
updated README and CONTRIBUTING
This commit is contained in:
parent
154a202142
commit
dab6336453
@ -1,10 +1,12 @@
|
||||
# Contributing
|
||||
|
||||
---
|
||||
## Bug Reports and Feature requests
|
||||
## Bug Reports and Feature Requests
|
||||
---
|
||||
If you think you've found a bug or would like to see a feature in one of the [upcoming releases](https://github.com/pocoproject/poco/milestones), file an [issue](https://github.com/pocoproject/poco/issues). Please make sure that your explanations are clear and coherent; do the homework of understanding the problem and searching for existing solutions before posting.
|
||||
|
||||
Possible security issues or vulnerabilities can also be reported via email directly to the core team security AT pocoproject.org. The core team will respond to security issues within 24 hours.
|
||||
|
||||
If you're in a hurry, the fastest way to have bugs fixed or features added are code contributions. Good code contributions, to be precise; if you want to contribute, read on ...
|
||||
|
||||
---
|
||||
@ -48,3 +50,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/resources available 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.
|
||||
|
||||
---
|
||||
|
@ -6,6 +6,7 @@ Build Status
|
||||
|
||||
- Travis: [![Travis Build Status](https://travis-ci.org/pocoproject/poco.png?branch=poco-1.7.6)](https://travis-ci.org/pocoproject/poco)
|
||||
- AppVeyor: [![Build status](https://ci.appveyor.com/api/projects/status/7iyrx3f233s3akae/branch/poco-1.7.6?svg=true)](https://ci.appveyor.com/project/obiltschnig/poco/branch/poco-1.7.6)
|
||||
- [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/370/badge)](https://bestpractices.coreinfrastructure.org/projects/370)
|
||||
|
||||
|
||||
![alt text][logo]
|
||||
@ -24,8 +25,10 @@ POrtable COmponents C++ Libraries are:
|
||||
To start using POCO, see the [Guided Tour](http://pocoproject.org/docs/00100-GuidedTour.html) and [Getting Started](http://pocoproject.org/docs/00200-GettingStarted.html) documents.
|
||||
|
||||
----
|
||||
POCO has an active user and contributing community, please visit our [web site](http://pocoproject.org), [forum](http://pocoproject.org/forum) and [blog](http://pocoproject.org/blog).
|
||||
Answers to POCO-related questions can also be found on [Stack Overflow](http://stackoverflow.com/questions/tagged/poco-libraries).
|
||||
POCO has an active user and contributing community, please visit our [web site](https://pocoproject.org), [forum](http://pocoproject.org/forum) and [blog](https://pocoproject.org/blog).
|
||||
Answers to POCO-related questions can also be found on [Stack Overflow](https://stackoverflow.com/questions/tagged/poco-libraries).
|
||||
|
||||
Please see [CONTRIBUTING](CONTRIBUTING.md) for submitting contributions, bugs reports, feature requests or security issues.
|
||||
|
||||
----
|
||||
In regards to Boost, in spite of some functional overlapping,
|
||||
|
Loading…
Reference in New Issue
Block a user