浏览代码

Add pull request template (#115)

Joseph Ting 7 年之前
父节点
当前提交
55c424f4d1
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      .github/pull_request_template.md

+ 7 - 0
.github/pull_request_template.md

@@ -0,0 +1,7 @@
+# Pull Request Checklist
+
+- [ ] Describe what changes are being made
+- [ ] Explain why and how the changes were necessary and implemented respectively
+- [ ] Reference issue with `#<ISSUE_NO>` if applicable
+- [ ] If you have changed any SCSS code, run `make release` to regenerate all CSS files.
+- [ ] Add yourself to `CONTRIBUTORS.md` if you aren't on it already