|  | 
|  | 1 | +--- | 
|  | 2 | +id: contributing | 
|  | 3 | +title: Contributing | 
|  | 4 | +sidebar_label: Contributing | 
|  | 5 | +--- | 
|  | 6 | + | 
|  | 7 | +## License | 
|  | 8 | + | 
|  | 9 | +`react-testing-library` is distributed under the open-source MIT license | 
|  | 10 | + | 
|  | 11 | +## Issues | 
|  | 12 | + | 
|  | 13 | +_Looking to contribute? Look for the [Good First Issue][good-first-issue] | 
|  | 14 | +label._ | 
|  | 15 | + | 
|  | 16 | +### 🐛 Bugs | 
|  | 17 | + | 
|  | 18 | +Please file an issue for bugs, missing documentation, or unexpected behavior. | 
|  | 19 | + | 
|  | 20 | +[**See Bugs**][bugs] | 
|  | 21 | + | 
|  | 22 | +### 💡 Feature Requests | 
|  | 23 | + | 
|  | 24 | +Please file an issue to suggest new features. Vote on feature requests by adding | 
|  | 25 | +a 👍. This helps maintainers prioritize what to work on. | 
|  | 26 | + | 
|  | 27 | +[**See Feature Requests**][requests] | 
|  | 28 | + | 
|  | 29 | +### ❓ Questions | 
|  | 30 | + | 
|  | 31 | +For questions related to using the library, please visit a support community | 
|  | 32 | +instead of filing an issue on GitHub. | 
|  | 33 | + | 
|  | 34 | +- [Spectrum][spectrum] | 
|  | 35 | +- [Reactiflux on Discord][reactiflux] | 
|  | 36 | +- [Stack Overflow][stackoverflow] | 
|  | 37 | + | 
|  | 38 | +<!-- | 
|  | 39 | +Links: | 
|  | 40 | +--> | 
|  | 41 | + | 
|  | 42 | +<!-- prettier-ignore-start --> | 
|  | 43 | + | 
|  | 44 | +[npm]: https://www.npmjs.com/ | 
|  | 45 | +[node]: https://nodejs.org | 
|  | 46 | +[build-badge]: https://img.shields.io/travis/kentcdodds/react-testing-library.svg?style=flat-square | 
|  | 47 | +[build]: https://travis-ci.org/kentcdodds/react-testing-library | 
|  | 48 | +[coverage-badge]: https://img.shields.io/codecov/c/github/kentcdodds/react-testing-library.svg?style=flat-square | 
|  | 49 | +[coverage]: https://codecov.io/github/kentcdodds/react-testing-library | 
|  | 50 | +[version-badge]: https://img.shields.io/npm/v/react-testing-library.svg?style=flat-square | 
|  | 51 | +[package]: https://www.npmjs.com/package/react-testing-library | 
|  | 52 | +[downloads-badge]: https://img.shields.io/npm/dm/react-testing-library.svg?style=flat-square | 
|  | 53 | +[npmtrends]: http://www.npmtrends.com/react-testing-library | 
|  | 54 | +[spectrum-badge]: https://withspectrum.github.io/badge/badge.svg | 
|  | 55 | +[spectrum]: https://spectrum.chat/react-testing-library | 
|  | 56 | +[license-badge]: https://img.shields.io/npm/l/react-testing-library.svg?style=flat-square | 
|  | 57 | +[license]: https://github.com/kentcdodds/react-testing-library/blob/master/LICENSE | 
|  | 58 | +[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square | 
|  | 59 | +[prs]: http://makeapullrequest.com | 
|  | 60 | +[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square | 
|  | 61 | +[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square | 
|  | 62 | +[coc]: https://github.com/kentcdodds/react-testing-library/blob/master/CODE_OF_CONDUCT.md | 
|  | 63 | +[github-watch-badge]: https://img.shields.io/github/watchers/kentcdodds/react-testing-library.svg?style=social | 
|  | 64 | +[github-watch]: https://github.com/kentcdodds/react-testing-library/watchers | 
|  | 65 | +[github-star-badge]: https://img.shields.io/github/stars/kentcdodds/react-testing-library.svg?style=social | 
|  | 66 | +[github-star]: https://github.com/kentcdodds/react-testing-library/stargazers | 
|  | 67 | +[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20react-testing-library%20by%20%40kentcdodds%20https%3A%2F%2Fgithub.com%2Fkentcdodds%2Freact-testing-library%20%F0%9F%91%8D | 
|  | 68 | +[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/kentcdodds/react-testing-library.svg?style=social | 
|  | 69 | +[emojis]: https://github.com/kentcdodds/all-contributors#emoji-key | 
|  | 70 | +[all-contributors]: https://github.com/kentcdodds/all-contributors | 
|  | 71 | +[set-immediate]: https://developer.mozilla.org/en-US/docs/Web/API/Window/setImmediate | 
|  | 72 | +[guiding-principle]: https://twitter.com/kentcdodds/status/977018512689455106 | 
|  | 73 | +[data-testid-blog-post]: https://blog.kentcdodds.com/making-your-ui-tests-resilient-to-change-d37a6ee37269 | 
|  | 74 | +[dom-testing-lib-textmatch]: https://github.com/kentcdodds/dom-testing-library#textmatch | 
|  | 75 | +[bugs]: https://github.com/kentcdodds/react-testing-library/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc | 
|  | 76 | +[requests]: https://github.com/kentcdodds/react-testing-library/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen | 
|  | 77 | +[good-first-issue]: https://github.com/kentcdodds/react-testing-library/issues?utf8=✓&q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A"good+first+issue"+ | 
|  | 78 | +[reactiflux]: https://www.reactiflux.com/ | 
|  | 79 | +[stackoverflow]: https://stackoverflow.com/questions/tagged/react-testing-library | 
|  | 80 | + | 
|  | 81 | +<!-- prettier-ignore-end --> | 
0 commit comments