-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: docs update + project structure (#487)
Co-authored-by: afmika <[email protected]> Co-authored-by: Yohe-Am <[email protected]>
- Loading branch information
1 parent
34e5087
commit 7210129
Showing
258 changed files
with
9,844 additions
and
10,984 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
[env] | ||
OUT_DIR = { value = "target", relative = true } | ||
[alias] | ||
x = "run --package xtask --" | ||
|
||
[profile.typegraph_core.release] | ||
opt-level = "z" | ||
lto = true | ||
|
||
[alias] | ||
xtask = "run --package xtask --" | ||
x = "run --package xtask --" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<!-- | ||
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. | ||
--> | ||
|
||
### Describe your change | ||
|
||
<!-- Explain WHAT the change is --> | ||
|
||
### Motivation and context | ||
|
||
<!-- Explain WHY the was made or link an issue number --> | ||
|
||
### Migration notes | ||
|
||
<!-- Explain HOW users should update their code when required --> | ||
|
||
### 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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,6 @@ jobs: | |
check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: thehanimo/[email protected] | ||
with: | ||
- uses: amannn/action-semantic-pull-request@v5 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.