From 4bc367ab03abc4609678b115aeb594a1727188d2 Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Mon, 12 Sep 2022 17:49:46 -0700 Subject: [PATCH 1/3] Create pull_request_template.md --- .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 0000000..8bdfabd --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ +## Summary + + +## Before Merge + +- [ ] Allow 24 hours for community input +- [ ] If this is a new protocol, has the change been applied to https://github.com/multiformats/multicodec as well? From a9c529a4df2e7e6118536bb1098b54e9dcb276a2 Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Wed, 14 Sep 2022 12:30:14 -0700 Subject: [PATCH 2/3] Update .github/pull_request_template.md Co-authored-by: Melanie Riise --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8bdfabd..c02acc2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,5 +3,5 @@ ## Before Merge -- [ ] Allow 24 hours for community input +- [ ] Allow at least 24 hours for community input - [ ] If this is a new protocol, has the change been applied to https://github.com/multiformats/multicodec as well? From 753484911a33012965b83785ea8d08db2d279945 Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Wed, 14 Sep 2022 12:31:27 -0700 Subject: [PATCH 3/3] Update .github/pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c02acc2..8388bc0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,4 +4,4 @@ ## Before Merge - [ ] Allow at least 24 hours for community input -- [ ] If this is a new protocol, has the change been applied to https://github.com/multiformats/multicodec as well? +- [ ] If this is a new protocol, has the change been applied to https://github.com/multiformats/multicodec as well? If so, please link the multicodec PR.