Skip to content

Commit

Permalink
feature issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
crvernon committed Apr 8, 2024
1 parent 75b4080 commit 50d0962
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---

name: Feature Request
about: Suggest an idea for stitches
title: "ENH:"
labels: "Enhancement, Needs Triage"

---

#### Is your feature request related to a problem?

[this should provide a description of what the problem is, e.g. "I wish I could use stitches to do [...]"]

#### Describe the solution you'd like

[this should provide a description of the feature request]

#### API breaking implications

[this should provide a description of how this feature will affect the API]

#### Describe alternatives you've considered

[this should provide a description of any alternative solutions or features you've considered]

#### Additional context

[add any other context, code examples, or references to existing implementations about the feature request here]

```python
# Your code here, if applicable

```

0 comments on commit 50d0962

Please sign in to comment.