Skip to content

Commit 1e2b641

Browse files
Update CONTRIBUTING.md (#39)
* Update CONTRIBUTING.md * Update NOTICE.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md
1 parent e39ec6a commit 1e2b641

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,29 @@
22

33
## Developer resources
44

5-
The source code for Eclipse SET is hosted on the Eclipse Foundation's GitLab instance:
5+
The source code for Eclipse SET is hosted on the Github instance:
66

7-
* https://gitlab.eclipse.org/eclipse/set
7+
* https://github.com/eclipse-set/
88

9-
The project is split into four major components:
9+
The project is split into three major components:
1010

11-
* https://gitlab.eclipse.org/eclipse/set/set Contains the primary source code of the Eclipse Signalling Engineering Toolbox.
12-
* https://gitlab.eclipse.org/eclipse/set/browser Contains the CEF-based browser integration for SWT used to display web components.
13-
* https://gitlab.eclipse.org/eclipse/set/model Contains the baseline PlanPro EMF data model used by the Toolbox for loading PlanPro files.
14-
* https://gitlab.eclipse.org/eclipse/set/toolbox-model Contains a specialized adapted PlanPro EMF data model internallly used by the Toolbox.
11+
* https://github.com/eclipse-set/set Contains the primary source code of the Eclipse Signalling Engineering Toolbox.
12+
* https://github.com/eclipse-set/browser Contains the CEF-based browser integration for SWT used to display web components.
13+
* https://github.com/eclipse-set/model Contains the baseline PlanPro EMF data model used by the Toolbox for loading PlanPro files.
1514

1615
For detailed build instructions see [BUILD_INSTRUCTIONS.md](BUILD_INSTRUCTIONS.md).
1716

1817
## Reporting issues and feature requests
1918

2019
Please file all issues and feature requests under the main SET repository, even if it is with a specific component:
2120

22-
* https://gitlab.eclipse.org/eclipse/set/set/-/issues
21+
* https://github.com/eclipse-set/set/issues
2322

2423
## Contributing code changes
2524

26-
If you intend to contribute code changes, please use a GitLab Merge Request
25+
If you intend to contribute code changes, please use a Github Pull Request
2726

28-
* https://gitlab.eclipse.org/groups/eclipse/set/-/merge_requests
27+
* https://github.com/eclipse-set/set/pulls
2928

3029
Before contributing significant changes, please file an issue first. This allows us to discuss the merit of the contribution before you spend time on a feature that ends up being out of scope for the project.
3130

@@ -63,4 +62,4 @@ https://www.eclipse.org/projects/handbook/#resources-commit
6362

6463
Contact the project developers via the project's "dev" list or by filing an issue in the GitLab mentioned above.
6564

66-
* https://accounts.eclipse.org/mailing-list/set-dev
65+
* https://accounts.eclipse.org/mailing-list/set-dev

NOTICE.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
This content is produced and maintained by the Eclipse Signalling Engineering Toolbox project.
44

55
* Downloads: https://download.eclipse.org/set/
6-
* GitLab development server: https://gitlab.eclipse.org/eclipse/set/
7-
* Issue tracker: https://gitlab.eclipse.org/eclipse/set/set/-/issues
6+
* Github development server: https://github.com/eclipse-set/
7+
* Issue tracker: https://github.com/eclipse-set/set/issues
88
* Developers mailing list: https://accounts.eclipse.org/mailing-list/set-dev
9-
* Jenkins build server: https://ci.eclipse.org/set/
9+
* Github Actions server: https://github.com/eclipse-set/set/actions
1010
* Project home: https://projects.eclipse.org/projects/technology.set
1111

1212
## Trademarks
@@ -31,11 +31,10 @@ SPDX-License-Identifier: EPL-2.0
3131

3232
The project maintains the following source code repositories:
3333

34-
* https://gitlab.eclipse.org/eclipse/set/browser
35-
* https://gitlab.eclipse.org/eclipse/set/set
36-
* https://gitlab.eclipse.org/eclipse/set/model
37-
* https://gitlab.eclipse.org/eclipse/set/toolbox-model
38-
* https://gitlab.eclipse.org/eclipse/set/build
34+
* https://github.com/eclipse-set/browser
35+
* https://github.com/eclipse-set/set
36+
* https://github.com/eclipse-set/model
37+
* https://github.com/eclipse-set/build
3938

4039
## Third-party Content
4140

0 commit comments

Comments
 (0)