You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Summarize your changes. Add code examples or screenshots when necessary. -->
2
3
3
-
Describe the big picture of your changes here to communicate to the maintainers.
4
-
If it fixes a bug or resolves a feature request, please provide a link to that issue.
4
+
### Linked issues
5
+
<!-- DOC: Link issue with a keyword: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved. See https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword -->
5
6
6
-
## Types of changes
7
+
Resolves #..
7
8
8
-
What types of changes does your code introduce to dbldatagen?
9
-
_Put an `x` in the boxes that apply_
9
+
### Requirements
10
+
<!-- How are your changes documented and tested? Please see the checklist below. -->
10
11
11
-
-[ ] Bug fix (non-breaking change which fixes an issue)
12
-
-[ ] New feature (non-breaking change which adds functionality)
13
-
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
14
-
-[ ] Change to tutorials, tests or examples
15
-
-[ ] Non code change (readme, images or other non-code assets)
16
-
-[ ] Documentation Update (if none of the other choices apply)
17
-
18
-
## Checklist
19
-
20
-
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR.
21
-
If you're unsure about any of them, don't hesitate to ask. We're here to help!
22
-
This is simply a reminder of what we are going to look for before merging your code._
23
-
24
-
-[ ] Lint and unit tests pass locally with my changes
25
-
-[ ] I have added tests that prove my fix is effective or that my feature works
26
-
-[ ] I have added necessary documentation (if appropriate)
27
-
-[ ] Any dependent changes have been merged and published in downstream modules
28
-
-[ ] Submission does not reduce code coverage numbers
29
-
-[ ] Submission does not increase alerts or messages from prospector / lint
30
-
31
-
## Further comments
32
-
33
-
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you
0 commit comments