From b0675d2053ede4719c27c2314acb6ca152a23c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fa=20Ya=C4=9Fc=C4=B1zeybek?= <49113914+dogayagcizeybek@users.noreply.github.com> Date: Sat, 26 Aug 2023 18:55:12 +0300 Subject: [PATCH] chore: add pull request template (#947) --- .github/PULL_REQUEST_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..99eafa2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,30 @@ +# Pull request checklist + +- [ ] The PR has a proper title. Use [Semantic Commit Messages](https://seesparkbox.com/foundry/semantic_commit_messages). (No more branch-name title please) +- [ ] Make sure you are requesting the right branch. +- [ ] Make sure this is ready to be merged into the relevant branch. Please don't create a PR and let it hang for a few days. +- [ ] Ensure all tests are passing. +- [ ] Ensure linting is passing. + +# PR type + +- Bug fix / new feature / chore + +# Description + +- Describe what this pull request is for. +- What will it affect. + +# Screenshot + +- Please include a screenshot if applicable + +# Localhost url to test on + +- Please include a url on localhost to test. + +# Jira Link + +- Please include a link to the ticket if applicable. + +[Ticket]()