Skip to content

Commit

Permalink
Add PR template.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jan 31, 2024
1 parent 1cdda1a commit 1fb6793
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!--
Thanks for your contribution! Please ensure you have taken a look at
the contribution guidelines:
https://github.com/GAA-UAM/scikit-fda/blob/develop/CONTRIBUTING.md
-->

## References to issues or other PRs
<!--
Include links to the relevant issues and PRs, using the relevant Github
keywords (e.g., Fixes) for closing automatically the issues resolved
on merge (see https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
If there is no current issue discussing the addition of this functionality, it
is recommended to create one and discuss the feature there.
Otherwise, it is possible for this functionality to be rejected, or to require
considerable changes.
Example: Fixes #42. See also #123.
-->


## Describe the proposed changes


## Additional information


## Checklist before requesting a review

- [ ] I have performed a self-review of my code
- [ ] The code conforms to the style used in this package
- [ ] The code is fully documented and typed (type-checked with [Mypy](https://mypy-lang.org/))
- [ ] I have added thorough tests for the new/changed functionality

0 comments on commit 1fb6793

Please sign in to comment.