From 8b16b9116b6b4b05d8f4b9786d435d77b2cf10a1 Mon Sep 17 00:00:00 2001 From: Fred Klassen Date: Fri, 29 Dec 2023 10:59:51 -0800 Subject: [PATCH] Feature #839 - add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 20 ++++++++++++++++++++ docs/CHANGELOG | 2 ++ docs/CREDIT | 4 ++++ 3 files changed, 26 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..5c94caeb --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +## Standards checklist: + + + +- [ ] The PR title is descriptive. +- [ ] The PR doesn't replicate another PR which is already open. +- [ ] I have read the contribution guide and followed all the instructions. +- [ ] The code follows the code style guide detailed in the wiki. +- [ ] The code is mine or it's from somewhere with an MIT-compatible license. +- [ ] The code is efficient, to the best of my ability, and does not waste computer resources. +- [ ] The code is stable and I have tested it myself, to the best of my abilities. +- [ ] If the code introduces new aliases, I provide a valid use case for all plugin users down below. + +## Changes: + +- [...] + +## Other comments: + +... diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 0042a65d..8aaa393b 100644 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -1,5 +1,7 @@ 09/03/2023 Version 4.5.0-beta1 + - GitHub template for pull requests (#839) - handle IPv6 fragment extension header (#832 #837) + - configure.ac: unify search dirs for pcap and add lib32 (#819) - nanosecond timestamps (#796) - low PPS values run at full speed after several days (#779) - create DLT_LINUX_SLL2 plugin (#727) diff --git a/docs/CREDIT b/docs/CREDIT index 20953c5c..2eacb2c4 100644 --- a/docs/CREDIT +++ b/docs/CREDIT @@ -123,3 +123,7 @@ GithHub @plangarbalint Chuck Cottrill - handle IPv6 fragment extensions + + +Martin 'JaMa' Jansa + - configure.ac: unify search dirs for pcap and add lib32