Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit 2cbefac

Browse files
committed
docs: Guide for contribution
1 parent f5130c3 commit 2cbefac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ dependencies {
1616

1717
After starting the application, visit: `localhost:8080/springwolf/asyncapi-ui.html`.
1818

19+
## Contribution
20+
21+
You are welcome to raise issues and contribute code.
22+
23+
### Code contribution
24+
25+
Just fork the project, write code and open a PR.
26+
27+
This repository uses github actions. We recommend activating them in your fork and open a PR within your fork to trigger them.
28+
29+
Also, to build a preview for your branch, you can sign up to [Netlify's](https://app.netlify.com) free tier with your github account, import a new site from your github fork and set the build command as described in `src/_redirects`. Open a PR in within your fork and update the code to trigger a build.
30+
1931
## Development
2032
1. Run `npm i`
2133
2. Run `ng serve`

0 commit comments

Comments
 (0)