Skip to content

Commit

Permalink
Add pull request template for Github (#915)
Browse files Browse the repository at this point in the history
* added pr template

* updated pr template

* Update PULL_REQUEST_TEMPLATE.md

Co-authored-by: Kevin Chen <[email protected]>
  • Loading branch information
karl-richter and Kevin-Chen0 authored Dec 2, 2022
1 parent b04a5bc commit f8b889f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## :microscope: Background

- Why is this change needed? Is there a related issue or a new feature to be added?

## :crystal_ball: Key changes

- Explain the main changes introduced by this pull request for the reviewer.

## :clipboard: Review Checklist
- [ ] I have performed a self-review of my own code.
- [ ] I have commented my code, added docstrings and data types to function definitions.
- [ ] I have added pytests to check whether my feature / fix works.

Please make sure to follow our best practices in the [Contributing guidelines](https://github.com/ourownstory/neural_prophet/blob/main/CONTRIBUTING.md).

0 comments on commit f8b889f

Please sign in to comment.