-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: story config account type (#109)
* feat: pull request template (#105) * fix: story config account type (#108) * fix: story config account type * update pnpm-lock.yaml * fix: story config tests * update package version (#110) --------- Co-authored-by: markzzw <[email protected]>
- Loading branch information
1 parent
9dd9f90
commit 5500e31
Showing
12 changed files
with
1,413 additions
and
1,364 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## Description | ||
<!-- Add a description of the changes that this PR introduces --> | ||
Example: | ||
This pr adds user login function, includes: | ||
|
||
- 1. add user login page. | ||
- 2. ... | ||
|
||
## Test Plan | ||
<!-- The test plan section indicates detailed steps on how to verify and test code changes. | ||
You can list the test cases or test steps that need to be performed.--> | ||
Example: | ||
- 1. Use different test accounts for login tests, including correct user names and passwords, and incorrect user names and passwords. | ||
- 2. ... | ||
|
||
## Related Issue | ||
<!-- The related Issue section can indicate which issue or task the Pull Request is related with --> | ||
|
||
Example: Issue #123 | ||
|
||
## Notes | ||
<!-- The Important Matters section can alert others to special requirements or matters that need extra attention --> | ||
|
||
- Example: Links and navigation need to be added to the front-end interface |
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
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.