Skip to content

Commit

Permalink
chore: fix case of GitHub (#10928)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed May 7, 2021
1 parent 49c8307 commit a8c00d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions dev/committer-instructions.md
Expand Up @@ -100,7 +100,7 @@ the author of the PR) or in a comment (if you have added labels to a PR submitte
- [`Area - Cache`](https://github.com/apache/druid/labels/Area%20-%20Cache) - for PRs and issues related to
Druid's query results cache (local or remote). Don't use for PRs that anyhow relate to caching in different contexts.
- [`Area - Dev`](https://github.com/apache/druid/labels/Area%20-%20Dev) - for PRs and issues related to the
project itself, such as adding developer's docs and checklists, Github issue and PR templates, Github-related issues.
project itself, such as adding developer's docs and checklists, GitHub issue and PR templates, GitHub-related issues.
Don't use for PRs and issues related to CI problems: use either `Area - Testing` for problems with Travis or
`Area - Automation/Static Analysis` for problems with TeamCity. PRs with `Area - Dev` label should usually change
files in `dev/` or `.github/` directories.
Expand Down Expand Up @@ -158,11 +158,11 @@ free to pick up and is relatively easily doable even for those who are not very
number (such as 0.10.1, while the previous release is 0.10 or 0.10.0), rename the next milestone so that it bumps the
"minor" number (e. g. 0.10 -> 0.11).

3. Check that the issue addessed in the PR is closed automatically by Github. If it's not, close the issue manually.
3. Check that the issue addessed in the PR is closed automatically by GitHub. If it's not, close the issue manually.

4. Consider thanking the author for contribution, especially a new contributor.

## Creating a new label on Github
## Creating a new label on GitHub

After creating a new label for your PR or issue, don't forget to take the following steps:

Expand Down
6 changes: 3 additions & 3 deletions dev/teamcity.md
Expand Up @@ -19,7 +19,7 @@

### Overview
TeamCity is a continuous integration and deployment server responsible for
static analysis of Druid source code. Each Github PR request for
static analysis of Druid source code. Each GitHub PR request for
[Druid](https://teamcity.jetbrains.com/project.html?projectId=OpenSourceProjects_Druid)
is checked by TeamCity automatically.

Expand All @@ -29,12 +29,12 @@ One can log in to TeamCity either via credentials or as a guest to check static
### Becoming a Project Administrator
Druid committers shall obtain a status of a [Druid project](
https://teamcity.jetbrains.com/project.html?projectId=OpenSourceProjects_Druid)
administrator. First, the Druid committer needs to log in teamcity.jetbrains.com using their Github account.
administrator. First, the Druid committer needs to log in teamcity.jetbrains.com using their GitHub account.
Then, somebody who is already a project administrator needs to do the following:

1. Follow the "Administration" link in the top-right corner of the page
2. Follow the "Users" link in the "User Management" section in the menu on the left
3. Type the committer's Github handle in the "Find users" text input, press "Filter"
3. Type the committer's GitHub handle in the "Find users" text input, press "Filter"
4. Select the committer
5. Press the "Assign roles" button in the bottom of the page
6. Select "Role: Project administrator" and "Scope: Open-source project -> Druid" in the inputs, press "Assign"
Expand Down
2 changes: 1 addition & 1 deletion extensions-contrib/moving-average-query/README.md
Expand Up @@ -26,4 +26,4 @@ Overview

Documentation
=============
See the druid.apache.org website or under [Druid Github Repo](https://github.com/apache/druid/tree/master/docs/development/extensions-contrib/moving-average-query.md).
See the druid.apache.org website or under [Druid GitHub Repo](https://github.com/apache/druid/tree/master/docs/development/extensions-contrib/moving-average-query.md).

0 comments on commit a8c00d8

Please sign in to comment.