Skip to content

Commit f961ce5

Browse files
authored
docs: enhanced contributing section (patw0929#356)
* Updated Contributions * Update README.md * Update README.md
1 parent b7ed582 commit f961ce5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,17 @@ You can prepare a distribution build using `yarn run build`.
6868

6969
## Contributing
7070

71+
Any kind of contribution including proposals, doc improvements, enhancements, bug fixes are always welcome.
72+
7173
To contribute to react-intl-tel-input, clone this repo locally and commit your code on a separate branch. Please write tests for your code, and run the linter before opening a pull-request:
7274

7375
```
7476
yarn test
7577
yarn run lint
7678
```
7779

80+
Also, please let us know if you encounter any issue by filing an [issue](https://github.com/patw0929/react-intl-tel-input/issues).
81+
7882
## Inspired by
7983

8084
[International Telephone Input](https://github.com/jackocnr/intl-tel-input) - [@jackocnr](https://github.com/jackocnr)

0 commit comments

Comments
 (0)