Skip to content

Commit

Permalink
doc(README): create 'Contribute' section
Browse files Browse the repository at this point in the history
Closes #65
  • Loading branch information
rafamizes committed Jan 9, 2022
1 parent 0be92b6 commit 2613164
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Dart Package Versioning](https://dart.dev/tools/pub

## [Unreleased]

### Added

_'Contribute'_ section to README — [65](https://github.com/dartoos-dev/well_formed/issues/65).

## [0.4.1] - 2021-12-15

### Changed
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ by a CI/CD pipeline with rigorous quality gates.
- [Invalid Inputs](#invalid-inputs)
- [Fields With Proper Values](#fields-with-proper-values)
- [Left Out Properties](#left-out-properties)
- [Contribute](#contribute)
- [References](#references)


Expand Down Expand Up @@ -468,6 +469,22 @@ int? maxLines,
int? minLines,
```

## Contribute

Contributors are welcome!

1. Open an issue regarding an improvement, a bug you noticed, or ask to be
assigned to an existing one.
2. If the issue is confirmed, fork the repository, do the changes on a separate
branch and make a _Pull Request_.
3. After review and acceptance, the _Pull Request_ is merged and closed.

Make sure the commands below **passes** before making a Pull Request.

```shell
flutter analyze && flutter test
```

## References

- [TextFormField](https://api.flutter.dev/flutter/material/TextFormField-class.html)
Expand Down

0 comments on commit 2613164

Please sign in to comment.