-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: migrate home for project maintainability
- Loading branch information
Showing
19 changed files
with
69 additions
and
71 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 |
---|---|---|
|
@@ -4,11 +4,8 @@ about: Report a bug encountered with this project | |
labels: kind/bug | ||
--- | ||
|
||
<!-- | ||
Please use this template while reporting a bug and provide as much info as possible. | ||
If the matter is security related, please disclose it privately via [email protected] | ||
--> | ||
<!-- Please use this template while reporting a bug and provide as much info as possible. | ||
If the matter is security related, please disclose it privately. --> | ||
|
||
#### What happened: | ||
|
||
|
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 |
---|---|---|
|
@@ -4,6 +4,4 @@ about: General question about this project | |
labels: kind/question | ||
--- | ||
|
||
<!-- | ||
If the matter is security related, please disclose it privately via [email protected] | ||
--> | ||
<!--If the matter is security related, please disclose it privately.--> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
# Contributing Guidelines | ||
|
||
> Taken | ||
> from [levaintech/.github/CONTRIBUTING.md](https://github.com/levaintech/.github/edit/main/CONTRIBUTING.md) | ||
Thank you for your interest in contributing to our project. Whether it's a bug report, new feature, correction, or | ||
additional documentation, we greatly value feedback and contributions from our community. | ||
|
||
|
@@ -11,8 +8,8 @@ information to effectively respond to your bug report or contribution. | |
|
||
## Security issue notifications | ||
|
||
If you discover a potential security issue in this project we ask that you notify Levain OSS Team via our | ||
email [[email protected]](mailto:[email protected]). Please do **not** create a public GitHub issue. | ||
If you discover a potential security issue in this project, we ask that you notify us privately. | ||
Please do **not** create a public GitHub issue. | ||
|
||
## Reporting Bugs/Feature Requests | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"$schema": "https://openapi.vercel.sh/vercel.json", | ||
"installCommand": "pnpm install", | ||
"buildCommand": "pnpm turbo run generate", | ||
"outputDirectory": ".contented/.preview/out/", | ||
"framework": "nextjs" | ||
} |
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.7.0", | ||
"@types/node": "^18.19.14", | ||
"@types/node": "^18.19.15", | ||
"@workspace/eslint-config": "workspace:*", | ||
"@workspace/prettier-config": "workspace:*", | ||
"esbuild": "^0.20.0", | ||
|
@@ -31,7 +31,7 @@ | |
"turbo": "^1.12.3", | ||
"typescript": "5.3.3" | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].2", | ||
"engines": { | ||
"node": "^18 <19", | ||
"pnpm": "^8 <9" | ||
|
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
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.