瀏覽代碼

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 年之前
父節點
當前提交
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)