Daniel Gibbs 6 anni fa
parent
commit
adde9929b0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/pull_request_template.md

+ 1 - 1
.github/pull_request_template.md

@@ -18,7 +18,7 @@ PR will not be merged until all steps are complete.
 
 * [ ] This pull request links to an issue.
 * [ ] This pull request uses the `develop` branch as its base.
-* [ ] This pull request Subject follows the Conventinal Commits standard. 
+* [ ] This pull request Subject follows the Conventional Commits standard.
 * [ ] This code follows the style guidelines of this project.
 * [ ] I have performed a self-review of my own code.
 * [ ] I have checked that this code is commented where required.