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
* Functionality for env resolver and crypto functionality. also added all currently installed packages to the info dump (in comments) such that a minimal python env should be able to be re-constructed
* added unit tests. cleaned up bugs found when creating unit tests
* added docs for resolvers
* updated README
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ E.g. Describe the added feature or what issue it fixes #(issue)...
12
12
-[ ] Did you run black and isort prior to submitting your PR?
13
13
-[ ] Does your PR pass all existing unit tests?
14
14
-[ ] Did you add associated unit tests for any additional functionality?
15
-
-[ ] Did you provide documentation ([Google Docstring format](https://google.github.io/styleguide/pyguide.html)) whenever possible, even for simple functions or classes?
15
+
-[ ] Did you provide code documentation ([Google Docstring format](https://google.github.io/styleguide/pyguide.html)) whenever possible, even for simple functions or classes?
16
+
-[ ] Did you add necessary documentation to the website?
16
17
17
18
## Review
18
19
Request will go to reviewers to approve for merge.
0 commit comments