Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 822dca9

Browse files
committed
Merge pull request #125 from chrisblossom/master
posting issues readme addition
2 parents f3af9bf + b25b20c commit 822dca9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ class MyForm extends React.Component {
6868

6969
export default connect(state => ({ user: state.user }))(MyForm);
7070
```
71+
72+
## Posting Issues
73+
When posting an issue, please include a detailed description along with a relevant code sample. Attaching a failing test case with your issue will go a long way and is much appreciated.

0 commit comments

Comments
 (0)