-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
6 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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 @@ | ||
github: scragly |
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 @@ | ||
--- | ||
name: Bug Issue | ||
about: Report a code or behaviour issue with the library. | ||
labels: 'type: bug, status: unconfirmed' | ||
|
||
--- | ||
|
||
### Current Behaviour: | ||
<!-- Describe the bug you've found --> | ||
|
||
|
||
### Expected Behavior: | ||
<!-- Describe the behaviour that is meant to occur instead --> | ||
|
||
|
||
### Standalone code to reproduce the issue: | ||
<!-- Provide a simplified snippet of code that shows the problem --> | ||
|
||
|
||
### Logs | ||
<!-- Attach any relevant logs here --> | ||
|
||
|
||
### Environment: | ||
#### Platform: | ||
<!-- Provide the OS you could reproduce the issue on (Linux, Windows, MacOS, etc) --> | ||
|
||
|
||
#### Python: | ||
<!-- Provide the python versions you could reproduce the issue with --> | ||
|
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 @@ | ||
blank_issues_enabled: false |
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,27 @@ | ||
--- | ||
name: Feature Request | ||
about: Ask for a feature addition or enhancement. | ||
labels: 'type: feature, status: pending' | ||
|
||
--- | ||
|
||
### Description: | ||
<!-- Describe your feature proposal --> | ||
|
||
|
||
### Possible Implementations: | ||
<!-- Roughly outline some ways to implement your proposal --> | ||
|
||
|
||
### Additional Information or Resources: | ||
<!-- Provide any links to external resources, documentation, assets or info here --> | ||
|
||
|
||
### Are you wanting to work on implementing this yourself? | ||
<!-- Change one to [x] to tick your choice --> | ||
|
||
- [ ] I'd like to implement this feature myself | ||
- [ ] Anyone is able to claim this issue to work on | ||
|
||
|
||
> :warning: No proposals are to be worked on until this issue has been given the `status: approved` tag. |
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,10 @@ | ||
--- | ||
name: Question | ||
about: I'd like to ask info about the library. | ||
labels: 'type: question, status: hold' | ||
|
||
--- | ||
|
||
<!-- Put your question below --> | ||
|
||
|