Просмотр исходного кода

New type of change in pull request template: small change

I sometimes correct typos and misspellings. I thought this type could would fit for this.
This type could represent changes not in the actual codebase, rather changes in the comments, printed text, documentation, etc.
Attila 7 лет назад
Родитель
Сommit
2962d01432
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      PULL_REQUEST_TEMPLATE.md

+ 1 - 0
PULL_REQUEST_TEMPLATE.md

@@ -6,6 +6,7 @@ Fixes #\[issue]
 
 ## Type of change
 
+* [ ] Small/tiny change (typo, spelling, comment, etc.)
 * [ ] Bug fix (change which fixes an issue)
 * [ ] New feature (change which adds functionality)
 * [ ] New Server (new server added)