From a689d0bfd66067f3a3efe8798aaf51df2c2d0a9c Mon Sep 17 00:00:00 2001 From: Sarath S <53013721+Sharkaboi@users.noreply.github.com> Date: Sat, 19 Dec 2020 23:07:32 +0530 Subject: [PATCH 1/5] Create android.yml --- .github/workflows/android.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/android.yml diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml new file mode 100644 index 0000000..1d4bd1e --- /dev/null +++ b/.github/workflows/android.yml @@ -0,0 +1,23 @@ +name: Gradle build + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + - name: Grant execute permission for gradlew + run: chmod +x gradlew + - name: Build with Gradle + run: ./gradlew build From 961cd7e09b96d1b0a034ceffb9297ca47bf1b1d6 Mon Sep 17 00:00:00 2001 From: Sarath S <53013721+Sharkaboi@users.noreply.github.com> Date: Sat, 19 Dec 2020 23:08:59 +0530 Subject: [PATCH 2/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..1015322 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +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. + +**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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..bbcbbe7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. From 61858d2f705d938f17888fe85af338b55c89235b Mon Sep 17 00:00:00 2001 From: Sarath S <53013721+Sharkaboi@users.noreply.github.com> Date: Sat, 19 Dec 2020 23:09:39 +0530 Subject: [PATCH 3/5] Create FUNDING.yml --- .github/FUNDING.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..429446c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: sharkaboi +tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] From 66c7ddb4d4cd2316e6759e2246f514ca5a7ff427 Mon Sep 17 00:00:00 2001 From: Sarath S <53013721+Sharkaboi@users.noreply.github.com> Date: Sat, 19 Dec 2020 23:11:33 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bd1fa8f..741302a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -#
Jokes
Jokes
- + @@ -9,7 +9,7 @@
## Screenshots -![](./assets/showcase.png) +![](./assets/Showcase.png) ## Uses * Kotlin @@ -31,4 +31,4 @@ ## Releases -Check [here](https://github.com/Sharkaboi/Jokes/releases) for releases. \ No newline at end of file +Check [here](https://github.com/Sharkaboi/Jokes/releases) for releases. From 26f593a400f3434921dc7880ce74fb045c39befe Mon Sep 17 00:00:00 2001 From: Sarath S <53013721+Sharkaboi@users.noreply.github.com> Date: Sat, 19 Dec 2020 23:21:44 +0530 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 741302a..776553d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@