From f03dd13550c77dfb66409665ac167e398c721108 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Fri, 19 Dec 2025 21:57:33 +0100 Subject: [PATCH] Be pedantic about GitHub spelling Signed-off-by: Vertexwahn --- CONTRIBUTING.md | 4 ++-- website/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84acbb02..bc5e03a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -213,7 +213,7 @@ openexr-dev@lists.aswf.io mail list. ### Pull Requests -Contributions should be submitted as Github pull requests. See +Contributions should be submitted as GitHub pull requests. See [Creating a pull request](https://help.github.com/articles/creating-a-pull-request/) if you're unfamiliar with this concept. @@ -229,7 +229,7 @@ with a separate pull request. 3. Push commits to your fork. -4. Create a Github pull request from your topic branch. +4. Create a GitHub pull request from your topic branch. 5. Pull requests will be reviewed by project committers and contributors, who may discuss, offer constructive feedback, request changes, or approve diff --git a/website/conf.py b/website/conf.py index 5e408046..cc4cc1fd 100644 --- a/website/conf.py +++ b/website/conf.py @@ -145,7 +145,7 @@ html_theme = "press" html_theme_options = { "external_links": [ - ("Github", "https://github.com/AcademySoftwareFoundation/Imath"), + ("GitHub", "https://github.com/AcademySoftwareFoundation/Imath"), ] }