You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,15 @@ if there is already an open ticket and open a new one if not yet opened.
9
9
10
10
Contributions are made using Github [pull requests](https://help.github.com/en/articles/about-pull-requests).
11
11
12
-
1.[Create](https://github.com/ktorio/ktor/compare) a new PR, your PR should request to merge to the **master** branch.
13
-
2. Ensure that the description is clear, refer to an existing ticket/bug if applicable.
14
-
3. When contributing a new feature, provide motivation and use-cases describing why
12
+
1. Open (or find) the corresponding [YT](https://youtrack.jetbrains.com/issues/KTOR) issue.
13
+
2. Please make sure that commit messages start with issue number (like `KTOR-1001`). You can copy `githook/prepare-commit-msg` to `.git/hooks` to enable automatic commit message check.
14
+
3.[Create](https://github.com/ktorio/ktor/compare) a new PR, your PR should request to merge to the **master** branch.
15
+
4. Ensure that the description is clear, refer to an existing ticket/bug if applicable.
16
+
5. When contributing a new feature, provide motivation and use-cases describing why
15
17
the feature is important enough to be delivered with ktor to everyone.
16
-
4. Adding and updating features may require to update the [documentation](https://github.com/ktorio/ktorio.github.io).
18
+
6. Adding and updating features may require to update the [documentation](https://github.com/ktorio/ktorio.github.io).
17
19
Create a documentation PR and link both pull requests.
18
-
5. Make sure you have adequate tests added and no existing tests were broken.
20
+
7. Make sure you have adequate tests added and no existing tests were broken.
0 commit comments