@@ -29,4 +29,26 @@ Add the dependency to any targets you've declared in your manifest:
29
29
.target (name : " MyTarget" , dependencies : [" SymbolKit" ]),
30
30
```
31
31
32
- <!-- Copyright (c) 2021-2022 Apple Inc and the Swift Project authors. All Rights Reserved. -->
32
+
33
+ ## Contributing to SymbolKit
34
+
35
+ Contributions to SymbolKit are welcomed and encouraged! Please see the
36
+ [ Contributing to Swift guide] ( https://swift.org/contributing/ ) .
37
+
38
+ Before submitting the pull request, please make sure you have [ tested your
39
+ changes] ( https://github.com/apple/swift/blob/main/docs/ContinuousIntegration.md )
40
+ and that they follow the Swift project [ guidelines for contributing
41
+ code] ( https://swift.org/contributing/#contributing-code ) .
42
+
43
+ To be a truly great community, [ Swift.org] ( https://swift.org/ ) needs to welcome
44
+ developers from all walks of life, with different backgrounds, and with a wide
45
+ range of experience. A diverse and friendly community will have more great
46
+ ideas, more unique perspectives, and produce more great code. We will work
47
+ diligently to make the Swift community welcoming to everyone.
48
+
49
+ To give clarity of what is expected of our members, Swift has adopted the
50
+ code of conduct defined by the Contributor Covenant. This document is used
51
+ across many open source communities, and we think it articulates our values
52
+ well. For more, see the [ Code of Conduct] ( https://swift.org/code-of-conduct/ ) .
53
+
54
+ <!-- Copyright (c) 2021-2024 Apple Inc and the Swift Project authors. All Rights Reserved. -->
0 commit comments