Skip to content

Commit 57dfd00

Browse files
jbamptonakurtakov
authored andcommitted
Fix spelling of GitHub brand name
1 parent 392ec31 commit 57dfd00

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For additional documentation, please refer to the [docs directory](./docs) and [
3838

3939
## Issue Tracking
4040

41-
This project uses Github to track ongoing development and issues. In case you have an issue, please read the information about Eclipse being a [community project](https://github.com/eclipse-platform#community) and bear in mind that this project is almost entirely developed by volunteers. So the contributors may not be able to look into every reported issue. You will also find the information about [how to find and report issues](https://github.com/eclipse-platform#reporting-issues) in repositories of the `eclipse-platform` organization there. Be sure to search for existing issues before you create another one.
41+
This project uses GitHub to track ongoing development and issues. In case you have an issue, please read the information about Eclipse being a [community project](https://github.com/eclipse-platform#community) and bear in mind that this project is almost entirely developed by volunteers. So the contributors may not be able to look into every reported issue. You will also find the information about [how to find and report issues](https://github.com/eclipse-platform#reporting-issues) in repositories of the `eclipse-platform` organization there. Be sure to search for existing issues before you create another one.
4242

4343
In case you want to report an issue that is specific to this `eclipse.platform` repository, you can [find existing issues](https://github.com/eclipse-platform/eclipse.platform/issues) or [create new issues](https://github.com/eclipse-platform/eclipse.platform/issues/new) within this repository.
4444

docs/FAQ/FAQ_How_can_I_search_the_existing_list_of_bugs_in_Eclipse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FAQ How can I search the existing list of bugs in Eclipse?
22
==========================================================
33

4-
Eclipse uses Github for hosting and issues for bug reports and feature requests.
4+
Eclipse uses GitHub for hosting and issues for bug reports and feature requests.
55
Currently the following are the most active repositories for the Eclipse top level project:
66

77

ua/org.eclipse.tips.examples/src/org/eclipse/tips/examples/tipsframework/GithubTip.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public List<TipAction> getActions() {
5353
});
5454

5555
ArrayList<TipAction> actions = new ArrayList<>();
56-
actions.add(new TipAction("Show in Github", "Opens a browser.", runner, null));
56+
actions.add(new TipAction("Show in GitHub", "Opens a browser.", runner, null));
5757
return actions;
5858
}
5959

@@ -71,7 +71,7 @@ public String getSubject() {
7171
public String getHTML() {
7272
return """
7373
<h2>Incubating on GitHub</h2>
74-
We are incubating this project on Github and we could use your help.
74+
We are incubating this project on GitHub and we could use your help.
7575
Press the <b>More...</b> button to open the GitHub repository.<br><br>
7676
We are looking forward to your pull requests.<br>""";
7777
}

0 commit comments

Comments
 (0)