Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Change 'API changes' to 'Required changes'
Browse files Browse the repository at this point in the history
Co-Authored-By: 0x5bfa <[email protected]>
  • Loading branch information
Lamparter and 0x5bfa committed Jul 21, 2024
1 parent 0d76de4 commit 69a2107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ body:
- type: textarea
id: api-changes
attributes:
label: ⚑ API Changes
description: Include a list of all API changes, additions, subtractions as would be required by your proposal. These APIs should be considered placeholders, so the naming is not as important as getting the concepts correct. If possible you should include some example (pseudo-)code of usage of your new API.
label: ⚑ Required changes
description: Include a list of all API changes in the code, i.e. additions, subtractions as would be required by your proposal. These APIs should be considered placeholders, so the naming is not as important as getting the concepts correct. If possible you should include some example (pseudo-)code of usage of your new API.
placeholder: |
```csharp
var button = new Button ();
Expand Down

0 comments on commit 69a2107

Please sign in to comment.