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: docs/coding-style.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Once installed, you can configure the plugin here:
27
27
28
28
`Android Studio > Preferences... > Tools > Checkstyle`
29
29
30
-
From there, add and enable the custom configuration file, located at [config/checkstyle.xml](https://github.com/wordpress-mobile/WordPress-Android/blob/develop/config/checkstyle.xml).
30
+
From there, add and enable the custom configuration file, located at [config/checkstyle.xml](https://github.com/wordpress-mobile/WordPress-Android/blob/trunk/config/checkstyle.xml).
31
31
32
32
## ktlint
33
33
@@ -53,4 +53,4 @@ Once installed, you can configure the plugin here:
53
53
54
54
`Android Studio > Preferences... > Tools > Detekt`
55
55
56
-
From there, add and enable the custom configuration file, located at [config/detekt/detekt.yml](https://github.com/wordpress-mobile/WordPress-Android/blob/develop/config/detekt/detekt.yml).
56
+
From there, add and enable the custom configuration file, located at [config/detekt/detekt.yml](https://github.com/wordpress-mobile/WordPress-Android/blob/trunk/config/detekt/detekt.yml).
As you commit code to these branches, don’t tag the issue number in the individual commit messages as it pollutes the pull request and makes it messier, just attach the issue number to the final pull request. Before you submit your final pull request, make sure all your branches are up to date with `develop`.
9
+
As you commit code to these branches, don’t tag the issue number in the individual commit messages as it pollutes the pull request and makes it messier, just attach the issue number to the final pull request. Before you submit your final pull request, make sure all your branches are up to date with `trunk`.
10
10
11
11
## Anatomy of a Good Pull Request
12
12
13
-
When you are ready, please, spend time crafting a good Pull Request, since it will have a huge impact on the work of reviewers, release managers and testers.
13
+
When you are ready, please, spend time crafting a good Pull Request, since it will have a huge impact on the work of reviewers, release managers and testers.
14
14
15
15
**Title**: A good descriptive title.
16
16
@@ -26,4 +26,4 @@ When you are ready, please, spend time crafting a good Pull Request, since it wi
26
26
27
27
28
28
29
-
_Thank you very much for contributing to WordPress for Android!_
29
+
_Thank you very much for contributing to WordPress for Android!_
0 commit comments