From 61a6e8edd721f4c0bdcb1a0f7f2b66a4867436aa Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Sun, 2 Jun 2024 11:23:57 -0700 Subject: [PATCH] github: remove PR template No one is looking at it anyways. It just gets in the way. Signed-off-by: Andrii Nakryiko --- .github/PULL_REQUEST_TEMPLATE.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index c7a2eae..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,3 +0,0 @@ -Thank you for considering a contribution! - -Please note that the `libbpf` authoritative source code is developed as part of bpf-next Linux source tree under tools/lib/bpf subdirectory and is periodically synced to Github. As such, all the libbpf changes should be sent to BPF mailing list, please don't open PRs here unless you are changing Github-specific parts of libbpf (e.g., Github-specific Makefile).