@@ -11,7 +11,7 @@ If you want to make a contribution to the project, see the
1111
1212* * master* : Always tested and ready to become a new version. Don't push directly to this
1313 branch. Make a new branch and submit a pull request instead.
14- * * gh-pages* : Holds the HTML documentation and is served by Github . Pages for the master
14+ * * gh-pages* : Holds the HTML documentation and is served by GitHub . Pages for the master
1515 branch are in the ` dev ` folder. Pages for each release are in their own folders.
1616 ** Automatically updated by TravisCI** so you shouldn't have to make commits here.
1717
@@ -40,12 +40,12 @@ The main advantages of this are:
4040
4141## Continuous Integration
4242
43- We use Github Actions and TravisCI continuous integration (CI) services to
43+ We use GitHub Actions and TravisCI continuous integration (CI) services to
4444build and test the project on Linux, macOS and Windows.
4545They rely on the ` requirements.txt ` file to install required dependencies using
4646conda and the ` Makefile ` to run the tests and checks.
4747
48- ### Github Actions
48+ ### GitHub Actions
4949
5050There are 3 configuration files located in ` .github/workflows ` :
5151
@@ -59,7 +59,7 @@ It is also scheduled to run daily on the *master* branch.
5959This is only triggered when a review is requested or re-requested on a PR.
6060It is also scheduled to run daily on the * master* branch.
6161
62- 3 . ` cache_data.yaml ` (Caches GMT remote data files needed for Github Actions CI)
62+ 3 . ` cache_data.yaml ` (Caches GMT remote data files needed for GitHub Actions CI)
6363
6464This is scheduled to run every Sunday at 12 noon.
6565If new remote files are needed urgently, maintainers can manually uncomment
@@ -85,7 +85,7 @@ submit pull requests to that repository.
8585
8686## Continuous Documentation
8787
88- We use the [ Zeit Now for Github integration] ( https://zeit.co/github ) to preview changes
88+ We use the [ Zeit Now for GitHub integration] ( https://zeit.co/github ) to preview changes
8989made to our documentation website every time we make a commit in a pull request.
9090The integration service has a configuration file ` now.json ` , with a list of options to
9191change the default behaviour at https://zeit.co/docs/configuration .
@@ -103,10 +103,10 @@ There are a few steps that still must be done manually, though.
103103
104104### Updating the changelog
105105
106- The Release Drafter Github Action will automatically keep a draft changelog at
106+ The Release Drafter GitHub Action will automatically keep a draft changelog at
107107https://github.com/GenericMappingTools/pygmt/releases , adding a new entry
108108every time a Pull Request (with a proper label) is merged into the master branch.
109- This release drafter tool has two configuration files, one for the Github Action
109+ This release drafter tool has two configuration files, one for the GitHub Action
110110at .github/workflows/release-drafter.yml, and one for the changelog template
111111at .github/release-drafter.yml. Configuration settings can be found at
112112https://github.com/release-drafter/release-drafter .
@@ -122,7 +122,7 @@ publishing the actual release notes at https://www.pygmt.org/latest/changes.html
122122
1231232. Edit the changes list to remove any trivial changes (updates to the README, typo
124124 fixes, CI configuration, etc).
125- 3. Replace the PR number in the commit titles with a link to the Github PR page.
125+ 3. Replace the PR number in the commit titles with a link to the GitHub PR page.
126126 Use ` ` sed -i.bak -E ' s$\(#([0-9]*)\)$(`#\1 <https://github.com/GenericMappingTools/pygmt/pull/\1>`__)$g' changes.rst` `
127127 to make the change automatically.
1281284. Copy the remaining changes to ` doc/changes.rst` under a new section for the
@@ -142,7 +142,7 @@ publishing the actual release notes at https://www.pygmt.org/latest/changes.html
142142
143143# ## Check the README syntax
144144
145- Github is a bit forgiving when it comes to the RST syntax in the README but PyPI is not.
145+ GitHub is a bit forgiving when it comes to the RST syntax in the README but PyPI is not.
146146So slightly broken RST can cause the PyPI page to not render the correct content. Check
147147using the ` rst2html.py` script that comes with docutils:
148148
@@ -167,7 +167,7 @@ this new folder.
167167
168168### Archiving on Zenodo
169169
170- Grab a zip file from the Github release and upload to Zenodo using the previously
170+ Grab a zip file from the GitHub release and upload to Zenodo using the previously
171171reserved DOI.
172172
173173### Updating the conda package
0 commit comments