Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebaltazar committed Aug 17, 2022
0 parents commit ba557e8
Show file tree
Hide file tree
Showing 1,331 changed files with 1,020,666 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
35 changes: 35 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Overview

<!-- Describe your changes here. -->

## Issues Resolved
<!-- Please use the format "fixes #xx" -->

- fixes #

## API Changes
<!-- List all changes here (or just put None) -->

None

## Platforms Affected
<!-- Please list all platforms affected by these changes -->

- All
- iOS
- Android
- Web
- Api

## Behavioral Changes
<!-- Describe any changes that may change how a user's app behaves or appears when upgrading to this version of the codebase. -->

None

## Testing Procedure
<!-- Please list the steps that should be taken to properly test these changes on each relevant platform. If you were unable to test these changes yourself on any or all platforms, please let us know. Also, if you are able to attach a video of your test run, you will be our personal hero. -->

## PR Checklist

- [ ] Rebased on top of the target branch at time of PR
- [ ] Changes adhere to coding standard
Loading

0 comments on commit ba557e8

Please sign in to comment.