Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.23 KB

CONTRIBUTE.md

File metadata and controls

25 lines (22 loc) · 1.23 KB

Contributing to moment_dart

  1. Fork the repository.
  2. Create a new branch from the master branch.
  3. Make your changes.
    • Make sure your code doesn't make the analyzer unhappy.
    • If you are adding a new feature, please write tests to ensure that it works correctly.
    • Run the tests to make sure they are passing.
  4. Make a pull request to master branch.
    • In the body of the pull request, describe your changes and why you made them.
    • If your changes should close an issue, please mention the issue.
  5. Wait for your pull request to be reviewed and merged.

Once your pull request is accepted, you will be considered a contributor to the project. The project maintainer is responsible for adding you as a contributor, but you also have the option to add yourself to the contributors list (automatically added upon merge of your PR). You can refer to the All Contributors bot usage documentation for instructions.

Please note that this project follows the all-contributors specification. Thank you for your valuable contribution! 💖