From 4bfce5d65f409219b18d7bc398678e29982003c5 Mon Sep 17 00:00:00 2001 From: Elmar Kenigs Date: Fri, 14 Oct 2022 13:43:30 +0200 Subject: [PATCH] Added PR template (#34) --- .github/pull-request-template.md | 11 +++++++++++ 1 file changed, 11 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 00000000..c5728b18 --- /dev/null +++ b/.github/pull-request-template.md @@ -0,0 +1,11 @@ +### Description + +Please explain the changes this PR addresses here. + +### Checklist + +- [ ] If this requires a documentation change, I have created a PR in [moonbeam-docs](https://github.com/PureStake/moonbeam-docs) repository. +- [ ] If this requires it, I have updated the Readme +- [ ] If necessary, I have updated the examples +- [ ] I have verified if I need to create/update unit tests +- [ ] I have verified if I need to create/update acceptance tests