From 0579c8da9e7580e7327d97cc963504afa08c280f Mon Sep 17 00:00:00 2001 From: David Spickett Date: Fri, 10 Nov 2023 11:05:12 +0000 Subject: [PATCH] [llvm][Github] Add Pull Request template with link to Github docs Inspired by Compiler Explorer's template, which just adds a hidden comment thanking the submitter, which I appreciated a lot when I contributed there. Also by this post https://discourse.llvm.org/t/how-to-find-reviewers/74803. This template gives us a way to direct folks who jump directly into making a PR to the help we have already written up. I often assume (for better or worse) most GitHub hosted projects have similar processes, so if I was new to LLVM I likely wouldn't know about our docs either. --- .github/pull_request_template.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000000..3019f727025cd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,20 @@ +