Skip to content

fix: website and headline #691

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion .ghjk/deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions .ghjk/lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,11 @@
"portRef": "[email protected]",
"crateName": "whiz",
"locked": true
},
"66212eb79fbcb37961450d5dfffdaedc0b949e0e7c9257c3c63093d009a5fc75": {
"version": "v9.0.5",
"depConfigs": {},
"portRef": "[email protected]"
}
}
},
Expand All @@ -424,7 +429,7 @@
"57da4ca242ec52ba50359a7fd78653e6bf253df0",
"67d371eb0c4ae641830a955975d7134f7ee9a864",
"4ca29edff5e070fd0885680b178ed6948d7a4c7f",
"dd83a99f49f3f0fba11cdd014ff718cc9539316b",
"a12d1020fe585e5ea75d9a2035bdcbde8dd90044",
"4d1916871a40b6ac730709f7721f740df192c84d",
"4df902463d60efc5b8e760ea4899f6ab6df0f16e",
"88f6aa5ddb513712623d31a17096ea26286064da",
Expand Down Expand Up @@ -755,8 +760,8 @@
"moduleSpecifier": "https://raw.githubusercontent.com/metatypedev/ghjk/423d38e/ports/node.ts"
}
},
"dd83a99f49f3f0fba11cdd014ff718cc9539316b": {
"version": "v8.15.2",
"a12d1020fe585e5ea75d9a2035bdcbde8dd90044": {
"version": "v9.0.5",
"port": {
"ty": "denoWorker@v1",
"name": "pnpm_ghrel",
Expand Down
22 changes: 15 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,29 @@ Pull requests are squash merged using:
- their title as the commit message
- their description as the commit body

Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how.
Having a good title and description is important for the users to get readable changelog.
-->

<!-- Explain WHAT the change is -->
<!-- 1. Explain below WHAT the change is -->

#### Motivation and context
...

<!-- Explain WHY the was made or link an issue number -->
<!-- 2. Explain below WHY the change cannot be made simpler -->

#### Migration notes
...

<!-- 3. Explain below WHY the was made or link an issue number -->

...

<!-- Explain HOW users should update their code when required -->
<!-- 4. Explain HOW users should update their code or remove that section -->

### Checklist
#### Migration notes

...

<!-- 5. Readiness checklist
- [ ] The change come with new or modified tests
- [ ] Hard-to-understand functions have explanatory comments
- [ ] End-user documentation is updated to reflect the change
-->
Loading