diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f28e7ea921..4593597fac 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,9 +1,17 @@ -# Temporary Notice +# How to Contribute to wxWidgets -Pull requests to this repository are temporarily disabled to avoid interfering -with the ongoing migration of our bug tracker to GitHub Issues. +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. -Please check back soon (the entire migration should take no more than 48 -hours). +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. -### Sorry for the inconvenience! +[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!