Create pull_request_template.md

This commit is contained in:
Martin Šošić 2024-06-05 14:40:02 +02:00 committed by GitHub
parent bceb832909
commit d762d40f30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,11 @@
## 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).