summaryrefslogtreecommitdiffstats
path: root/CODEOWNERS
Commit message (Collapse)AuthorAgeFilesLines
* Move CODEOWNERS and ISSUE_TEMPLATE.md to .github folderRémi Verschelde2019-06-271-50/+0
| | | | | | | Keeping CONTRIBUTING.md at the root so that contributors actually find it. Also changed the custom FUNDING.yml link to point to godotengine.org/donate, which also links to PayPal and other options.
* Remove reduz from some autorequested code reviewsRémi Verschelde2019-05-061-11/+4
| | | | | | | | | He's still one of the main architects of some of these code branches, but quite often PRs that modify one or two files in such folders don't necessarily need his input, and he has enough backlog to handle. PR triagers will ask for his review manually whenever relevant. He's left as code owner for physics/visual servers and rendering backends.
* Drop RtAudio driver on WindowsRémi Verschelde2019-02-201-1/+0
| | | | | | | | | | | | We've been defaulting to WASAPI since 3.0 and it's superior to RtAudio in all aspects. Obsoletes and closes #25503. Also enable WINMIDI on MinGW, this had been missed initially. Fix os_windows.cpp and crash_handler_windows.cpp which had weird dependencies on RtAudio.h's includes (ugh).
* Fix and improve code ownersRémi Verschelde2019-01-271-33/+54
|
* Fix typo in gdnative module path in CODEOWNERSRémi Verschelde2018-07-201-1/+1
| | | | Supersedes and closes #20293.
* Add code owners for specific paths in the codebaseRémi Verschelde2018-06-071-0/+37
https://blog.github.com/2017-07-06-introducing-code-owners/