You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ Where `x` and `y` are are any value ranges.
198
198
<!-- START mdsplit-ignore -->
199
199
<h3>
200
200
201
-
[READ THE DOCUMENTATION TO SEE THESE EXAMPLES](https://alandefreitas.github.io/matplotplusplus/)
201
+
[READ THE DOCUMENTATION TO SEE THESE EXAMPLES WITH THE IMAGES](https://alandefreitas.github.io/matplotplusplus/)
202
202
203
203
</h3>
204
204
<!-- END mdsplit-ignore -->
@@ -9205,10 +9205,19 @@ You can also create the binary packages to install Matplot++ on other systems:
9205
9205
cpack .
9206
9206
```
9207
9207
9208
-
## Contributing
9208
+
## Community
9209
+
9210
+
### Getting involved
9211
+
9212
+
* After getting started with this library, please complete this [survey](http://www.alandefreitas.com/survey/alandefreitas/matplotplusplus) to let us know how we can improve your experience.
9213
+
* Discussions are concentrated on our GitHub [discussions](https://github.com/alandefreitas/matplotplusplus/discussions) page. Don't refrain from asking questions and proposing ideas. If this library helps you create something interesting, please divulge it with the community.
9214
+
* If you are a programmer with good ideas, please [share](https://github.com/alandefreitas/matplotplusplus/discussions/new) these ideas with us.
9215
+
* Academic collaboration is more than welcome. It'd be great to see this library help people write lots and lots of academic papers.
9209
9216
9210
9217
### Ideas and Roadmap
9211
9218
9219
+
Feel free to contribute with new features to this library. For complex features and changes, consider [getting feedback](https://github.com/alandefreitas/matplotplusplus/discussions/new) from the community first. Contributing to an existing code base with its own conventions might seem intricate at first but please don't let that discourage you from sharing your ideas.
9220
+
9212
9221
There are many ways in which you can contribute to this library:
9213
9222
9214
9223
* Testing the library in new environments <sup>see [1](https://github.com/alandefreitas/matplotplusplus/issues?q=is%3Aopen+is%3Aissue+label%3A%22cross-platform+issue+-+windows%22), [2](https://github.com/alandefreitas/matplotplusplus/issues?q=is%3Aopen+is%3Aissue+label%3A%22cross-platform+issue+-+linux%22), [3](https://github.com/alandefreitas/matplotplusplus/issues?q=is%3Aopen+is%3Aissue+label%3A%22cross-platform+issue+-+macos%22) </sup>
@@ -9219,7 +9228,7 @@ There are many ways in which you can contribute to this library:
9219
9228
* Finding bugs in general <sup>see [1](https://github.com/alandefreitas/matplotplusplus/issues?q=is%3Aopen+is%3Aissue+label%3A%22bug+-+compilation+error%22), [2](https://github.com/alandefreitas/matplotplusplus/issues?q=is%3Aopen+is%3Aissue+label%3A%22bug+-+compilation+warning%22), [3](https://github.com/alandefreitas/matplotplusplus/issues?q=is%3Aopen+is%3Aissue+label%3A%22bug+-+runtime+error%22), [4](https://github.com/alandefreitas/matplotplusplus/issues?q=is%3Aopen+is%3Aissue+label%3A%22bug+-+runtime+warning%22) </sup>
9220
9229
* Whatever idea seems interesting to you
9221
9230
9222
-
Contributions in which we are not interested:
9231
+
The only thing we ask you is to make sure your contribution is not destructive. Some contributions in which we are not interested are:
9223
9232
9224
9233
* "I don't like this optional feature so I removed/deprecated it"
9225
9234
* "I removed this feature to support older versions of C++" but have not provided an equivalent alternative
@@ -9228,7 +9237,7 @@ Contributions in which we are not interested:
9228
9237
9229
9238
In doubt, please open a [discussion](https://github.com/alandefreitas/matplotplusplus/discussions) first
9230
9239
9231
-
### Guidelines
9240
+
### Contributing Guidelines
9232
9241
9233
9242
If contributing with code, please leave the OpenGL backend and pedantic mode ON (`-DBUILD_EXPERIMENTAL_OPENGL_BACKEND=ON -DBUILD_WITH_PEDANTIC_WARNINGS=ON`), use [cppcheck](http://cppcheck.sourceforge.net/), and [clang-format](https://clang.llvm.org/docs/ClangFormat.html).
0 commit comments