From 83e1d21fac9501d7a8b5cdcdc9ed5e087a13a95f Mon Sep 17 00:00:00 2001 From: JD Date: Tue, 6 Dec 2022 00:18:08 -0800 Subject: [PATCH 1/2] Create PR template --- .github/pull_request_template.md | 18 ++++++++++++++++++ 1 file changed, 18 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..8ca501afb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ +## **Summary of Changes** + + +Fixes # _(if applicable - add the number of issue this PR addresses)_ + +  + +## **Test Data or Screenshots** + +  + +###### _By submitting this pull request, you are confirming the following:_ + +- I have reviewed the [Contribution Guidelines]([https://github.com/IndexCoop/index-app/blob/master/CONTRIBUTING.md](https://github.com/web3swift-team/web3swift/blob/develop/CONTRIBUTION.md)). +- I have performed a self-review of my own code. +- I have updated my repository to match the `develop` branch. +- I have included test data or screenshots that prove my fix is effective or that my feature works. +- I have checked that all tests work and swiftlint is not throwing any errors/warnings. From c4da057bcc90906070df0a78a7fe9022b8fd66d3 Mon Sep 17 00:00:00 2001 From: JD Date: Tue, 6 Dec 2022 00:19:44 -0800 Subject: [PATCH 2/2] Update template --- .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 8ca501afb..5073b7bdc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,7 +11,7 @@ Fixes # _(if applicable - add the number of issue this PR addresses)_ ###### _By submitting this pull request, you are confirming the following:_ -- I have reviewed the [Contribution Guidelines]([https://github.com/IndexCoop/index-app/blob/master/CONTRIBUTING.md](https://github.com/web3swift-team/web3swift/blob/develop/CONTRIBUTION.md)). +- I have reviewed the [Contribution Guidelines](https://github.com/web3swift-team/web3swift/blob/develop/CONTRIBUTION.md). - I have performed a self-review of my own code. - I have updated my repository to match the `develop` branch. - I have included test data or screenshots that prove my fix is effective or that my feature works.