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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
## Topics
4
4
5
-
*[Getting Help](#getting-help)
6
-
*[Reporting Issues](#reporting-issues)
7
-
*[Development](#development)
8
-
*[Thank You!](#thank-you)
5
+
-[Getting Help](#getting-help)
6
+
-[Reporting Issues](#reporting-issues)
7
+
-[Development](#development)
8
+
-[Thank You!](#thank-you)
9
9
10
10
## Getting Help
11
11
@@ -15,24 +15,24 @@ I monitor [StackOverflow](http://stackoverflow.com) under the [SWXMLHash tag](ht
15
15
16
16
When reporting issues, please include:
17
17
18
-
* Which version of Xcode you're using
19
-
* Which OS or platform you're targeting
20
-
* Any stack trace or compiler error
21
-
* Code snippets that reproduce the behavior
18
+
- Which version of Xcode you're using
19
+
- Which OS or platform you're targeting
20
+
- Any stack trace or compiler error
21
+
- Code snippets that reproduce the behavior
22
22
23
23
Both bug reports and feature requests are welcome!
24
24
25
25
## Development
26
26
27
-
SWXMLHash currently uses XCTest for its tests. To run the tests, you can either run them from within Xcode or you can run `rake test`.
27
+
SWXMLHash currently uses Swift Testing for its tests. To run the tests, you can either run them from within Xcode or you can run `swift test`.
28
28
29
29
The coding style used is dictated by [SwiftLint](https://github.com/realm/SwiftLint). You can get SwiftLint by running `brew install swiftlint`. To run it, just clone the repository and run `swiftlint`. There is a `.swiftlint.yml` for lint configuration.
30
30
31
31
Prior to submitting a pull request, please verify that:
0 commit comments