2022-01-12 17:42:18 -05:00
|
|
|
# How to Contribute to wxWidgets
|
2014-06-11 16:01:04 -04:00
|
|
|
|
2022-01-12 17:42:18 -05:00
|
|
|
We appreciate receiving contributions and have a detailed
|
|
|
|
[contributor guide](https://www.wxwidgets.org/develop/how-to-contribute/)
|
|
|
|
which explains everything you ever wanted to know for contributing to
|
|
|
|
wxWidgets.
|
2014-06-11 16:01:04 -04:00
|
|
|
|
2022-01-12 17:42:18 -05:00
|
|
|
For the impatient, the short version is that you may [report issues][1] or,
|
|
|
|
even better, open [pull requests][2] in [wxWidgets repository][3] on GitHub
|
|
|
|
with your changes. But please consider reading the guide above if you hadn't
|
|
|
|
done this before.
|
2014-06-11 16:01:04 -04:00
|
|
|
|
2022-01-12 17:42:18 -05:00
|
|
|
[1]: https://github.com/wxWidgets/wxWidgets/issues/new
|
|
|
|
[2]: https://help.github.com/articles/about-pull-requests/
|
|
|
|
[3]: https://github.com/wxWidgets/wxWidgets/
|
|
|
|
|
|
|
|
### Thanks in advance and looking forward to your contributions!
|