summaryrefslogtreecommitdiff
path: root/doc
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
parent29a0e80c9f9fa745c0adaf4de6366b4f582e8a51 (diff)
downloadbundler-5c4370263c5b37d5a618077049fc9d76bf62e8d9.tar.gz
Replace Github with GitHub
Diffstat (limited to 'doc')
-rw-r--r--doc/contributing/COMMUNITY.md2
-rw-r--r--doc/development/PULL_REQUESTS.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing/COMMUNITY.md b/doc/contributing/COMMUNITY.md
index c25ef63eeb..3e5c195dcf 100644
--- a/doc/contributing/COMMUNITY.md
+++ b/doc/contributing/COMMUNITY.md
@@ -6,7 +6,7 @@ It would be tremendously helpful to have more people answering questions about B
Additional documentation and explanation is always helpful, too. If you have any suggestions for the Bundler website [bundler.io](http://bundler.io), we would absolutely love it if you opened an issue or pull request on the [bundler-site](https://github.com/bundler/bundler-site) repository.
-Sharing your experiences and discoveries by writing them up is a valuable way to help others who have similar problems or experiences in the future. You can write a blog post, create an example and commit it to Github, take screenshots, or make videos.
+Sharing your experiences and discoveries by writing them up is a valuable way to help others who have similar problems or experiences in the future. You can write a blog post, create an example and commit it to GitHub, take screenshots, or make videos.
Publishing examples of how Bundler is used helps everyone, and we’ve discovered that people already use it in ways that we never imagined when we were writing it. If you’re still not sure what to write about, there are also several projects doing interesting things based on Bundler. They could probably use publicity too.
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.