fix(docs): link to issues and pr
This commit is contained in:
parent
2596afe1ab
commit
799d619267
|
@ -54,9 +54,10 @@ Container(
|
||||||
|
|
||||||
Feel free to contribute to this project.
|
Feel free to contribute to this project.
|
||||||
|
|
||||||
If you find a bug or want a feature, but don't know how to fix/implement it, please fill an [issue][https://github.com/Iamstanlee/linkfy_text/issues].
|
If you find a bug or want a feature, but don't know how to fix/implement it, please fill an [issue](issue).
|
||||||
If you fixed a bug or implemented a feature, please send a [pull request][https://github.com/Iamstanlee/linkfy_text/pulls].
|
If you fixed a bug or implemented a feature, please send a [pull request](pr).
|
||||||
|
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
- linkify "@" mention and "$" sign
|
- linkify "@" mention and "$" sign
|
||||||
- LinkifyTextField widget
|
- LinkifyTextField widget
|
||||||
|
|
Loading…
Reference in New Issue