Skip to content

Commit

Permalink
[PR] Release 2.0.1 (Fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyalehchylin authored Apr 14, 2020
2 parents 60b02ac + ff7de9c commit ca4d402
Show file tree
Hide file tree
Showing 44 changed files with 2,097 additions and 126 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Bug report
name: Bug report (All platforms)
about: Create a report to help us improve
title: '[Bug] [iOS/Android] '
labels: 'bug'
title: "[Bug] "
labels: bug
assignees: ''

---
Expand Down
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_ANDROID.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Bug report (Android)
about: Create a bug report for Android to help us improve
title: "[Bug] "
labels: bug, android
assignees: ''

---

**Describe the bug**

<!-- A clear and concise description of what the bug is -->


**To Reproduce**

Steps to reproduce the behavior:

1.
2.
3.

**Expected behavior**

<!-- A clear and concise description of what you expected to happen -->


**Screenshots**

<details>
<summary>Open screenshots</summary>

<!-- Screenshots here -->


</details>

**Device:**

- Name: <!-- Device name [e.g. Lenovo P70-A] -->
- OS: <!-- Device OS [e.g. Android 5.1] -->
- Version and build: <!-- Device version & build [e.g. 2.0.50] -->

**Additional context**

<!-- Add any other context about the problem here -->

46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT_IOS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
name: Bug report (iOS)
about: Create a bug report for iOS to help us improve
title: "[Bug] "
labels: bug, ios
assignees: ''

---

**Describe the bug**

<!-- A clear and concise description of what the bug is -->


**To Reproduce**

Steps to reproduce the behavior:

1.
2.
3.

**Expected behavior**

<!-- A clear and concise description of what you expected to happen -->


**Screenshots**

<details>
<summary>Open screenshots</summary>

<!-- Screenshots here -->


</details>

**Device:**

- Name: <!-- Device name [e.g. iPhone X] -->
- OS: <!-- Device OS [e.g. iOS 13.2] -->
- Version and build: <!-- Device version & build [e.g. 2.0.50] -->

**Additional context**

<!-- Add any other context about the problem here -->
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Feature request
about: Suggest an idea for this project
title: '[Feature] [Android/iOS] '
labels: 'feature'
title: "[Feature] "
labels: feature
assignees: ''

---
Expand All @@ -11,14 +11,18 @@ assignees: ''

<!-- A clear and concise description of what the problem is. E.g. 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 -->

18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/UPDATE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Update request
about: Tell us what should be updated in the project or repository
title: "[UPDATE] "
labels: update
assignees: ''

---

**Describe what should be updated**

<!-- A clear and concise description of what you want to be updated (e.g. issue template in GitHub or label text in the mobile app) -->


**Additional context**

<!-- Add any other context or screenshots about the feature request here -->

9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,13 @@ Summary:

<!-- Screenshots here -->


</details>

### Checks

- [ ] Targets the correct branch
- [ ] Documentation for added code
- [ ] Unit tests for added code
- [ ] Works on Android
- [ ] Works on iOS
1 change: 1 addition & 0 deletions graphics/mascot-body.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions graphics/mascot-tail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ca4d402

Please sign in to comment.