Skip to content

Commit

Permalink
Update pull_request_template.md (#485)
Browse files Browse the repository at this point in the history
This commit fixed all the typos that are replicated in all the projects in the PRs templates.
  • Loading branch information
Sisanu authored Jan 16, 2024
1 parent 1615310 commit 48f28de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!-- The following is a recommended collection of information to include in any Pull Request, please fill it in to the best of your abilities. -->
<!-- The following is a recommended collection of information to include in any Pull Request, please fill it out to the best of your abilities. -->

## Short introduction
## Short Introduction
<!-- Describe what this Pull Request achieves, this is your elevator pitch. -->

## Description
<!-- A more thurough description of the problem you are solving, how you solve it, and why. -->
<!-- A more thorough description of the problem you are solving, how you solve it, and why. -->

## Steps to test / reproduce
## Steps to Test/Replicate
<!-- Provide details on how to test your changes, or reproduce the issue they resolve. -->

## Screenshots
<!-- Include any relevant screenshots or screen captures showing off how these changes affect the project, if they are visual changes (before and after views are great, and help speed uip the review process) -->
<!-- Include any relevant screenshots or screen captures showing off how these changes affect the project if they are visual changes (before and after views are great, and help speed up the review process) -->

## Checklist
- [ ] I have written unit tests where applicable
- [ ] My code follows the Dekode coding standards
- [ ] My code follows the `Dekode coding standards`
- [ ] I've tested my changes with keyboard and screen readers
- [ ] My code follows the accessibility standards
- [ ] My code is properly documented
Expand Down

0 comments on commit 48f28de

Please sign in to comment.