1
0
mirror of synced 2024-11-12 01:40:51 +01:00

chore: add pull request template (#947)

This commit is contained in:
Doğa Yağcızeybek 2023-08-26 18:55:12 +03:00 committed by GitHub
parent 1523dc4cf2
commit b0675d2053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

30
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -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]()