From d42ffc8c11796f1ae96009e32c4429bbb290d9bf Mon Sep 17 00:00:00 2001 From: Joe Friedrichsen <114173023+jfriedri-ni@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:17:58 -0700 Subject: [PATCH 1/5] Add DCO signoff to PR pull request template * To match the instructions in https://github.com/ni/.github/blob/main/profile/CONTRIBUTING.md Signed-off-by: Joe Friedrichsen <114173023+jfriedri-ni@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2eaebac..dd4d208 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,3 +9,7 @@ TODO: Justify why this contribution should be part of the project. ### What testing has been done? TODO: Detail what testing has been done to ensure this submission meets requirements. + +### Signoff + +[ ] The authors agree to the Developer Certificate of Origin in `CONTRIBUTING.md`. From 730aa6be9573e41fe996cb05ce324614d79cce98 Mon Sep 17 00:00:00 2001 From: Joe Friedrichsen <114173023+jfriedri-ni@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:19:36 -0700 Subject: [PATCH 2/5] Add CODEOWNERS template * To match the instructions in https://github.com/ni/.github/blob/main/profile/CONTRIBUTING.md Signed-off-by: Joe Friedrichsen <114173023+jfriedri-ni@users.noreply.github.com> --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..4949cfb --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Default code owner for \ +* TODO From 8f2db976922cf175b0c27638e1d6c81a971f68f7 Mon Sep 17 00:00:00 2001 From: Michael Phillips Date: Mon, 24 Jul 2023 17:47:36 -0500 Subject: [PATCH 3/5] Update CODEOWNERS Make this a working codeowners file --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4949cfb..6a4e4e0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Default code owner for \ -* TODO +benmont #replace for \ From c4ad1b64e64aeb0ac97fdb08fbb79d23cb38f6ef Mon Sep 17 00:00:00 2001 From: Michael Phillips Date: Mon, 24 Jul 2023 17:48:42 -0500 Subject: [PATCH 4/5] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6a4e4e0..349c952 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Default code owner for \ -benmont #replace for \ +benmont #replace for \ From 45f1f371e588bdc83b812769b09ab418020e4485 Mon Sep 17 00:00:00 2001 From: Joe Friedrichsen <114173023+jfriedri-ni@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:16:06 -0700 Subject: [PATCH 5/5] Remove DCO signoff section --- .github/PULL_REQUEST_TEMPLATE.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index dd4d208..2eaebac 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,3 @@ TODO: Justify why this contribution should be part of the project. ### What testing has been done? TODO: Detail what testing has been done to ensure this submission meets requirements. - -### Signoff - -[ ] The authors agree to the Developer Certificate of Origin in `CONTRIBUTING.md`.