12 lines
740 B
Markdown
12 lines
740 B
Markdown
## Description
|
|
|
|
> Describe your PR! If it fixes specific issue, mention it with "Fixes # (issue)".
|
|
|
|
## Contributor Checklist
|
|
|
|
> Make sure to do the following steps if they are applicable to your PR:
|
|
|
|
- [ ] **Update e2e tests**: If you changed the [/template/app](/template/app), then make sure to do any neccessary updates to [/template/e2e-tests](/template/e2e-tests) also.
|
|
- [ ] **Update demo app**: If you changed the [/template/app](/template/app), then make sure to do any neccessary updates to [/opensaas-sh/app_diff](/opensaas-sh/app_diff) also. Check [/opensaas-sh/README.md](/opensaas-sh/README.md) for details.
|
|
- [ ] **Update docs**: If needed, update the [/opensaas-sh/blog/src/content/docs](/opensaas-sh/blog/src/content/docs).
|