We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bbf43a commit 7583e4aCopy full SHA for 7583e4a
.github/CONTRIBUTING.md
@@ -15,3 +15,10 @@ working docker setup to make the full test suite pass.
15
1. build vendorized gtest: `./utils/build_gtest.sh`
16
2. build restclient-cpp: `./autogen.sh && ./configure && make check`
17
3. run the unit test suite: `make ci`
18
+
19
+## Help wanted
20
+Given that I'm not in a position to maintain compatibility with all the different
21
+platforms, contributions around these are especially appreciated. I try to label
22
+issues accordingly. Some examples are:
23
+- [windows support](https://github.com/mrtazz/restclient-cpp/labels/windows)
24
+- [debian build problems](https://github.com/mrtazz/restclient-cpp/labels/debian)
0 commit comments