Skip to content

Commit

Permalink
update: Ubugeeei -> ubugeeei
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei committed Nov 2, 2024
1 parent 6096b31 commit 13958f4
Show file tree
Hide file tree
Showing 73 changed files with 86 additions and 86 deletions.
8 changes: 4 additions & 4 deletions .github/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ There are no strict rules at the moment, but please avoid very short names or na
If it is not related to a specific issue, the issue number is not necessary.

It would be helpful if you could create an issue whenever possible. It is not necessary for simple typo fixes.
Also, if the changes are expected to be significant or critical in content, it would be appreciated if you could consult with @Ubugeeei in advance.
Also, if the changes are expected to be significant or critical in content, it would be appreciated if you could consult with @ubugeeei in advance.
(If such changes are made without consultation, there is a possibility that the PR will be rejected depending on the case.)

### Creating commits
Expand Down Expand Up @@ -116,11 +116,11 @@ This is achieved by husky, and you can check the details in `/.husky/commit-msg`

Once you have finished making changes locally and pushed the changes, please create a Pull Request to the main branch of https://github.com/chibivue-land/chibivue.
Please make the title and description of the Pull Request as clear as possible.
Please always notify @Ubugeeei when the work is completed to keep track of whether the work is in progress or completed.
You can mention @Ubugeeei in the PR comment. The same applies when the changes are completed after the review.
Please always notify @ubugeeei when the work is completed to keep track of whether the work is in progress or completed.
You can mention @ubugeeei in the PR comment. The same applies when the changes are completed after the review.
Also, please make sure to check that the CI has succeeded before reporting completion.

Basically, all PRs are managed by @Ubugeeei, so please contact @Ubugeeei for any inquiries.
Basically, all PRs are managed by @ubugeeei, so please contact @ubugeeei for any inquiries.

## Guide about the contents of contribution

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0
- name: Check if it's the original repo and the main branch
run: |
if [[ "${{ github.repository }}" == "Ubugeeei/chibivue" && "${{ github.ref }}" == "refs/heads/main" ]]; then
if [[ "${{ github.repository }}" == "ubugeeei/chibivue" && "${{ github.ref }}" == "refs/heads/main" ]]; then
echo "This is the original repo's main branch, running the workflow."
else
echo "This is a fork or a different branch, skipping the workflow."
Expand Down
2 changes: 1 addition & 1 deletion book/impls/00_introduction/010_project_setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
2 changes: 1 addition & 1 deletion book/impls/10_minimum_example/010_create_app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
2 changes: 1 addition & 1 deletion book/impls/10_minimum_example/010_create_app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
2 changes: 1 addition & 1 deletion book/impls/10_minimum_example/040_vdom_system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
2 changes: 1 addition & 1 deletion book/impls/20_basic_virtual_dom/020_bit_flags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
2 changes: 1 addition & 1 deletion book/impls/20_basic_virtual_dom/040_scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
2 changes: 1 addition & 1 deletion book/impls/20_basic_virtual_dom/050_next_tick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
2 changes: 1 addition & 1 deletion book/impls/30_basic_reactivity_system/010_ref/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "cd examples/playground && pnpm i && pnpm run dev"
},
"keywords": [],
"author": "Ubugeeei <[email protected]>",
"author": "ubugeeei <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.15.11"
Expand Down
Loading

0 comments on commit 13958f4

Please sign in to comment.