-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 119-new-enum-in-matrimonial-property-scheme-1
- Loading branch information
Showing
4 changed files
with
482 additions
and
770 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Each line is a file pattern followed by one or more owners. These users are requested for a code review by default. | ||
# More details are here: https://help.github.com/articles/about-codeowners/ | ||
|
||
# The '*' pattern is global owners. | ||
# Order is important. The last matching pattern has the most precedence. | ||
|
||
* @rolfwagner @dkoeni |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,11 @@ | ||
## Introduction | ||
![SFTI_Banner](https://user-images.githubusercontent.com/116151702/232762217-ac254483-0d25-4234-857b-376ff8dbb1e7.png) | ||
![ca-mortgage](https://user-images.githubusercontent.com/116151702/236231740-68b1595a-3cf7-4c5c-9623-3e014d827436.png) | ||
|
||
This repository hosts the current mortgage OpenAPI specification files. Its documentation can be found here: | ||
|
||
[Common API Documentation](https://c-a-p-s.atlassian.net/wiki/spaces/PUB/overview) | ||
|
||
An overview about the common API initiative can be found on our website: | ||
|
||
[Common API Website](https://common-api.ch) | ||
|
||
--- | ||
[![GitHub release](https://img.shields.io/github/release/swissfintechinnovations/ca-mortgage)](https://github.com/swissfintechinnovations/ca-mortgage/releases/) | ||
![GitHub checks](https://img.shields.io/github/checks-status/swissfintechinnovations/ca-mortgage/main) | ||
![Swagger Validator](https://img.shields.io/swagger/valid/3.0?specUrl=https%3A%2F%2Fraw.githubusercontent.com%2FOAI%2FOpenAPI-Specification%2Fmaster%2Fexamples%2Fv2.0%2Fjson%2Fpetstore-expanded.json) | ||
[![GitHub license](https://img.shields.io/github/license/swissfintechinnovations/ca-mortgage)](https://github.com/swissfintechinnovations/ca-mortgage/blob/main/LICENSE) | ||
|
||
## Work with the repository | ||
|
||
Use these steps to clone from SourceTree. Cloning allows you to work on the files locally. If you don't yet have SourceTree, [download and install first](https://www.sourcetreeapp.com/). If you prefer to clone from the command line, see [GitHub's documentation](https://docs.github.com/en/github/getting-started-with-github/quickstart). | ||
|
||
## Make changes to the repository | ||
|
||
In order to make any changes, please create a new [feature branch](https://docs.github.com/en/desktop/contributing-and-collaborating-using-github-desktop/managing-branches#creating-a-branch). To upload changes, please create a [pull request](https://github.com/swissfintechinnovations/common-API/pulls), in order to discuss your changes before merging them into the master branch. | ||
This is the official SFTI repo for the mortgage API. Documentations may be found in the [Wiki](https://github.com/swissfintechinnovations/ca-mortgage/wiki). |
Oops, something went wrong.