Skip to content

Commit ad81067

Browse files
authored
Merge pull request #115 from KotlinFoundation/fix-issue-tracker-link
fix: proper link to issue tracker
2 parents 9802dea + 6513508 commit ad81067

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/submitting-incompatible-changes.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Guide to submitting incompatible changes"
44

55
# Guide to submitting incompatible changes
66

7-
A proposal is usually written by a developer responsible for the change or the relevant subsystems. It has to be described in the [issue tracker](https://youtrack.jetbrains.com/issues/KT?q=%23for-language-committee%20%23Unresolved%20tag:%20-language-committee-approved) and marked with the "for-language-committee" tag. To provide all the necessary details, issue in the tracker should follow the template below.
7+
A proposal is usually written by a developer responsible for the change or the relevant subsystems. It has to be described in the [issue tracker](https://youtrack.jetbrains.com/issues/KTLC) and marked with the "for-language-committee" tag. To provide all the necessary details, issue in the tracker should follow the template below.
88

99
## Issue template
1010

@@ -25,15 +25,15 @@ Detection and Migration modes: <see guide below>
2525
> 2. What's wrong with it
2626
> 3. Detailed explanation of why and how this happens
2727
> 4. Any known reasoning behind such behavior
28-
> 5. Affected versions: when did the problem appear first?
28+
> 5. Affected versions: when did the problem appear first?
2929
3030
# Proposed changes
3131
> 1. Proposed changes
3232
> 2. How it fixes the issue?
3333
3434
# Impact
3535
> Examples of negative effects: changes of behavior, previously compiled code forbidden, etc.
36-
> If possible:
36+
> If possible:
3737
> * number of impacted users
3838
> * how common this pattern is
3939
> * if we believe it's a rare case, why
@@ -47,7 +47,7 @@ Detection and Migration modes: <see guide below>
4747
## Classification
4848

4949
The **Classification** section needs to classify the change, without describing its essence.
50-
The classification is used by the Committee to quickly assess the severity of the issue. Here are the common categories to be used.
50+
The classification is used by the Committee to quickly assess the severity of the issue. Here are the common categories to be used.
5151

5252
This section can be used as a checklist of things that need to be evaluated/thought of.
5353

@@ -61,7 +61,7 @@ Specify one or more of the following:
6161
* Affecting ABI
6262
* Not affecting ABI
6363
* API moved to different artifact
64-
* API type signature change
64+
* API type signature change
6565
* Affecting ABI
6666
* Not affecting ABI
6767
* Contract refinement

0 commit comments

Comments
 (0)