aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Junya Kono <junya03dance@gmail.com>2018-04-30 11:04:09 +0900
committerGravatar Abhishek Arya <inferno@chromium.org>2018-04-29 19:04:09 -0700
commit3bdfc4ed66c865ab97509bbd4bae1b041223545d (patch)
treeeb2d324778ffd4dffe577b663756fec07e86c9f3
parent43fd25f26accbd4f0794b9d025717dc0b034cd79 (diff)
Other projects use the notation GitHub, but this project was fixed as Github. (#1377)
* fix typing * Fix faq.md
-rw-r--r--CONTRIBUTING2
-rw-r--r--docs/faq.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
index 2827b7d3..1a09deb2 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -18,7 +18,7 @@ frustration later on.
### Code reviews
All submissions, including submissions by project members, require review. We
-use Github pull requests for this purpose.
+use GitHub pull requests for this purpose.
### The small print
Contributions made by corporations are covered by a different agreement than
diff --git a/docs/faq.md b/docs/faq.md
index e7ebd145..f040f2a2 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -24,7 +24,7 @@ You should look for places in your code that:
## Why do you use a [different issue tracker](https://bugs.chromium.org/p/oss-fuzz/issues/list) for reporting bugs in OSS projects?
Security access control is important for the kind of issues that OSS-Fuzz detects.
-We will reconsider the Github issue tracker once the
+We will reconsider the GitHub issue tracker once the
[access control feature](https://github.com/isaacs/github/issues/37) is available.
## Why do you require a Google account for authentication?