diff --git a/.coverage b/.coverage new file mode 100644 index 0000000..4c08432 Binary files /dev/null and b/.coverage differ diff --git a/.coverage.Florians-MacBook-Pro.local.18837.XACWbthx b/.coverage.Florians-MacBook-Pro.local.18837.XACWbthx new file mode 100644 index 0000000..92d11a2 Binary files /dev/null and b/.coverage.Florians-MacBook-Pro.local.18837.XACWbthx differ diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..cc29980 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a bug report to help us improve +labels: "bug" +--- + +**Describe the bug** + + + +**To Reproduce** + +Steps to reproduce the behavior: + +1. ... +2. ... +3. ... + +**Expected behavior** + + + +**System [please complete the following information]:** + +- OS: e.g. [Ubuntu 18.04] +- Python Version: [e.g. Python 3.8] +- PySpark version: [e.g. PySpark 3.5.1] + +**Additional context** + + + +**Are you planning on creating a PR?** + + + +- [ ] I'm planning to make a pull-request \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..c1b0e7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest a new feature +labels: "enhancement" +--- + +**Is your feature request related to a problem? Please describe.** + + + +**Describe the solution you would like** + + + +**Additional context** + + + +**Are you planning on creating a PR?** + + + +- [ ] I'm planning to make a pull-request \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..4a1217d --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,10 @@ +**PR Checklist** + +- [ ] A description of the changes is added to the description of this PR. +- [ ] If there is a related issue, make sure it is linked to this PR. +- [ ] If you've fixed a bug or added code that should be tested, add tests! +- [ ] If you've added or modified a feature, documentation in `docs` is updated + +**Description of changes** + +