From 6a3e1518e46402322dc4bc8ff4f57c1cde85aa49 Mon Sep 17 00:00:00 2001 From: Paris Date: Wed, 4 Jun 2025 15:47:56 -0700 Subject: [PATCH] Update CONTRIBUTING.md Updating contributing guide after migrating to the swiftlang GitHub organization. --- CONTRIBUTING.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea140a9..d2bf619 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,4 @@ -## Legal - -By submitting a pull request, you represent that you have the right to license -your contribution to Apple and the Swift project, and agree by submitting the -patch that your contributions are licensed under the Apache 2.0 license (see -`LICENSE.txt`). +# Contributing to Swift CMake Examples ## How to submit a bug report @@ -30,4 +25,4 @@ At this time, examples require [Swift](https://github.com/apple/swift), requirements for other compilers. To contribute new examples, please open a pull request at -https://github.com/apple/swift-cmake-examples. +https://github.com/swiftlang/swift-cmake-examples.