Skip to content

Commit ff972f1

Browse files
franklinschamigibitjammertalzagd-ronnqvist
committed
Initial commit for open source
Co-authored-by: Alex Migicovsky <[email protected]> Co-authored-by: Ashley Garland <[email protected]> Co-authored-by: Daniel Strokis <[email protected]> Co-authored-by: David Rönnqvist <[email protected]> Co-authored-by: Ethan Kusters <[email protected]> Co-authored-by: Jack Lawrence <[email protected]> Co-authored-by: Junior Bontognali <[email protected]> Co-authored-by: Marcus Ortiz <[email protected]> Co-authored-by: Marin Todorov <[email protected]> Co-authored-by: Mashfique Anwar <[email protected]> Co-authored-by: Nate Cook <[email protected]> Co-authored-by: Sara Radi <[email protected]> Co-authored-by: TJ Usiyan <[email protected]> Co-authored-by: Victoria Mitchell <[email protected]>
0 parents  commit ff972f1

File tree

912 files changed

+113454
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

912 files changed

+113454
-0
lines changed

.github/pull_request_template.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Bug/issue #, if applicable:
2+
3+
## Summary
4+
5+
_Provide a description of what your PR addresses, explaining the expected user experience.
6+
Also, provide an overview of your implementation._
7+
8+
## Dependencies
9+
10+
_Describe any dependencies this PR might have, such as an associated branch in another repository._
11+
12+
## Testing
13+
14+
_Describe how a reviewer can test the functionality of your PR. Provide test content to test with if
15+
applicable._
16+
17+
Steps:
18+
1. _Provide setup instructions._
19+
2. _Explain in detail how the functionality can be tested._
20+
21+
## Checklist
22+
23+
Make sure you check off the following items. If they cannot be completed, provide a reason.
24+
25+
- [ ] Added tests
26+
- [ ] Ran the `./bin/test` script and it succeeded
27+
- [ ] Updated documentation if necessary

.gitignore

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This source file is part of the Swift.org open source project
2+
#
3+
# Copyright (c) 2021 Apple Inc. and the Swift project authors
4+
# Licensed under Apache License v2.0 with Runtime Library Exception
5+
#
6+
# See https://swift.org/LICENSE.txt for license information
7+
# See https://swift.org/CONTRIBUTORS.txt for Swift project authors
8+
9+
.DS_Store
10+
.build
11+
/Packages
12+
*.pbxuser
13+
*.mode1v3
14+
xcuserdata
15+
User Interface State
16+
_Store
17+
*.xcscmblueprint
18+
*.db-shm
19+
*.db-wal
20+
DerivedData
21+
/*.xcodeproj
22+
docc-dist-build
23+
.docc-build
24+
.swiftpm

CODE_OF_CONDUCT.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Code of Conduct
2+
3+
The code of conduct for this project can be found at https://swift.org/code-of-conduct.
4+
5+
<!-- Copyright (c) 2021 Apple Inc and the Swift Project authors. All Rights Reserved. -->

0 commit comments

Comments
 (0)