-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: setup issue template #453
Conversation
huozhi
commented
Jun 11, 2020
- create issue template for bug reporting
- add external link to swr discussion board
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
|
||
## Description / Observed Behavior | ||
|
||
what kind of issues did you encounter with swr? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what kind of issues did you encounter with swr? | |
What kind of issues did you encounter with SWR? |
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
|
||
## Expected Behavior | ||
|
||
what did you expect swr to behave here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what did you expect swr to behave here? | |
What did you expect SWR to behave here? |
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
|
||
## Repro Steps / Code Example | ||
|
||
Or share your code snippet or a codesandbox link is also appreciated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or share your code snippet or a codesandbox link is also appreciated! | |
Or share your code snippet or a [CodeSandbox](https://codesandbox.io) link is also appreciated! |
.github/ISSUE_TEMPLATE/bug_report.md
Outdated
|
||
## Additional Context | ||
|
||
swr version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
swr version. | |
SWR version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @huozhi!