From caf9f5e666794fd450b587e9cffd91b3877e8c8b Mon Sep 17 00:00:00 2001 From: Siva Addepalli Date: Fri, 21 Oct 2022 14:55:39 +0530 Subject: [PATCH] xilinx: Add a github template telling people to not use pull requests A lot of people are trying to send pull requests via github but this is not the right channel to use. Linux project is doing review over emails that's why use git@xilinx.com if you want to contribute changes to this repository. Signed-off-by: Siva Addepalli --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 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 00000000000..c3b2e3efbb0 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,2 @@ +Please do not submit a Pull Request via github. Our project makes use of mailing lists for patch submission and review. For more details please see https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18842172/Create+and+Submit+a+Patch +