Skip to content

Commit caef0b4

Browse files
committedMar 2, 2022
update documentation after rename of repository from extensions to workspace
1 parent 0413a95 commit caef0b4

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed
 

‎CONTRIBUTING.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@ Use American English spelling rules when writing documentation as well as for co
9494
- Favor `{@code foo}` over `<code>foo</code>`.
9595
- Favor literals (e.g., `{@literal @}`) over HTML entities.
9696
- New classes and methods should have `@since ...` annotation.
97-
- Use `@since 5.0` instead of `@since 5.0.0`.
98-
- Do not use `@author` tags. Instead, contributors are listed on [GitHub](https://github.com/junit-team/junit5/graphs/contributors).
99-
- Do not use verbs in third person form (e.g. use "Discover tests..." instead of "Discovers tests...")
100-
in the first sentence describing a method.
97+
- Favor `@since 1.0` over `@since 1.0.0`.
10198

10299
### Tests
103100

‎README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# SAP Commerce Extension
1+
# SAP Commerce Workspace
22

3-
[![Build & Test](https://github.com/sapcxtools/extensions/actions/workflows/buildandtest.yml/badge.svg)](https://github.com/sapcxtools/extensions/actions/workflows/buildandtest.yml)
4-
[![Code Analysis](https://github.com/sapcxtools/extensions/actions/workflows/code-analysis.yml/badge.svg)](https://github.com/sapcxtools/extensions/actions/workflows/code-analysis.yml)
5-
[![Code Coverage](https://codecov.io/gh/sapcxtools/extensions/branch/main/graph/badge.svg?token=F1BIK8R7NZ)](https://codecov.io/gh/sapcxtools/extensions)
6-
[![Dependency Check](https://github.com/sapcxtools/extensions/actions/workflows/dependency-check.yml/badge.svg)](https://github.com/sapcxtools/extensions/actions/workflows/dependency-check.yml)
7-
[![Backwards Compatibility](https://github.com/sapcxtools/extensions/actions/workflows/backwards-compatibility.yml/badge.svg)](https://github.com/sapcxtools/extensions/actions/workflows/backwards-compatibility.yml)
3+
[![Build & Test](https://github.com/sapcxtools/workspace/actions/workflows/buildandtest.yml/badge.svg)](https://github.com/sapcxtools/workspace/actions/workflows/buildandtest.yml)
4+
[![Code Analysis](https://github.com/sapcxtools/workspace/actions/workflows/code-analysis.yml/badge.svg)](https://github.com/sapcxtools/workspace/actions/workflows/code-analysis.yml)
5+
[![Code Coverage](https://codecov.io/gh/sapcxtools/workspace/branch/main/graph/badge.svg?token=F1BIK8R7NZ)](https://codecov.io/gh/sapcxtools/workspace)
6+
[![Dependency Check](https://github.com/sapcxtools/workspace/actions/workflows/dependency-check.yml/badge.svg)](https://github.com/sapcxtools/workspace/actions/workflows/dependency-check.yml)
7+
[![Backwards Compatibility](https://github.com/sapcxtools/workspace/actions/workflows/backwards-compatibility.yml/badge.svg)](https://github.com/sapcxtools/workspace/actions/workflows/backwards-compatibility.yml)
88

99
All extensions available in this repository are built with high test coverage and do not influence the behavior of
1010
your project without changes to your configuration. This is guaranteed and intended by design, because the extensions
@@ -15,8 +15,8 @@ configuration parameter.
1515
## Contributing
1616

1717
Contributions are both welcomed and appreciated. For specific guidelines regarding contributions, please see
18-
[CONTRIBUTING.md](https://github.com/sapcxtools/extensions/blob/main/CONTRIBUTING.md) in the root directory of the
18+
[CONTRIBUTING.md](https://github.com/sapcxtools/workspace/blob/main/CONTRIBUTING.md) in the root directory of the
1919
project. Those willing to use milestone or SNAPSHOT releases are encouraged to file feature requests and bug reports
20-
using the project's [issue tracker](https://github.com/sapcxtools/extensions/issues). Issues marked with an
21-
<a href="https://github.com/sapcxtools/extensions/labels/help%20wanted">`help wanted`</a> label are specifically
20+
using the project's [issue tracker](https://github.com/sapcxtools/workspace/issues). Issues marked with an
21+
<a href="https://github.com/sapcxtools/workspace/labels/help%20wanted">`help wanted`</a> label are specifically
2222
targeted for community contributions.

‎settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rootProject.name = 'sapcxtools-extensions'
1+
rootProject.name = 'sapcxtools-workspace'
22
include 'core-customize'

0 commit comments

Comments
 (0)
Please sign in to comment.