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
+5-4
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Thank you for helping out and remember, no contribution is too small.
21
21
22
22
The main function of the issue tracker is to record bug reports and feature
23
23
requests.
24
-
For general questions you can look at the [documentation] and [project README](https://github.com/MLSDev/TRON) to learn more about
24
+
For general questions you can look at the [documentation], [guides] and [project README](https://github.com/MLSDev/TRON) to learn more about
25
25
the project and find some examples.
26
26
If you still have questions please consider using [Stack Overflow].
27
27
@@ -81,7 +81,7 @@ Create a new branch. Use its name to identify the issue your addressing.
81
81
82
82
### Step 3: Code
83
83
84
-
-**Follow the code conventions**: Make sure that new code does not produce any warnings
84
+
-**Follow the code conventions**: Make sure that new code does not produce any warnings
85
85
from automatic linter using SwiftLint.
86
86
87
87
-**Document your changes**: Add or update the relevant entries for your change
@@ -133,8 +133,9 @@ at the end of the PR message, where ### is the number of the issue.
133
133
134
134
## Additional notes
135
135
136
-
TRON heavily relies on Foundation URL loading system and [Alamofire](https://github.com/Alamofire/Alamofire),
136
+
TRON heavily relies on Foundation URL loading system and [Alamofire](https://github.com/Alamofire/Alamofire),
137
137
so you may need to dig into documentation of those on specific topic you are encountering issues with or want to improve.
0 commit comments