From c6163cff368370b1f96cc34ba6f1df6cb9a567b5 Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 9 Aug 2022 22:06:08 +0800 Subject: [PATCH] chore: add pull request template --- .github/pull_request_template.md | 4 ++++ CHANGELOG.md | 1 + 2 files changed, 5 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..c19b79f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,4 @@ + diff --git a/CHANGELOG.md b/CHANGELOG.md index a0eb949..dafc97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,7 @@ Categories Used: - Fix missing \#\[must_use\] attribute on a method returning `Self` [\#243](https://github.com/ouch-org/ouch/pull/243) ([vrmiguel](https://github.com/vrmiguel)) - Update dependencies [\#253](https://github.com/ouch-org/ouch/pull/253) ([Crypto-Spartan](https://github.com/Crypto-Spartan)) - Update dependencies [\#257](https://github.com/ouch-org/ouch/pull/257) ([Artturin](https://github.com/Artturin)) +- Add pull request template [\#263](https://github.com/ouch-org/ouch/pull/263) ([figsoda](https://github.com/figsoda)) ### New Contributors