Skip to content

Commit aeee1fb

Browse files
Update CONTRIBUTING.md
Co-authored-by: John McCall <[email protected]>
1 parent d074e50 commit aeee1fb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ To give clarity of what is expected of our members, Swift has adopted the code o
88

99
## Contributing to Swift Evolution
1010

11-
This repository is not your standard codebase. It houses Swift evolution proposals and related process documents, mostly composed of markdown and text files. We welcome pull requests to this repo 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. The majority of the conversation around Swift's evolution happens on the [forums](https://forums.swift.org/c/evolution/18).
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):
12+
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+
19+
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.
1220

1321
### New proposals pull requests or major modifications
1422
New proposals that follow the [Swift evolution process](process.md) can be submitted as a pull request after the pitch process in the [evolution forums](https://forums.swift.org/c/evolution/pitches/5).

0 commit comments

Comments
 (0)