-
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.
Merge pull request #3 from mohammadrezaeicode/V6.0.0
V6.0.0
- Loading branch information
Showing
176 changed files
with
20,759 additions
and
102,515 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,43 @@ | ||
# Pull Request | ||
|
||
## Description | ||
Please include a summary of the changes and the motivation behind them. | ||
|
||
- **What does this PR do?** | ||
- **Why is this change needed?** | ||
|
||
## Type of Change | ||
Please select the type(s) of changes made in your pull request: | ||
|
||
- [ ] Bug fix (non-breaking change that fixes an issue) | ||
- [ ] New feature (non-breaking change that adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Documentation update (changes to documentation) | ||
- [ ] Other (please describe): | ||
|
||
## Related Issue | ||
If applicable, please reference the issue number this PR addresses: | ||
- Closes #[issue-number] | ||
|
||
## Testing | ||
Please describe how you have tested your changes: | ||
|
||
- [ ] I have tested my changes locally. | ||
- [ ] I have written tests for my changes. | ||
|
||
If you are adding a new feature, please describe the tests you added: | ||
|
||
## Checklist | ||
Please make sure your PR meets the following criteria: | ||
|
||
- [ ] I have read the [contributing guidelines](CONTRIBUTING.md). | ||
- [ ] The code follows the project's coding style. | ||
- [ ] I have added tests (if applicable) to verify my changes. | ||
- [ ] I have updated the documentation (if applicable). | ||
- [ ] I have checked my code for potential errors or issues. | ||
|
||
## Screenshots (if applicable) | ||
If your changes include visual components, please include screenshots to help reviewers understand the modifications. | ||
|
||
## Additional Information | ||
Please provide any additional information regarding your PR here. This can include any assumptions, caveats, or specific areas you would like the reviewers to focus on. |
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 |
---|---|---|
|
@@ -2,4 +2,7 @@ node_modules | |
coverage | ||
build/* | ||
compile/* | ||
TODO.md | ||
TODO.md | ||
*.backup | ||
stats.html | ||
backup |
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 |
---|---|---|
|
@@ -2,4 +2,5 @@ example | |
_test_ | ||
coverage | ||
.github | ||
*.backup | ||
*.backup | ||
backup |
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 @@ | ||
@mohammadrezaeicode:registry=https://npm.pkg.github.com |
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,28 @@ | ||
# Contributing | ||
|
||
We welcome contributions from the community to improve this project. If you'd like to contribute, please follow these simple guidelines: | ||
|
||
- Fork the repository and create a new branch for your changes. | ||
- Make your changes and ensure that your code follows the project's style guide. | ||
- Test your changes to make sure they work as intended. | ||
- Submit a pull request with a clear description of your changes. | ||
|
||
## Code Style | ||
|
||
- Follow the existing code style and formatting of the project. | ||
- Make sure your code is well-documented to help others understand your changes. | ||
- Use clear and descriptive variable and function names. | ||
|
||
## Reporting Issues | ||
|
||
If you encounter any issues or bugs, please open an issue on the repository with a clear description of the problem. Include any steps to reproduce the issue if possible. | ||
|
||
## Providing Feedback | ||
|
||
We value feedback from the community. If you have suggestions for improvement or new features, please don't hesitate to share them with us. | ||
|
||
## Thank You | ||
|
||
Thank you for considering contributing to this project. Your help is greatly appreciated! | ||
|
||
By contributing to this project, you agree to abide by the Code of Conduct. |
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.