Skip to content

Commit cd8dacd

Browse files
authored
Merge pull request #2477 from swiftlang/parispittman-patch-1
Update CONTRIBUTING.md
2 parents 67e76c0 + d397ed6 commit cd8dacd

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
1-
# Contributing to Swift Evolution
1+
# Welcome to the Swift community!
22

3-
<https://www.swift.org/code-of-conduct/>
3+
Contributions to Swift are welcomed and encouraged! Please see the [Contributing to Swift guide](swift.org/contributing) and check out the [structure of the community](https://www.swift.org/community/#community-structure).
44

5-
Pull requests that make minor editorial and administrative changes to this repository are always welcome, including fixing typos and grammar mistakes, repairing links, and maintaining document and repository metadata.
5+
To be a truly great community, Swift needs to welcome developers from all walks of life, with different backgrounds, and with a wide range of experience. A diverse and friendly community will have more great ideas, more unique perspectives, and produce more great code. We will work diligently to make the Swift community welcoming to everyone.
66

7-
Pull requests that add new proposals must follow the [Swift evolution process](process.md), including the proposal having first been pitched on the [evolution forums](https://forums.swift.org/c/evolution/pitches/5).
7+
To give clarity of what is expected of our members, Swift has adopted the code of conduct defined by the Contributor Covenant. This document is used across many open source communities, and we think it articulates our values well. For more, see the [Code of Conduct](https://www.swift.org/code-of-conduct/).
88

9-
Pull requests that make substantive changes to existing proposals should only be made with the permission of the proposal authors. Substantive changes to a proposal in the Accepted or Rejected states are discouraged and require the approval of the appropriate evolution workgroup. Substantive changes to a proposal in the Active Review state require the approval of the appropriate evolution workgroup and should be advertised in the review thread.
9+
## Contributing to Swift Evolution
1010

11-
Pull requests that add or substantively change vision documents require the approval of the appropriate evolution workgroup.
11+
This repository is not your standard codebase. It houses Swift evolution proposals and related process documents, mostly composed of markdown and text files. Pull requests that make minor editorial and administrative changes are always welcome, including fixing typos and grammar mistakes, repairing links, and maintaining document and repository metadata. Other pull requests must follow the [Swift evolution process](process.md):
1212

13-
Pull requests that substantively change the documented evolution process require the approval of the Core Team.
13+
- New proposals and substantive changes to existing proposals should be [pitched on the evolution forums](https://forums.swift.org/c/evolution/pitches/5) before a PR is opened here.
14+
- Substantive changes to existing proposals require the permission of the proposal authors.
15+
- Substantive changes to existing proposals require the approval of the appropriate evolution workgroup if the proposal is in an Active Review, Accepted, or Rejected state.
16+
- New vision documents and substantive changes to existing vision documents require the approval of the appropriate evolution workgroup.
17+
- Substantive changes to the evolution process require the approval of the Core Team.
18+
- Conversations about the substance of a proposal should be held in an appropriate forums thread rather than in PR comments. This centralizes the discussion and allows more of the community to participate.

0 commit comments

Comments
 (0)