Skip to content

Commit

Permalink
Update feature.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity authored May 1, 2024
1 parent 04a6272 commit d1f2342
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Feature
description: Suggest a new idea.
description: Suggest a new feature.
labels: ["feature"]
body:
- type: markdown
attributes:
value: |
# Proposing a new feature to PyAwaitable
# Feature Proposal
Proposals should generally try to not make breaking changes.
This is where you should propose a *new* feature to PyAwaitable. New features should not make breaking changes. This should be for something totally new, such as adding a new function to the ABI. General improvements to existing features should be made using an improvement request.
- type: textarea
attributes:
label: "Proposal:"
description: >
Outline your idea and why it would be a good idea for PyAwaitable. Make sure to include an example API for what this would look like if implemented.
Outline your idea and why it would be a good idea for PyAwaitable. Make sure to include an example API for what this could look like if implemented.
value: |
```c
// Example API
Expand Down

0 comments on commit d1f2342

Please sign in to comment.