Skip to content

Commit 07a6e59

Browse files
authored
OaspCleanUp
1 parent 745e7c0 commit 07a6e59

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/CONTRIBUTING_GUIDE.asciidoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ An in-depth documentation on basic Git syntax and usage can be found on the http
3636

3737
In total, there are three GitHub projects regarding OASP and devon:
3838

39-
* link:https://github.com/oasp-forge[*oasp-forge*]
39+
* link:https://github.com/devonfw-forge[*devonfw-forge*]
4040
+
41-
Repository used for work on the guide - Similar to the according devon repository link:https://github.com/devonfw/devon-guide/wiki[*devon-guide*]
42-
* link:https://github.com/oasp/[*oasp*]
41+
Repository used for work on the guide - Similar to the according devon repository link:https://github.com/devonfw/devonfw-guide/wiki[*devonfw-guide*]
42+
* link:https://github.com/devonfw/[*devonfw*]
4343
+
4444
The official _Open Application Standard Platform_ project repository. Usually, two main branches exist:
4545

@@ -61,8 +61,8 @@ This is a private repository. You have to be logged in and have permissions to a
6161

6262
In order to contribute to our projects, developers must follow the following <<Development Guidelines,development guidelines>>. Other sources about contributing to devon/OASP:
6363

64-
* https://github.com/oasp/oasp4j/wiki/oasp-code-contributions[OASP code contributions]
65-
* https://github.com/oasp/oasp4j/wiki/oasp-documentation[OASP documentation]
64+
* https://github.com/devonfw/devon4j/wiki/devonfw-code-contributions[devonfw code contributions]
65+
* https://github.com/devonfw/devon4j/wiki/devonfw-documentation[devonfw documentation]
6666
* https://troom.capgemini.com/sites/vcc/devon/collaboration.aspx[Devon collaboration]
6767

6868
*Every project must include the following files* in order to establish the contributing rules and facilitate the process:
@@ -98,7 +98,7 @@ git checkout develop-x.y.z
9898
----
9999
git checkout -b myBranchName
100100
----
101-
* Apply your modifications according to the https://github.com/oasp/oasp4j/wiki/coding-conventions[coding conventions] to the newly created branch
101+
* Apply your modifications according to the https://github.com/devonfw/devon4j/wiki/coding-conventions[coding conventions] to the newly created branch
102102
* Verify your changes to only include relevant and required changes.
103103
* Commit your changes locally
104104
** When commiting changes please follow this pattern for your commit message:
@@ -157,3 +157,4 @@ CI Systems like https://jenkins.io/[Jenkins] or https://travis-ci.org/[Travis.ci
157157
image::images/contributing/travis_failure.png[Travis failed to build, width="450", link="images/contributing/travis_failure.png"]
158158
+
159159
Combining these two possibilities should accelerate the reviewing process of pull requests.
160+

0 commit comments

Comments
 (0)