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-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
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 Init-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/init-vue3-app/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 Init-Vue3-App 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 Init-Vue3-App CLI.
55
+
-`fix`: Addressing bugs or issues in existing Create-Vue3-App CLI.
56
56
57
-
-`docs`: Commits related to documentation changes for Init-Vue3-App 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 Init-Vue3-App 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 Init-Vue3-App CLI.
63
+
-`perf`: Commits aimed at improving performance for Create-Vue3-App CLI.
64
64
65
-
-`test`: Commits related to testing Init-Vue3-App 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.
0 commit comments