From 95562fc2d34ef1f07540c9243fe6b9d6ac6f4147 Mon Sep 17 00:00:00 2001 From: Paris Date: Wed, 4 Jun 2025 15:36:43 -0700 Subject: [PATCH] Delete CONTRIBUTING.md unifying the CONTRIBUTING.md materials for swiftlang; there is contributing content on the README and will favor that content --- CONTRIBUTING.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index e36bf969..00000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,10 +0,0 @@ -By submitting a pull request, you represent that you have the right to license -your contribution to Apple and the community, and agree by submitting the patch -that your contributions are licensed under the [Swift -license](https://swift.org/LICENSE.txt). - ---- - -Before submitting the pull request, please make sure you have tested your -changes and that they follow the Swift project [guidelines for contributing -code](https://swift.org/contributing/#contributing-code).