Skip to content

Commit

Permalink
chore: rename repository and use link to new url
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed Aug 31, 2022
1 parent 8947ff0 commit 55c06c6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
label: Prerequisites
description: Please ensure you have completed all of the following.
options:
- label: I have searched for [existing issues](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react/issues) that already report this problem, without success.
- label: I have searched for [existing issues](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/issues) that already report this problem, without success.
required: true
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
label: Prerequisites
description: Please ensure you have completed all of the following.
options:
- label: I have searched for [existing issues](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react/issues) that already include this feature request, without success.
- label: I have searched for [existing issues](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/issues) that already include this feature request, without success.
required: true
- type: textarea
attributes:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
> An advanced OpenDevStack Frontend Quickstarter to build mobile and desktop apps with the ionic framework, react, vite and playwright.
![Version](https://img.shields.io/badge/version-1.0.6-blue.svg?style=for-the-badge&cacheSeconds=2592000)
[![License: Apache-2.0](https://img.shields.io/github/license/simongolms/ods-quickstarter-fe-ionic-react?style=for-the-badge)](https://github.com/simongolms/ods-quickstarter-fe-ionic-react/blob/master/LICENSE)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=for-the-badge)](https://github.com/simongolms/ods-quickstarter-fe-ionic-react/graphs/commit-activity)
[![License: Apache-2.0](https://img.shields.io/github/license/simongolms/ods-quickstarter-fe-ionic-react-vite-playwright?style=for-the-badge)](https://github.com/simongolms/ods-quickstarter-fe-ionic-react-vite-playwright/blob/master/LICENSE)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=for-the-badge)](https://github.com/simongolms/ods-quickstarter-fe-ionic-react-vite-playwright/graphs/commit-activity)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-green.svg?style=for-the-badge)](https://conventionalcommits.org)
![Prerequisite Npm](https://img.shields.io/badge/npm-%3E%3D8.5.5-blue.svg?style=for-the-badge)
![Prerequisite Node](https://img.shields.io/badge/node-%3E%3D16.15-blue.svg?style=for-the-badge)
Expand Down Expand Up @@ -37,17 +37,17 @@ To provision this Quickstarter, you need a deployed ODS project with the corresp
- Option 1 (recommended): Clone the repository

```sh
git clone https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react.git
cd ods-quickstarter-fe-ionic-react
git clone https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright.git
cd ods-quickstarter-fe-ionic-react-vite-playwright
```

- Option 2: Download the repository

```sh
curl --location --remote-name https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react/archive/refs/heads/main.tar.gz && \
curl --location --remote-name https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/archive/refs/heads/main.tar.gz && \
tar -xvzf main.tar.gz && \
rm main.tar.gz
cd ods-quickstarter-fe-ionic-react-main
cd ods-quickstarter-fe-ionic-react-vite-playwright-main
```

#### 2. Set Project Id
Expand Down Expand Up @@ -1119,7 +1119,7 @@ Give a ⭐️ if this project helped you!
## License

Copyright © 2022 [Simon Golms](https://github.com/SimonGolms).<br />
This project is [Apache-2.0](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react/blob/master/LICENSE) licensed.
This project is [Apache-2.0](https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright/blob/master/LICENSE) licensed.

## Further Resources

Expand Down
2 changes: 1 addition & 1 deletion metadata.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Documentation: https://www.opendevstack.org/ods-documentation/opendevstack/4.x/quickstarters/metadata.html
description: An advanced OpenDevStack Frontend Quickstarter to build mobile and desktop apps with the ionic framework and react.
name: PROJECTID-COMPONENTID
supplier: https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react
supplier: https://github.com/SimonGolms/ods-quickstarter-fe-ionic-react-vite-playwright
# ! IMPORTANT - WORKAROUND
# To make a rollout with Helm in an OpenShift 4 cluster and with the Release Manager possible, the type 'ods' must be replaced with 'ods-infra'.
# The current tool 'tailor', which was responsible for rolling out the release, does not officially support OpenShift 4.
Expand Down

0 comments on commit 55c06c6

Please sign in to comment.