Skip to content

Commit

Permalink
outertune: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mikooomich committed Jan 4, 2025
1 parent cafacdc commit ce0070b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ body:
required: true

- type: textarea
id: sreen-media
id: screen-media
attributes:
label: Screenshots/Screen recordings
description: |
Expand Down Expand Up @@ -85,7 +85,7 @@ body:
attributes:
label: Device & Android version
description: |
You can find this somewhere in your Android settings.
You can find this somewhere in your Android settings. Alternatively, you can install the debug variant of the app from Github actions, navigate to settings -> about, and upload a screenshot of the debug info.
placeholder: |
Example: "Asus Zenfone 8, Android 12"
validations:
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [ ] Translations
- [ ] Codebase improvements or refactors (dev facing)
- [ ] Other
<!-- If you selected Translations, please this pull request only contains tranlations changes, and NO code changes (unless it is absolutely nessesary, please provide a description of why). Please ensure your are able to build and run the app. You can simply delete the next 4 sections as they do not apply. -->
<!-- If you selected Translations, please this pull request only contains translations changes, and NO code changes (unless it is absolutely necessary, please provide a description of why). Please ensure your are able to build and run the app. You can simply delete the next 4 sections as they do not apply. -->

#### Description of the changes in your PR
<!-- While bullet points are the norm in this section, feel free to write free-form text instead of a list -->
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ However, should you choose to opt for self built libraries and/or work on the ex
# Contributing to OuterTune

## Submitting a pull request
To make eveyone's life easier, there are a set of guidlines that are to be followed when submitting pull requests.
To make everyone's life easier, there are a set of guidelines that are to be followed when submitting pull requests.

- One pull request for one feature/issue, please refrain from tackling many features/issues in one pull request
- Write a descriptive title and a meaningful description
Expand Down Expand Up @@ -120,6 +120,6 @@ To make eveyone's life easier, there are a set of guidlines that are to be follo
- The generate json JSON, Entity classes, migration conflict resolution, etc.

## Translations
Follow the [instructions](https://developer.android.com/guide/topics/resources/localization) to add tranlation strings, and then
Follow the [instructions](https://developer.android.com/guide/topics/resources/localization) to add translation strings, and then
create a pull request. **You are also required to build the app beforehand** and make sure there is no error
before you create a pull request.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ recommend [Pano Scrobbler](https://play.google.com/store/apps/details?id=com.arn

## Building & Contributing

We are looking for contrubutors, translators, and maintainers! If you would like to help out, or just wish to build the app yourself, please see the [building and contribution notes](./CONTRIBUTING.md).
We are looking for contributors, translators, and maintainers! If you would like to help out, or just wish to build the app yourself, please see the [building and contribution notes](./CONTRIBUTING.md).

## Donate

Expand Down

0 comments on commit ce0070b

Please sign in to comment.