Skip to content

Commit

Permalink
chore: update homepage and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
logeast committed Jul 29, 2023
1 parent 16cbe72 commit def789d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ To develop locally, fork this repository and clone it in your local machine. The

To develop and test the lib:

1. Run `pnpm i` in MagicLottery's root folder.
2. Run `pnpm build` in MagicLottery's root folder.
1. Run `pnpm i` in MagicLottery's root folder.
2. Run `pnpm build` in MagicLottery's root folder.

## Running Test

1. Run `pnpm test` in MagicLottery's root folder.
1. Run `pnpm test` in MagicLottery's root folder.

## Pull Request Guidelines

1. Before you submit your pull request, make sure to review your changes thoroughly. This includes running all tests and checking for any performance issues.
2. In your pull request description, please include a detailed explanation of your changes and why you think they are necessary.
3. Make sure your code adheres to our coding standards and conventions.
4. Your pull request will be reviewed by one of the maintainers. Please be patient and address any feedback you receive.
5. Once your pull request is approved, it will be merged into the main branch.
1. Before you submit your pull request, make sure to review your changes thoroughly. This includes running all tests and checking for any performance issues.
2. In your pull request description, please include a detailed explanation of your changes and why you think they are necessary.
3. Make sure your code adheres to our coding standards and conventions.
4. Your pull request will be reviewed by one of the maintainers. Please be patient and address any feedback you receive.
5. Once your pull request is approved, it will be merged into the main branch.

For any additional questions, please contact logeast@outlook.com.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ For more examples, please refer to the [official documentation]().

## Contributing

Refer to our [Contributing Guide](CONTRIBUTING.md).
Refer to our [Contributing Guide](https://github.com/logeast/magic-lottery/blob/main/CONTRIBUTING.md).

## License

[MIT](LICENSE).
[MIT](https://github.com/logeast/magic-lottery/blob/main/LICENSE).

[ci-badge]: https://github.com/logeast/magic-lottery/actions/workflows/ci.yml/badge.svg
[ci-link]: https://github.com/logeast/magic-lottery/actions/workflows/ci.yml
Expand Down
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
"license": "MIT",
"author": "logeast",
"description": "A magic tool makes your lucky draws simpler.",
"homepage": "https://github.com/logeast/magic-lottery",
"repository": {
"type": "git",
"url": "git+https://github.com/logeast/magic-lottery.git",
},
"keywords": [
"lottery",
"Fisher-Yates Shuffle",
"magic lottery",
"lucky",
"random",
"shuffle",
"raffle",
"prize",
"winner"
],
"files": [
"dist"
],
Expand Down

0 comments on commit def789d

Please sign in to comment.