mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-20 00:09:06 +08:00
This change introduces a pull request template that hopefully helps prevent more libbpf-specific pull requests that should really be submitted to the BPF mailing from being opened against this repository. Recent examples include [0] [1]. [0] https://github.com/libbpf/libbpf/pull/712 [1] https://github.com/libbpf/libbpf/pull/723 Signed-off-by: Daniel Müller <deso@posteo.net>
406 B
406 B
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).