Skip to content

Commit

Permalink
Add an issue template for enhancement proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Sep 19, 2022
1 parent e47caed commit 3416363
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
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.
-->

0 comments on commit 3416363

Please sign in to comment.