-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'remoteoss:main' into feat/support-integer-field-type
- Loading branch information
Showing
27 changed files
with
4,148 additions
and
358 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
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,47 @@ | ||
# Bug Report | ||
|
||
## Description | ||
|
||
Provide a concise description of the bug you encountered. | ||
|
||
## Expected Behavior | ||
|
||
Explain what you expected to happen. | ||
|
||
## Actual Behavior | ||
|
||
Explain what actually happened. | ||
|
||
## Steps to Reproduce | ||
|
||
Provide a clear and detailed set of steps to reproduce the bug. Include code examples or configuration if applicable. | ||
|
||
1. Step 1... | ||
2. Step 2... | ||
3. Step 3... | ||
|
||
## Screenshots/Code Snippets | ||
|
||
If relevant, include screenshots, error messages, or code snippets that illustrate the issue. | ||
|
||
## Environment | ||
|
||
**Version of json-schema-form:** [e.g., 1.2.0] | ||
|
||
**Browser (if applicable):** | ||
|
||
**Node.js version (if applicable):** | ||
|
||
**Operating System:** | ||
|
||
## Related Issues | ||
|
||
Link to any related issues or pull requests, if applicable. | ||
|
||
## Possible Fix | ||
|
||
If you have suggestions on how to fix the bug, please describe them here. | ||
|
||
## Any Other Context | ||
|
||
Provide any additional context, information, or details that may be helpful in understanding or reproducing the bug. |
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,33 @@ | ||
# Feature Request | ||
|
||
## Title | ||
|
||
Describe the feature you are requesting in a clear and concise way. | ||
|
||
## Description | ||
|
||
Provide more detail about the feature you are requesting. What problem does it solve? How would it be implemented? What are the benefits of implementing this feature? | ||
|
||
## Alternatives | ||
|
||
Have you considered any alternatives to this feature? If so, what are they? Why are you not pursuing them? | ||
|
||
## Implementation Plan | ||
|
||
If you are able and willing to help implement this feature, please outline your plan for doing so. | ||
|
||
## Timeline | ||
|
||
What is your desired timeline for implementing this feature? | ||
|
||
## Testing Plan | ||
|
||
How would you test this feature? | ||
|
||
## Acceptance Criteria | ||
|
||
What are the criteria that must be met for this feature to be considered accepted? | ||
|
||
## Comments | ||
|
||
Any additional comments or questions. |
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,21 @@ | ||
# Ask a Question | ||
|
||
## Summary | ||
|
||
Provide a concise and clear summary of your question. | ||
|
||
## Details | ||
|
||
Elaborate on your question, providing context and background information. | ||
|
||
## Code/Configuration (if applicable) | ||
|
||
If your question is related to code or configuration, provide relevant snippets. | ||
|
||
## Related Issues/PRs | ||
|
||
If your question is related to an existing issue or pull request, link it here. | ||
|
||
## Any Other Context | ||
|
||
Provide any additional context, information, or details that may be helpful in answering your question. |
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,22 @@ | ||
# Pull Request | ||
|
||
## Summary | ||
|
||
Provide a concise and clear summary of your pull request. | ||
|
||
## Changes Made | ||
|
||
Describe the changes made in this pull request. Be specific about code changes, new features, or bug fixes. | ||
|
||
## Related Issues/PRs | ||
|
||
Link to any related issues or pull requests, if applicable. | ||
|
||
## Screenshots (Before/After if applicable) | ||
|
||
Include screenshots or visual aids to demonstrate the changes visually. If your PR modifies the UI or behavior, include before and after descriptions or screenshots. | ||
|
||
## Checklist | ||
|
||
- [x] I have read the [Contributing Guidelines](../../CONTRIBUTING.md) and followed them. | ||
- [ ] Unit tests were added. |
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 |
---|---|---|
|
@@ -27,4 +27,6 @@ coverage | |
dist | ||
*.tgz | ||
# from unzipping .tgz | ||
package | ||
package | ||
|
||
yarn.lock |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.