Skip to content

Added Pull Request Template #328

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

Merged
merged 7 commits into from
Oct 8, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## BUG DESCRIPTION
Clearly describe the problem

## ROOT CAUSE
Describe the cause and analysis of the problem

## SOLUTION DESCRIPTION
Describe your code changes in details for reviewers, the solution you provided and how it fixes the issue.
- Note: Reference the issue your pull request solves.
Like;
```
The pull request fixes issue #issue_number
```
## Screenshoots
Where necessary add screenshots for your pull request

## PR Type
What kind of change does this PR introduce?
```
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes)
[ ] Build related changes
[ ] Documentation content changes
[ ] Tests
[ ] Other


For a guide, on making your pull request, see [Pull_Request](https://github.com)