38 lines
1.1 KiB
Markdown
Raw Normal View History

2019-09-22 12:16:51 +05:30
---
name: 🐞 Bug Fix
about: You have a fix for a bug?
labels: bug
2019-11-03 10:11:44 +05:30
2019-09-22 12:16:51 +05:30
---
2019-09-22 14:00:16 +05:30
## A Pull Request should be associated with an Issue.
2020-05-16 11:28:01 +05:30
> If you're offering a new feature or fixing anything, please provide the details in Issues,
> so that the development can be pointed in the intended direction.
2019-09-22 14:00:16 +05:30
2020-05-16 11:28:01 +05:30
Related issue: <!-- Please link the related issue -->
2019-09-22 14:00:16 +05:30
> Further notes in [Contribution Guidelines](.github/CONTRIBUTING.md)
2020-05-16 11:28:01 +05:30
> Thank you for your contribution.
2019-09-22 14:00:16 +05:30
### Description
This PR [briefly explain what it does]
> In case this PR introduced TypeScript/JavaScript code changes:
2019-11-25 22:06:40 +05:30
- [ ] I have written test cases for the changes in this pull request.
2019-09-22 14:00:16 +05:30
- [ ] I have run `npm run format` before the commit.
2019-11-25 22:06:40 +05:30
- [ ] I have run `npm run lint` before the commit.
- [ ] I have run `npm run release` before the commit.
2020-05-16 11:28:01 +05:30
- [ ] `npm test` returns with no unit test errors and all code covered.
> In case this PR edits any scripts:
- [ ] I have checked the edited scripts for syntax.
- [ ] I have tested the changes in an integration test (If yes, provide workflow link).
2019-09-22 14:00:16 +05:30
2019-09-22 12:16:51 +05:30
<!--
- Please target the develop branch when submitting the pull request.
-->