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: .github/CONTRIBUTING.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ There are three main ways in which you contribute:
8
8
9
9
1. Open a [Bug Report](https://github.com/SomeRandomiOSDev/KeyValueObservation/issues/new?assignees=SomeRandomiOSDev&labels=bug&template=BUG_REPORT.yml&title=%5BBUG%5D%3A+).
10
10
2. Open a [Feature Request](https://github.com/SomeRandomiOSDev/KeyValueObservation/issues/new?assignees=SomeRandomiOSDev&labels=enhancement&template=FEATURE_REQUEST.yml&title=%5BFEATURE%5D%3A+).
11
-
3. Create a [Pull Request](https://github.com/SomeRandomiOSDev/KeyValueObservation/compare/main...main?expand=1&template=PULL_REQUEST_TEMPLATE.md).
11
+
3. Create a [Pull Request](https://github.com/SomeRandomiOSDev/KeyValueObservation/compare).
12
12
13
13
> If none of these really suit your needs, you could also open a [blank issue](https://github.com/SomeRandomiOSDev/KeyValueObservation/issues/new).
14
14
15
15
If you need further guidance or have additional questions, you can always reach out at
16
16
17
-
-somerandomiosdev@gmail.com
17
+
*somerandomiosdev@gmail.com
18
18
19
19
Please also note we have a [code of conduct](#code-of-conduct), please follow it in all your interactions with the project.
20
20
@@ -26,15 +26,16 @@ For contributing via *Bug Reports* or *Feature Requests* contribuing is as simpl
26
26
27
27
For contributing via *Pull Requests*, we ask the following of you prior to opening a `pull request` to help maintain code standards and quality (many of these are enforced with workflows, but who wants to push subsequent commits for a single PR?):
28
28
29
-
- Please try and follow the implicit code conventions and naming schemes present within the project.
30
-
- The builds for all platforms should succeed, along with all of the unit tests for each platform.
31
-
- Any new code added should be accompanied by appropriate unit test code to cover (virtually) all cases and paths through that code. The code coverage for this project shouldn't decrease by a significant amount, but increases in code coverage are always welcome and appreciated.
32
-
- Any new public APIs added should be accompanied by documentation in code, and as appropriate, in the [README](../README.md) file and in the Documentation Catalog.
33
-
- Since this project is available via [CocoaPods](https://cocoapods.org), it should lint successfully for both `pod lib lint` and `pod lib lint --use-libraries` using the latest version of the `pod` utility.
29
+
* Please try and follow the implicit code conventions and naming schemes present within the project.
30
+
* All Swift files for this project lint successfully. The latest version of SwiftLint should be used for linting.
31
+
* The builds for all platforms should succeed, along with all of the unit tests for each platform.
32
+
* Any new code added should be accompanied by appropriate unit test code to cover (virtually) all cases and paths through that code. The code coverage for this project shouldn't decrease by a significant amount, but increases in code coverage are always welcome and appreciated.
33
+
* Any new public APIs added should be accompanied by documentation in code, and as appropriate, in the [README](../README.md) file and in the Documentation Catalog.
34
+
* Since this project is available via [CocoaPods](https://cocoapods.org), it should lint successfully for both `pod lib lint` and `pod lib lint --use-libraries` using the latest version of the `pod` utility.
34
35
35
36
> Tip: It's strongly recommended to use the [workflowtests.sh](../scripts/workflowtests.sh) script for testing all of the various builds & linting as this script is a mirror of the workflows that are ran for `pull requests`.
36
37
37
-
For further guidance about requirements for `pull requests`, please see the [Pull Request Guidelines](PULL_REQUEST_TEMPLATE/PULL_REQUEST_TEMPLATE.md) document.
38
+
For further guidance about requirements for `pull requests`, please see the [Pull Request Guidelines](PULL_REQUEST_TEMPLATE.md) document.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTORS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributors
2
2
3
-
## Special thanks for all the people who have contributed this project so far:
3
+
## Special thanks for all the people who have contributed this project so far
4
4
5
5
I would like to give a special thanks to all of the people below who have contributed to this project and to all of those who will contribute to it moving forward.
0 commit comments