Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Commit 9027aec

Browse files
authored
Merge pull request #147 from Rohit90700/devcon_adoc_changes
Adoc and txt file migration for devcon
2 parents 836649b + e13c30c commit 9027aec

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

CODE_OF_CONDUCT.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ toc::[]
99
:source-highlighter: rouge
1010
:listing-caption: Listing
1111

12-
IMPORTANT: This document is the *Official Covenant Code of Conduct* that must be present in every OASP or Devonfw project at the root folder as `CODE_OF_CONDUCT.asciidoc` or `CODE_OF_CONDUCT.md`. Please, include this contents in your repository and the *Product Owner email address* in the right place below.
12+
IMPORTANT: This document is the *Official Covenant Code of Conduct* that must be present in every Devonfw project at the root folder as `CODE_OF_CONDUCT.asciidoc` or `CODE_OF_CONDUCT.md`. Please, include this contents in your repository and the *Product Owner email address* in the right place below.
1313

1414
== Contributor Covenant Code of Conduct
1515

CONTRIBUTING_GUIDE.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ toc::[]
1313

1414
=== Notes on Code Contributions
1515

16-
Both projects, devon and OASP, are intended to be easy to contribute to. One service allowing such simplicity is GitHub was therefore selected as preferred collaboration platform.
16+
project devonfw is intended to be easy to contribute to. One service allowing such simplicity is GitHub was therefore selected as preferred collaboration platform.
1717

1818
In order to contribute code, git and GitHub specific pull-requests are being used.
1919

@@ -23,11 +23,11 @@ It is mandatory to follow the <<Contributor Covenant Code of Conduct,code of con
2323

2424
Git is a version control system used for a coordinated and versioned collaboration of computer files. It enables a project to be easily worked on by multiple developers and contributors.
2525

26-
GitHub is an online repository used by deonvfw and OASP in order to host the corresponding files. Using the command line tool or the GUI Tool "GitHub Desktop" a user can easily manage project files. There are private and public repositories. Public ones (like OASP) can be accessed by everyone, private repositories (like devon) require access permissions.
26+
GitHub is an online repository used by deonvfw in order to host the corresponding files. Using the command line tool or the GUI Tool "GitHub Desktop" a user can easily manage project files.
2727

2828
==== Creating a new user account
2929

30-
The devon and OASP projects use GitHub as hosting service. Therefore you'll need an account to allow collaboration. Visit https://github.com/join?source=header-home[this page] to create a new account. If available, use *your CORP username* as GitHub username and *your CORP email address*.
30+
The devonfw project use GitHub as hosting service. Therefore you'll need an account to allow collaboration. Visit https://github.com/join?source=header-home[this page] to create a new account. If available, use *your CORP username* as GitHub username and *your CORP email address*.
3131

3232
A GitHub account is essential for contributing code and gaining permissions to access private repositories.
3333

@@ -37,12 +37,12 @@ An in-depth documentation on basic Git syntax and usage can be found on the http
3737

3838
=== Structure of our projects
3939

40-
In total, there are three GitHub projects regarding OASP and devon:
40+
In total, there are three GitHub projects regarding devonfw:
4141

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

@@ -55,17 +55,17 @@ This branch contains software in release state.
5555

5656
* link:https://github.com/devonfw/[*devonfw*]
5757
+
58-
This is a private repository. You have to be logged in and have permissions to access the project and its repositories. Similar to OASP, there are usually two branches:
58+
You have to be logged in and have permissions to access the project and its repositories. Similar to DEVONFW, there are usually two branches:
5959

6060
** *develop*
6161
** *master*
6262

6363
=== Contributing to our projects
6464

65-
In order to contribute to our projects, developers must follow the following <<Development Guidelines,development guidelines>>. Other sources about contributing to devon/OASP:
65+
In order to contribute to our projects, developers must follow the following <<Development Guidelines,development guidelines>>. Other sources about contributing to devonfw:
6666

67-
* https://github.com/oasp/oasp4j/wiki/oasp-code-contributions[OASP code contributions]
68-
* https://github.com/oasp/oasp4j/wiki/oasp-documentation[OASP documentation]
67+
* https://github.com/devonfw/devon4j/wiki/devonfw-code-contributions[DEVONFW code contributions]
68+
* https://github.com/devonfw/devon4j/wiki/devonfw-documentation[DEVONFW documentation]
6969
* https://troom.capgemini.com/sites/vcc/devon/collaboration.aspx[Devon collaboration]
7070

7171
*Every project must include the following files* in order to establish the contributing rules and facilitate the process:
@@ -77,7 +77,7 @@ In order to contribute to our projects, developers must follow the following <<D
7777

7878
This files should be included at the root folder or in a `docs` folder. https://github.com/stevemao/github-issue-templates[This repository] is a good resource to find the perfect templates for issues and pull requests that fit in your repository.
7979

80-
==== Process of contributing code to the devon/OASP projects
80+
==== Process of contributing code to the devonfw project
8181

8282
* Use the issue tracker to check whether the issue you would like to be working on exists. Otherwise create a new issue.
8383
+
@@ -101,7 +101,7 @@ git checkout develop-x.y.z
101101
----
102102
git checkout -b myBranchName
103103
----
104-
* Apply your modifications according to the https://github.com/oasp/oasp4j/wiki/coding-conventions[coding conventions] to the newly created branch
104+
* Apply your modifications according to the https://github.com/devonfw/devon4j/wiki/coding-conventions[coding conventions] to the newly created branch
105105
* Verify your changes to only include relevant and required changes.
106106
* Commit your changes locally
107107
** When commiting changes please follow this pattern for your commit message:
@@ -123,7 +123,7 @@ For example:
123123
+
124124
[source]
125125
----
126-
oasp/oasp4j#1: added REST service for tablemanagement
126+
devonfw/devon4j#1: added REST service for tablemanagement
127127
----
128128
+
129129
*Note:* Starting directly with a # symbol will comment out the line when using the editor to insert a commit message. Instead, you should use a prefix like a space or simply typing "Issue". E.g.:

terms-of-use.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#-------------------------------------------------------------------------------
22
# //
33
#-------------------------------------------------------------------------------
4-
We provide the computer program of devonfw and OASP (the Open Application Standard Platform), (hereinafter "Software") free of charge to download.
4+
We provide the computer program of devonfw, (hereinafter "Software") free of charge to download.
55
Regarding this software the license terms of the Apache License 2.0 apply. The user shall be responsible to provide the required system environment
66
for using the software. In accordance with the license terms of the Apache License 2.0, the user is entitled to use the Software in own / other
77
projects (also commercial projects), provided that the copyright notice will be taken.
@@ -11,5 +11,5 @@ The open-source components of third parties are not from us and must be licensed
1111
The rights to use will be granted directly by the respective right owner to the extent of each relevant open source license terms.
1212
The user himself can download the desired third party component from the servers of the respective provider and install them in his own environment.
1313

14-
For a full list of the open-source components of third-parties and applicable license terms, see: https://oasp.github.io/TermsOfUse
14+
For a full list of the open-source components of third-parties and applicable license terms, see: https://devonfw.github.io/TermsOfUse
1515

0 commit comments

Comments
 (0)