Skip to content

Commit d45d0b5

Browse files
committed
I forgot about how folded style works...
1 parent 7d72d72 commit d45d0b5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,18 @@ body:
3636
description: >
3737
A breaking change can be, but is not limited to:
3838
39+
3940
* A method is removed from an class/interface
40-
* A method's signature is changed (including the number of parameters, the types of those parmaeters, and
41+
42+
* A method's signature is changed (including the number of parameters, the types of those parameters, and
4143
the return type of a method) instead of adding an overload (note that changing a return type from `void` to
4244
something else, such as `boolean` is still a breaking change).
45+
4346
* A class/interface is removed or renamed, or is converted between a class and an interface
47+
4448
* The inheritance tree is modified (other than simply being added to)
4549
50+
4651
If you are unsure, select "I don't know". **Breaking changes can only target unreleased major versions.**
4752
options:
4853
- "Yes"

0 commit comments

Comments
 (0)