Compare commits

...

3 Commits

Author SHA1 Message Date
0059a41d0d Update readme.md 2024-06-17 03:47:57 +00:00
cc1ebbd66b quickfix issue template had extra optional label 2024-06-15 14:54:07 +01:00
301a65e77f v0.1.0
Reviewed-on: #2
2024-06-15 13:50:13 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ body:
- type: textarea
id: reproduction
attributes:
label: Reproduction (Optional)
label: Reproduction
description: Steps to reproduce the bug, if applicable
validations:
required: true
@ -57,7 +57,7 @@ body:
- type: textarea
id: additional_information
attributes:
label: Additional Information
label: Additional Information (Optional)
description: Add any other information that might be useful in diagnosing the issue
validations:
required: false

View File

@ -13,7 +13,7 @@ You can find out more about our CLI [here](https://git.entityseven.com/entitysev
At the moment automation we have only works via [pnpm](https://pnpm.io/). To scaffold a basic project with minor settings you can use our CLI:
``pnpm create rage-fw``
``pnpm create rage-fw@latest``
This will give you a few options, among them, you can find ``Initialize new project``. Use that option to scaffold a new project for yourself using the preferred frontend framework