-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an issue template for enhancement proposal
- Loading branch information
Showing
1 changed file
with
35 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,35 @@ | ||
--- | ||
name: Enhancement proposal | ||
about: Propose an improvement to blackjax. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
Before suggesting an improvement, please make sure this hasn't already been suggested by searching through the past issues and the PR tracker. | ||
--> | ||
|
||
### Current behavior | ||
|
||
<!-- | ||
What behavior of the library made you think about the improvement? | ||
--> | ||
|
||
```python | ||
Sample code with the current behavior | ||
``` | ||
|
||
### Desired behavior | ||
|
||
<!-- | ||
How would you like it to behave? | ||
--> | ||
|
||
```python | ||
Sample code with the desired behavior | ||
``` | ||
|
||
<!-- | ||
Be mindful that your proposal may be challenged. Blackjax has strong design principles that we are committed to stick to. If there is an alternative way to achieve what you would like, we will let you know. | ||
--> |