-
Notifications
You must be signed in to change notification settings - Fork 10
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
2 changed files
with
41 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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,21 @@ | ||
--- | ||
name: New Function | ||
about: Suggest a new function for one of the modules | ||
title: Add ModuleName.Extra.functionName | ||
labels: new function | ||
assignees: '' | ||
|
||
--- | ||
|
||
## `functionName : type -> signature` | ||
|
||
<!-- Add suggested documentation here, including some examples with doctests. --> | ||
|
||
|
||
### Motivating use case | ||
|
||
<!-- Why are you proposing this function? In what specific situation did it come in handy? --> | ||
|
||
### Rationale | ||
|
||
<!-- If this function didn't exist in this library, what would users need to do? Generally speaking if the function you are proposing is an existing function with some minor change (like arguments flipped or a single literal argument pre-applied), you should make a strong argument about the increase in readability or convenience this is going to bring. If it's a more involved function, make an argument about how it can be widely applicable and not just specific to one use case. --> |