summaryrefslogtreecommitdiff
path: root/doc/development
diff options
context:
space:
mode:
authorKoichi ITO <koic.ito@gmail.com>2017-04-25 03:42:21 +0900
committerKoichi ITO <koic.ito@gmail.com>2017-04-25 03:42:21 +0900
commit5c4370263c5b37d5a618077049fc9d76bf62e8d9 (patch)
treea84ef7cbb21bece83c9e1b33d9c80225b4c5da04 /doc/development
parent29a0e80c9f9fa745c0adaf4de6366b4f582e8a51 (diff)
downloadbundler-5c4370263c5b37d5a618077049fc9d76bf62e8d9.tar.gz
Replace Github with GitHub
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/PULL_REQUESTS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/PULL_REQUESTS.md b/doc/development/PULL_REQUESTS.md
index 37129f8ecb..ea222b18d7 100644
--- a/doc/development/PULL_REQUESTS.md
+++ b/doc/development/PULL_REQUESTS.md
@@ -28,7 +28,7 @@ Ex. For a pull request that changes something with `bundle update`, you might ru
## Commit messages
Please ensure that the commit messages included in the pull request __do not__ have the following:
- - `@tag` Github user or team references (ex. `@indirect` or `@bundler/core`)
+ - `@tag` GitHub user or team references (ex. `@indirect` or `@bundler/core`)
- `#id` references to issues or pull requests (ex. `#43` or `bundler/bundler-site#12`)
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.