You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Every significant change is documented in the changelog file.
18
18
19
19
## Reporting Issues
20
20
21
-
Welcome to Create-Vue-Next CLI! We value your feedback and contributions to make this project better. If you encounter any bugs or have feature requests, please use [Github issues](https://github.com/selemondev/create-vue-next/issues) issues to submit them.
21
+
Welcome to Create-Vue3-App CLI! We value your feedback and contributions to make this project better. If you encounter any bugs or have feature requests, please use [Github issues](https://github.com/selemondev/create-vue3-app/issues) issues to submit them.
22
22
23
23
Before reporting an issue, we ask you to:
24
24
@@ -50,19 +50,19 @@ The following is a list of commit types:
50
50
51
51
### Commit Types:
52
52
53
-
-`feat`: Adding a new snippet or significant functionality to the Create-Vue-Next CLI.
53
+
-`feat`: Adding a new snippet or significant functionality to the Create-Vue3-App CLI.
54
54
55
-
-`fix`: Addressing bugs or issues in existing Create-Vue-Next CLI.
55
+
-`fix`: Addressing bugs or issues in existing Create-Vue3-App CLI.
56
56
57
-
-`docs`: Commits related to documentation changes for Create-Vue-Next CLI.
57
+
-`docs`: Commits related to documentation changes for Create-Vue3-App CLI.
58
58
59
-
-`style`: Commits related to code formatting, styling, or theming of Create-Vue-Next CLI.
59
+
-`style`: Commits related to code formatting, styling, or theming of Create-Vue3-App CLI.
60
60
61
61
-`refactor`: Code changes that enhance the library's structure without introducing new features or fixing bugs.
62
62
63
-
-`perf`: Commits aimed at improving performance for Create-Vue-Next CLI.
63
+
-`perf`: Commits aimed at improving performance for Create-Vue3-App CLI.
64
64
65
-
-`test`: Commits related to testing Create-Vue-Next CLI.
65
+
-`test`: Commits related to testing Create-Vue3-App CLI.
66
66
67
67
-`chore`: Other commits not affecting source or test files directly.
You can also pass command line arguments to set up a new project non-interactively. Run `create-vue-next --help` to see the available command line arguments:
43
+
You can also pass command line arguments to set up a new project non-interactively. Run `@selemondev/create-vue3-app --help` to see the available command line arguments:
0 commit comments