From 63a05dd9cd6923ac10273ab5413377b817655fbd Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 23 Nov 2020 18:26:26 -0800 Subject: [PATCH 1/4] add pr template --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 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 000000000..2b59c526a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,2 @@ +-[] I have updated the change log: [geo/CHANGES.md], [geo-types/CHANGES.md], or [geo-postgis/CHANGES.md as appropriate. +-[] I agree to abide by the project's [code of conduct](CODE_OF_CONDUCT.md). From 4125240779c3ce38cc47b130c4acff8b2867251b Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 24 Nov 2020 14:38:16 -0800 Subject: [PATCH 2/4] Update .github/pull_request_template.md Co-authored-by: Corey Farwell --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 2b59c526a..b6f9dbd81 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,2 +1,2 @@ --[] I have updated the change log: [geo/CHANGES.md], [geo-types/CHANGES.md], or [geo-postgis/CHANGES.md as appropriate. --[] I agree to abide by the project's [code of conduct](CODE_OF_CONDUCT.md). +- [ ] I have updated the change log: [geo/CHANGES.md], [geo-types/CHANGES.md], or [geo-postgis/CHANGES.md as appropriate. +- [ ] I agree to abide by the project's [code of conduct](CODE_OF_CONDUCT.md). From 0341d3c551bb5be9a1d1d4a886ad0e066988333e Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 24 Nov 2020 15:00:32 -0800 Subject: [PATCH 3/4] fixup! add pr template --- .github/pull_request_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b6f9dbd81..bd1e68aa6 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,2 +1,4 @@ -- [ ] I have updated the change log: [geo/CHANGES.md], [geo-types/CHANGES.md], or [geo-postgis/CHANGES.md as appropriate. -- [ ] I agree to abide by the project's [code of conduct](CODE_OF_CONDUCT.md). +- [ ] I agree to follow the project's [code of conduct](../blob/master/CODE_OF_CONDUCT.md). +- [ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. +--- + From c992957ec13bb9e1106afd3e0f7e8e3840a421a9 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 24 Nov 2020 15:03:39 -0800 Subject: [PATCH 4/4] absolute url --- .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 bd1e68aa6..906a912ce 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ -- [ ] I agree to follow the project's [code of conduct](../blob/master/CODE_OF_CONDUCT.md). +- [ ] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - [ ] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---