Skip to content

Repository files navigation

Contributing

  1. Fork the project.
  2. Setup it on your machine with bin/setup.
  3. Make sure the tests pass: yarn test.
  4. Make your change. Add tests for your change when necessary. Make the tests pass: yarn test.
  5. Mention your changes in "Unreleased" section of CHANGELOG.md
  6. Push to your fork and submit a pull request (bonus points for topic branches).

Releases

We strictly follow Semantic Versioning

  1. Make sure that tests are green.
  2. Update project version in package.json
  3. Update the changelog with the new version and commit it with message "release ".
  4. Tag the release by running git tag v<version>. Push the tag: git push --tags.
  5. Verify that everything was pushed correctly on the Github: https://github.com/fs/react-base/releases

About

No description, website, or topics provided.

Contributing

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages