From c47902457e1bea11e588463c74271ac3c693b83f Mon Sep 17 00:00:00 2001 From: narzoul Date: Fri, 3 May 2024 18:34:11 +0200 Subject: [PATCH] Added notices about contributing --- CONTRIBUTING.md | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..422d549 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,2 @@ +### Contributing +Pull Requests are not accepted. Please use [Issues](https://github.com/narzoul/DDrawCompat/issues) to report bugs or request new features. Refer to the [Support](https://github.com/narzoul/DDrawCompat?tab=readme-ov-file#support) section of the README for additional details. diff --git a/README.md b/README.md index 0c206b5..a255852 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ Additional dependencies: - Windows 10 SDK & DDK (see WindowsTargetPlatformVersion in [DDrawCompat.vcxproj](DDrawCompat/DDrawCompat.vcxproj) for the exact version) - Git for Windows (optional, needed for proper DLL versioning) +### Contributing +Pull Requests are not accepted. Please use [Issues](https://github.com/narzoul/DDrawCompat/issues) to report bugs or request new features. + ### License Source code is licensed under the [BSD Zero Clause License](LICENSE.txt).