From 90dda7e2b1842c303a82c7fa136b044116f98a3a Mon Sep 17 00:00:00 2001 From: Joel Bethke Date: Wed, 8 Apr 2026 14:43:25 -0700 Subject: [PATCH] README.rst: Update contrib link and add codestyle This updates the readme with the new contribution guidelines (.md instead of .rst), and adds a link to the code style guidelines. --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d31703c98..67a4673ff 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,10 @@ Contributing - If you wish to contribute code to the project, please make sure to read the coding and commit guidelines: - https://github.com/obsproject/obs-studio/blob/master/CONTRIBUTING.rst + https://github.com/obsproject/obs-studio/blob/master/CONTRIBUTING.md + +- Code for the project follows the code style guidelines, located + here: https://github.com/obsproject/obs-studio/blob/master/CODESTYLE.md - Developer/API documentation can be found here: https://obsproject.com/docs