Skip to content

Commit

Permalink
Initial commit for open source
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmishal committed Mar 15, 2022
1 parent 6622c97 commit d6fb6a7
Show file tree
Hide file tree
Showing 646 changed files with 63,496 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.epub binary
*.asc -merge
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Expected behavior
_[what you expected to happen]_

### Actual behavior
_[what actually happened]_

### Steps to reproduce

1. ...
2. ...

### If possible, minimal yet complete reproducer code (or URL to code)

_[anything to help us reproducing the issue]_

### Swift.org version/commit hash

_[the tag/commit hash]_

### Swift & OS version (output of `swift --version && uname -a`)
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
13 changes: 13 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
_[One line description of your change]_

### Motivation:

_[Explain here the context, and why you're making that change. What is the problem you're trying to solve.]_

### Modifications:

_[Describe the modifications you've done.]_

### Result:

_[After your change, what will change.]_
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Temporary files.
*~

# Xcode user data.
xcuserdata

# Finder metadata
.DS_Store

# Built site content.
/_site

# Jekyll metadata
.jekyll-metadata

# Asset Cache
.asset-cache

# Build output
.output
25 changes: 25 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Allen Denison <allendenison@apple.com> <allendenison@AllensMacBookPro.local>
Allen Denison <allendenison@apple.com> <allendenison@il0304b-dhcp04.apple.com>
Allen Denison <allendenison@apple.com> <allendenison@users.noreply.github.com>
Allen Denison <allendenison@apple.com> <allendenison@AllensMacBookPro.local>
Ankit Aggarwal <ankit_aggarwal@apple.com> <ankit.spd@gmail.com>
Argyrios Kyrtzidis <kyrtzidis@apple.com> <akyrtzi@gmail.com>
Chris Lattner <clattner@apple.com> <lattner@users.noreply.github.com>
Daniel Dunbar <daniel_dunbar@apple.com> <daniel@zuster.org>
Franklin Schrans <fschrans@apple.com> <f.schrans@me.com>
Konrad `ktoso` Malawski <ktoso@apple.com> <konrad.malawski@project13.pl>
Konrad `ktoso` Malawski <ktoso@apple.com> <konrad_malawski@apple.com>
Kyle Murray <kyle_murray@apple.com> <krilnon@users.noreply.github.com>
Marcus Ortiz <212918+mportiz08@users.noreply.github.com> <mportiz08@gmail.com>
Mattt Thompson <mattt.thompson@apple.com> <mattt@users.noreply.github.com>
Michael Ilseman <milseman@apple.com> <michael.ilseman@gmail.com>
Mishal Shah <mishal_shah@apple.com> <shahmishal@users.noreply.github.com>
Mishal Shah <mishal_shah@apple.com> <mishal_shah@apple.com>
Nate Cook <natecook@apple.com> <natecook1000@users.noreply.github.com>
Nicole Jacque <jacque@apple.com> <nicole@Nicoles-MBP.attlocal.net>
Nicole Jacque <jacque@apple.com> <nicole@Nicoles-MacBook-Pro.local>
Nicole Jacque <jacque@apple.com> <jacque@mac.com>
Nicole Jacque <jacque@apple.com> najacque <jacque@apple.com>
Pavel Yaskevich <pyaskevich@apple.com> <xedin@apache.org>
Ted Kremenek <kremenek@apple.com> <tkremenek@Teds-MacBook-Pro.local>
Tom Doron <tomer@apple.com> <tomer@apple.com>
10 changes: 10 additions & 0 deletions 404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: default
title: "Not Found"
permalink: /404.html
---

# Not Found

The page you’re looking for can’t be found.

9 changes: 9 additions & 0 deletions 500.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: default
title: "Internal Server Error"
permalink: /500.html
---

# Internal Server Error

The server encountered an error and was unable to complete your request.
Loading

0 comments on commit d6fb6a7

Please sign in to comment.