Skip to content

Commit

Permalink
Merge pull request #3 from mohammadrezaeicode/V6.0.0
Browse files Browse the repository at this point in the history
V6.0.0
  • Loading branch information
mohammadrezaeicode authored Aug 10, 2024
2 parents 53540ad + 79bac65 commit 4933bd1
Show file tree
Hide file tree
Showing 176 changed files with 20,759 additions and 102,515 deletions.
43 changes: 43 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
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.
11 changes: 8 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: Release & Publish Package
on:
on:
push:
branches:
- main
- main
paths:
- CHANGELOG.md
- CHANGELOG.md
pull_request:
branches:
- main
paths:
- CHANGELOG.md
jobs:
release:
name: Create release package
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ on: push
jobs:
test:
name: Test
timeout-minutes: 20
timeout-minutes: 30
continue-on-error: true
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest,macos-13]
version: ['14.x', '15.x', '16.x','17.x', '18.x','19.x','20.x']
os: [windows-latest, ubuntu-latest]
version: ['18.x','19.x','20.x']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout to code
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ node_modules
coverage
build/*
compile/*
TODO.md
TODO.md
*.backup
stats.html
backup
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ example
_test_
coverage
.github
*.backup
*.backup
backup
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@mohammadrezaeicode:registry=https://npm.pkg.github.com
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## Version 6.0.0 (2024-08-07)

### New Features

- Introduced formatMap to support new data formats.
- Added the excelToJson and excelToNode functions.

### Improvements

- Increased code coverage to 90%.
- Enhanced capability to use image, checkbox, and comment together.
- Incorporated GitHub Community Standards for better collaboration.
- more

### Bug Fixes

- Resolved issues related to backgroundImage.

## Version 5.3.0 (2024-06-21)

### New Feature
Expand Down
28 changes: 28 additions & 0 deletions Contributing.md
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.
2 changes: 1 addition & 1 deletion Example.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Theme result Images
# Some Example result Images

![ex](https://github.com/mohammadrezaeicode/mr-excel-page-repo/blob/main/public/img/ex.PNG?raw=true)

Expand Down
Loading

0 comments on commit 4933bd1

Please sign in to comment.