|
8 | 8 |
|
9 | 9 | [](https://www.npmjs.com/package/@float-toolkit/react) |
10 | 10 | [](https://www.npmjs.com/package/@float-toolkit/react) |
| 11 | +[](https://github.com/float-toolkit/react/actions/workflows/testWithVitest.yml) |
| 12 | +[](https://codecov.io/gh/float-toolkit/react) |
| 13 | +[](https://github.com/float-toolkit/react/blob/master/.github/CODE_OF_CONDUCT.md) |
11 | 14 |
|
12 | 15 | </div> |
13 | 16 |
|
@@ -72,17 +75,21 @@ const Sum: FC<Props> = (props) => { |
72 | 75 | }; |
73 | 76 | ``` |
74 | 77 |
|
| 78 | +## Support |
| 79 | + |
| 80 | +Need help using Float Toolkit? Don't hesitate to reach out on [GitHub Discussions](https://github.com/float-toolkit/react/discussions/categories/q-a)! |
| 81 | + |
75 | 82 | ## Links |
76 | 83 |
|
77 | | -- [FloatToolkit documentation (Vanilla JS)](https://float-toolkit.web.app/) |
| 84 | +- [FloatToolkit documentation (Vanilla JS)](https://float-toolkit.web.app) |
78 | 85 | - [GitHub](https://github.com/float-toolkit/react) |
79 | | -- [npm](https://www.npmjs.com/package/@float-toolkit/react) |
| 86 | +- [npm](https://npmjs.com/package/@float-toolkit/react) |
80 | 87 |
|
81 | 88 | ## Contributing |
82 | 89 |
|
83 | 90 | Before creating an issue, please consider the following: |
84 | 91 |
|
85 | | -- Refer to the [FloatToolkit documentation](https://float-toolkit.web.app/) and read **this file** carefully to make sure the error is actually a bug and not a mistake of your own. |
| 92 | +- Read the [documentation](https://float-toolkit.web.app) and **this file** carefully to make sure the error is actually a bug and not a mistake of your own. |
86 | 93 | - Make sure the issue hasn't already been reported or suggested. |
87 | 94 | - After following these steps, you can file an issue using one of our [templates](https://github.com/float-toolkit/react/issues/new/choose). Please make sure to follow our [Code of Conduct](https://github.com/float-toolkit/react/blob/master/.github/CODE_OF_CONDUCT.md). |
88 | 95 | - If you wish to [submit a pull request](https://github.com/float-toolkit/react/compare) alongside your issue, please follow our [contribution guidelines](https://github.com/float-toolkit/react/blob/master/.github/CONTRIBUTING.md). |
0 commit comments