summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Wen <jrw2175@columbia.edu>2016-05-22 23:49:11 -0400
committerJames Wen <jrw2175@columbia.edu>2016-05-22 23:49:11 -0400
commit9a95bb8194a56bf2966b66f61bc5e5a809518172 (patch)
tree1e8532aaaa5a699ac9bfc1062783262fe5c66adc
parent7351eddd5b70f1fa707404386f2afe34a6127cf0 (diff)
downloadbundler-9a95bb8194a56bf2966b66f61bc5e5a809518172.tar.gz
[Documentation] Add instruction to not use CI skipping mechanisms
-rw-r--r--DEVELOPMENT.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 72d65be838..994ed95f21 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -66,6 +66,8 @@ Before you submit a pull request, please remember to do the following:
If you want to use these mechanisms, please instead include them in the pull request description. This prevents multiple notifications or references being created on commit rebases or pull request/branch force pushes.
+- Additionally, do not use `[ci skip]` or `[skip ci]` mechanisms in your pull request titles/descriptions or commit messages. Every potential commit and pull request should run through Bundler's CI system. This applies to all changes/commits (ex. even a change to just documentation or the removal of a comment).
+
# Bug triage
Triage is the work of processing tickets that have been opened into actionable issues, feature requests, or bug reports. That includes verifying bugs, categorizing the ticket, and ensuring there's enough information to reproduce the bug for anyone who wants to try to fix it.