-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Project setup including: - Project structure - Readme - License - Documentation - Environment specifications - Style configurations - GitHub templates
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_style = space | ||
indent_size = 4 | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
max_line_length = 120 | ||
|
||
[{*.py,*.pyw}] | ||
max_line_length = 88 | ||
|
||
[{*.yaml,*.yml}] | ||
indent_size = 2 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'bug' | ||
assignees: 'OliverSieweke' | ||
|
||
--- | ||
[comment]: # (Specify the version used below.) | ||
**version:** v0.1.0 | ||
|
||
### Description | ||
[comment]: # (A clear and concise description of what the bug is.) | ||
|
||
### Expected behavior | ||
[comment]: # (A clear and concise description of what you expected to happen.) | ||
|
||
### Configurations | ||
[comment]: # (Paste the workflow YAML file here.) | ||
|
||
```yaml | ||
``` | ||
|
||
### Stack Trace | ||
[comment]: # (Paste your actions error stack trace here if applicable.) | ||
|
||
```txt | ||
``` | ||
|
||
### Additional context | ||
[comment]: # (Any additonal information that may be relevant.) | ||
|
||
|
||
[comment]: # (Awesome! Thanks!) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Description | ||
[comment]: # (Please include a summary of the change and which issue is fixed if applicable.) | ||
|
||
Fixes # (issue) | ||
|
||
## Type of change | ||
|
||
[comment]: # (Please delete options that are not relevant.) | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Documentation Build: | ||
/docs/build |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.