From d82624e367c3e66ea46f454aeedf5b0c9b248efd Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 1 Apr 2026 16:58:57 +0100 Subject: [PATCH] Add note to not make draft PRs into pull request template --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2b3ebc768..21e66fb7e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,6 +8,12 @@ https://github.com/baldurk/renderdoc/blob/v1.x/docs/CONTRIBUTING.md For small changes you don't have to read the document end to end, but should at least look at the sections on how to ensure your code and commits are formatted according to the style requirements. + +Do not create "draft" pull requests. It is a pointless waste of time - if your +code is ready to reviewed you can make a normal pull request. If your code is +not ready to be reviewed you should not make a pull request yet. + +Draft pull requests will be closed immediately. --> ## Description