-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # apps/developers/package.json # apps/self.id/package.json # docs/modules/framework.md # docs/modules/multiauth.md # docs/modules/react.md # docs/modules/ui.md # package.json # packages/framework/src/index.ts # packages/multiauth/package.json # packages/multiauth/src/index.ts # packages/react/package.json # packages/react/src/index.ts # packages/ui/src/index.ts # packages/web/package.json # templates/next-notes-typescript/package.json # templates/next-notes-typescript/src/model.json # templates/vite-basic/package.json # templates/webpack-basic-typescript/package.json # templates/webpack-basic/package.json # yarn.lock
- Loading branch information
Showing
36 changed files
with
2,096 additions
and
689 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,16 @@ | ||
--- | ||
name: Issue template | ||
about: Standard issue template. | ||
title: "[Replace me with meaningful title]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Description | ||
|
||
Provide a 2-3 sentence overview of the work to be done. | ||
|
||
# Technical Information | ||
|
||
Provide an explanation of the technical work to be done. |
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,31 @@ | ||
# [Replace Me With Meaningful Name] - #[Issue] | ||
|
||
## Description | ||
|
||
Include a summary of the change and which issue it addresses in the title of the PR. | ||
|
||
Include relevant motivation, context, brief description and impact of the change(s). List follow-up tasks here. | ||
|
||
## How Has This Been Tested? | ||
|
||
Describe the tests that you ran to verify your changes. Provide instructions for reproduction. | ||
|
||
- [ ] Test A (e.g. Test A - New test that ... ran in local, docker, and dev unstable.) | ||
- [ ] Test B | ||
|
||
## Definition of Done | ||
|
||
Before submitting this PR, please make sure: | ||
|
||
- [ ] The work addresses the description and outcomes in the issue | ||
- [ ] I have added relevant tests for new or updated functionality | ||
- [ ] My code follows conventions, is well commented, and easy to understand | ||
- [ ] My code builds and tests pass without any errors or warnings | ||
- [ ] I have tagged the relevant reviewers | ||
- [ ] I have updated the READMEs of affected packages | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] The changes have been communicated to interested parties | ||
|
||
## References: | ||
|
||
Please list relevant documentation (e.g. tech specs, articles, related work etc.) relevant to this change, and note if the documentation has been updated. |
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.