Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
markushaug committed Feb 25, 2022
1 parent 69b341d commit 9ae7057
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# Welcome to the SAP Extension Suite Learning Journey
<!--- Register repository https://api.reuse.software/register, then add REUSE badge:
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/REPO-NAME)](https://api.reuse.software/info/github.com/SAP-samples/REPO-NAME)
-->
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/extension-suite-learning-journey)](https://api.reuse.software/info/github.com/SAP-samples/extension-suite-learning-journey)

Welcome to this repository for the learning journey "Developing with SAP Extension Suite" published on [SAP Learning](https://learning.sap.com/learning-journey/developing-with-sap-extension-suite). We provide a starting template for the exercises as well as a dedicated branch for each exercise with its final solution.

## Requirements
You can complete each of the exercises using your SAP BTP Trial account. In a SAP Classroom training you will use the provided systems by the trainer. In your "Full Stack Cloud Application" dev space of your SAP Business Application Studio, you can easily clone and run this code.
You can complete each of the exercises using your [SAP BTP Trial account](https://account.hanatrial.ondemand.com/). In a SAP Classroom training you will use the provided systems by the trainer. In your "Full Stack Cloud Application" dev space of your SAP Business Application Studio, you can easily clone and run this code. All further requirements are exactly described in the learning journey.

## Download and Installation

To get started with the first exercise, simply run the following commands in your terminal:

```sh
git clone https://github.com/SAP-samples/sap-learning-extension-suite
git clone https://github.com/SAP-samples/extension-suite-learning-journey
```

Please follow the instructions in the [learning journey](https://learning.sap.com/learning-journey/developing-with-sap-extension-suite/get-started) to get started.
We recommend to follow the instructions in the [learning journey](https://learning.sap.com/learning-journey/developing-with-sap-extension-suite/get-started) to get started.


If you want to start or continue from a specific unit or exercise, get the name of its branch from the tutorial, clone this repository and switch to the desired branch:
Expand All @@ -27,16 +25,20 @@ git checkout <branch>

## Known Issues

You can find the known issues [here](https://github.com/SAP-samples/sap-learning-extension-suite/issues)
You can find the known issues [here](https://github.com/SAP-samples/extension-suite-learning-journey/issues).

We rather recommend to use our [SAP BTP Learning Group](https://groups.community.sap.com/t5/sap-btp-learning/gh-p/SAP-BTP-Learning).

## How to obtain support
[Create an issue](https://github.com/SAP-samples/sap-learning-extension-suite/issues) in this repository if you find a bug or have questions about the content.
[Create an issue](https://github.com/SAP-samples/extension-suite-learning-journey/issues) in this repository if you find a bug or have questions about the content.


For additional support, [ask a question in our SAP BTP Learning Group](https://groups.community.sap.com/t5/sap-btp-learning/gh-p/SAP-BTP-Learning).
To get support during the exercises, please [ask a question in our SAP BTP Learning Group](https://groups.community.sap.com/t5/sap-btp-learning/gh-p/SAP-BTP-Learning).

## Contributing
If you have suggestions on how to improve the tutorial, you're welcome to provide your input [here](https://github.com/SAP-samples/sap-learning-extension-suite/issues).
If you have suggestions on how to improve the tutorial, you're welcome to provide your input [here](https://github.com/SAP-samples/extension-suite-learning-journey/issues).

If you wish to contribute code, offer fixes or improvements, please send a pull request. Due to legal reasons, contributors will be asked to accept a DCO when they create the first pull request to this project. This happens in an automated fashion during the submission process. SAP uses [the standard DCO text of the Linux Foundation](https://developercertificate.org/).

## License
Copyright (c) 2022 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.

0 comments on commit 9ae7057

Please sign in to comment.