-
Notifications
You must be signed in to change notification settings - Fork 5
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
5 changed files
with
53 additions
and
14 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
name: Chore | ||
about: Something that just has to get done. | ||
title: "🧹 [CHORE]" | ||
title: "🧹 " | ||
labels: chore | ||
assignees: '' | ||
|
||
--- | ||
|
||
What has to get done and why? | ||
<!-- What has to get done and why? --> |
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: Documentation | ||
about: Something needs to be better-documented | ||
title: "📘 " | ||
labels: docs | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!--What would you like documented?---> |
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
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,24 @@ | ||
--- | ||
name: Performance | ||
about: Something is agonizingly slow | ||
title: "⏱️ " | ||
labels: performance | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Existing Performance | ||
|
||
<!--How long does it take. Provide relevant data and version.---> | ||
|
||
### Desired Performance | ||
|
||
<!--What is a reasonable target for improvement?---> | ||
|
||
### Thoughts on Resolution | ||
|
||
<!--Do you have thoughts on how this should be addressed?---> | ||
|
||
### Relevant Benchmarks | ||
|
||
<!--Ideally any performance issues should be benchmarked in `tests/test_benchmarks.py`---> |