Skip to content

Commit 9a741d9

Browse files
Merge pull request #1603 from fossasia/development
chore(release): v1.1.0
2 parents acca5c7 + 142d819 commit 9a741d9

File tree

414 files changed

+7088
-3803
lines changed

Some content is hidden

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

414 files changed

+7088
-3803
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
build:
44
working_directory: ~/code
55
docker:
6-
- image: circleci/android:api-27-alpha
6+
- image: circleci/android:api-28-alpha
77
environment:
88
JVM_OPTS: -Xmx3200m
99
steps:

.github/ISSUE_TEMPLATE

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report to help us improve
4+
5+
---
6+
7+
**Describe the bug**
8+
<!-- A clear and concise description of what the bug is. -->
9+
10+
**To Reproduce**
11+
<!--Steps to reproduce the behavior:
12+
1. Go to '...'
13+
2. Click on '....'
14+
3. Scroll down to '....'
15+
4. See error -->
16+
17+
**Expected behavior**
18+
<!-- A clear and concise description of what you expected to happen. -->
19+
20+
**Logs**
21+
<!-- Please add logs in case of any crash or applicable error. -->
22+
23+
**Screenshots**
24+
<!-- If applicable, add screenshots to help explain your problem. -->
25+
26+
**Smartphone Info:**
27+
<!-- Please complete the following information -->
28+
| | |
29+
|---------------|-|
30+
|Device |<!-- [e.g. Moto G5 Plus] -->|
31+
|Android Version|<!-- [e.g. Oreo 8.1] --> |
32+
33+
**Additional context**
34+
<!-- Add any other context about the problem here. -->
35+
36+
**Would you like to work on the issue?**
37+
<!-- Please let us know if you can work on it or the issue should be assigned to someone else. -->
38+
- [ ] Yes
39+
- [ ] No
40+
- Other:

.github/ISSUE_TEMPLATE/chore.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Chore
3+
about: Issue related to docs, workflow, dependencies and others
4+
5+
---
6+
7+
**Describe the chore**
8+
<!-- A clear and concise description of what you want to do. -->
9+
10+
**Would you like to work on the issue?**
11+
<!-- Please let us know if you can work on it or the issue should be assigned to someone else. -->
12+
- [ ] Yes
13+
- [ ] No
14+
- Other:
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
**Describe the feature you'd like**
8+
<!-- A clear and concise description of what you want to happen. -->
9+
10+
**Screenshots**
11+
<!-- Add screenshots to provide context or UI mockup. -->
12+
13+
**Additional context**
14+
<!-- Add any other context about the problem here. -->
15+
16+
**Would you like to work on the issue?**
17+
<!-- Please let us know if you can work on it or the issue should be assigned to someone else. -->
18+
- [ ] Yes
19+
- [ ] No
20+
- Other:

.github/issue_template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
**Describe the Issue**
2+
<!-- A clear and concise description of the issue. -->
3+
4+
**Would you like to work on the issue?**
5+
<!-- Please let us know if you can work on it or the issue should be assigned to someone else. -->
6+
- [ ] Yes
7+
- [ ] No
8+
- Other:

.github/release-drafter.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name-template: v$NEXT_PATCH_VERSION 🌈
2+
tag-template: v$NEXT_PATCH_VERSION
3+
categories:
4+
- title: 🚀 Features and Enhancements
5+
label: feature
6+
- title: 🐛 Bug Fixes
7+
label: fix
8+
- title: 🧰 Maintenance
9+
label: chore
10+
- title: Libraries and Dependencies
11+
label: dependencies
12+
change-template: '- $TITLE (#$NUMBER) - @$AUTHOR'
13+
template: |
14+
## Changes
15+
16+
$CHANGES
17+
18+
## Contributors
19+
20+
Thanks a lot to our contributors for making this release possible:
21+
$CONTRIBUTORS

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cache:
1717
- "$HOME/.gradle/caches/"
1818
- "$HOME/.gradle/wrapper/"
1919
install:
20-
- echo yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-27"
20+
- echo yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-28"
2121
script:
2222
- ./gradlew build
2323
- ./gradlew testPlayStoreDebugUnitTestCoverage

ISSUE_TEMPLATE/bug.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

ISSUE_TEMPLATE/chore.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)