Skip to content

Commit

Permalink
docs: added the commit related info in read me
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 3, 2024
1 parent 3a7b94d commit 4c31a16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ In Release (used for one or more SDKs)
## Code Generators
We are using [OpenAPI generator](https://github.com/OpenAPITools/openapi-generator) along with these OAS yaml files to generate our new SDKs.

## Contribution guide
* Please run ` npm install ` in root directory before working in this repo.
* It will enable commit linting in your local
* run ``` git commit ``` before making any commit
* You will be prompted with a interactive commit cli before each commit to keep the commit messages structured to maintain repo's release management process.
![alt text](images/cz-cli.png)
* You will only be able to commit through your integrated or local terminal and no other GUI.
* We are using [commitizen cz-cli](https://github.com/commitizen/cz-cli) for our commit ruling set up.

## Preview
There are lots of tools available for viewing and editing OpenAPI descriptions in a nicely formatted way. A popular tool is SwaggerHub - a version of which is [hosted here](https://app.swaggerhub.com/home).

Expand Down
Binary file added images/cz-cli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4c31a16

Please sign in to comment.