-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Issue and PR template added #1821
Conversation
PULL_REQUEST_TEMPLATE.md
Outdated
## Checklist: | ||
|
||
- [ ] I have selected the correct base branch. | ||
- [ ] I have fixed the tests and extended if necessary. |
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.
not sure if we should suggest fixing tests, its note like fix your code to pass tests :)
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.
and adding tests is a must, if new things are added :)
PULL_REQUEST_TEMPLATE.md
Outdated
|
||
- [ ] I have selected the correct base branch. | ||
- [ ] I have fixed the tests and extended if necessary. | ||
- [ ] I have performed a self-review of my own code. |
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.
I also should test my code on the live network.
And we should add, i ran npm run build
and tested the resulting file from the dist
folder in a browser.
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.
Looks good, just add the few things i noted
* PR and issue template created * PR changes
No description provided.