-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/vnmabus/dcor/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) | ||
- [ ] I have added thorough tests for the new/changed functionality |