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
+3-3
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.
11
11
12
12
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
13
13
14
-
When filing an issue, please check [existing open](https://github.com/swift-sprinter/BreezeLambdaAPIClient/issues), or [recently closed](https://github.com/swift-sprinter/BreezeLambdaAPIClient/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
14
+
When filing an issue, please check [existing open](https://github.com/swift-serverless/BreezeLambdaAPIClient/issues), or [recently closed](https://github.com/swift-serverless/BreezeLambdaAPIClient/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), issues to make sure somebody else hasn't already
15
15
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
16
16
17
17
* A reproducible test case or series of steps
@@ -41,7 +41,7 @@ GitHub provides additional documents on [forking a repository](https://help.gith
41
41
42
42
43
43
## Finding contributions to work on
44
-
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/swift-sprinter/BreezeLambdaAPIClient/labels/help%20wanted) issues is a great place to start.
44
+
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/swift-serverless/BreezeLambdaAPIClient/labels/help%20wanted) issues is a great place to start.
45
45
46
46
47
47
## Code of Conduct
@@ -57,6 +57,6 @@ If the security issue is related to Swift notify [Apple Security](https://suppor
57
57
58
58
## Licensing
59
59
60
-
See the [LICENSE](https://github.com/swift-sprinter/BreezeLambdaAPIClient/blob/main/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
60
+
See the [LICENSE](https://github.com/swift-serverless/BreezeLambdaAPIClient/blob/main/LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
61
61
62
62
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
@@ -24,7 +24,7 @@ Add BreezeLambdaAPIClient as a dependency to the dependencies value of your `Pac
24
24
25
25
The following example shows how to use the client to create, read, update, delete and list items.
26
26
The `Item` is a struct that conforms to `Codable`.
27
-
The `Item` must be shared between the client and the [Breeze Lambda API](https://github.com/swift-sprinter/Breeze).
27
+
The `Item` must be shared between the client and the [Breeze Lambda API](https://github.com/swift-serverless/Breeze).
28
28
29
29
```swift
30
30
importFoundation
@@ -112,4 +112,4 @@ The SessionService is used to get the JWT token. The session is not part of this
112
112
113
113
# Contributing
114
114
115
-
Contributions are more than welcome! Follow this [guide](https://github.com/swift-sprinter/BreezeLambdaAPIClient/blob/main/CONTRIBUTING.md) to contribute.
115
+
Contributions are more than welcome! Follow this [guide](https://github.com/swift-serverless/BreezeLambdaAPIClient/blob/main/CONTRIBUTING.md) to contribute.
0 commit comments