react-toastify icon indicating copy to clipboard operation
react-toastify copied to clipboard

Updated feature list in readme

Open kelvinelove opened this issue 1 year ago • 0 comments

Just a bit of housekeeping. The features list on the npmjs page as well as the github readme is outdated, compared to the one in docs/on the demo site So i updated it here to make them match

Before submitting a pull request, please make sure the following is done:

  1. Fork the repository and create your branch from master.
  2. Run yarn in the repository root.
  3. If you've fixed a bug or added code that should be tested, add tests!
  4. Ensure the test suite passes (yarn test).
  5. Run yarn start to test your changes in the playground.
  6. Update the readme is needed
  7. Update the typescript definition is needed
  8. Format your code with prettier (yarn prettier-all).
  9. Make sure your code lints (yarn lint:fix).

Learn more about contributing here

kelvinelove avatar Apr 27 '23 12:04 kelvinelove