From 50a77a7e608d59cdf1633f223b6900c8e51da351 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sat, 11 Mar 2023 13:52:37 +0100 Subject: [PATCH] Added a PR template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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 00000000..6d274b1e --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +# Important + +Only minor bug fixes and bandplans are accepted. + +Pull requests adding features or any bug fix that requires significant code changes will be automatically rejected. + +Open an issue requesting a feature or discussing a possible bugfix instead. \ No newline at end of file