Skip to content

Commit

Permalink
reformat *.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Nov 11, 2021
1 parent 877947a commit 4a83008
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Changelog

All major and minor version changes will be documented in this file. Details of
patch-level version changes can be found in [commit messages](../../commits/master).

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Sticker-board for android inspired by uSticker (forked from woosticker).
</p>

## How to use

See the [Tutorial](/TUTORIAL.md) for more information.

## Lint with
Expand All @@ -73,12 +74,14 @@ java -jar .\ktlint --experimental --android --disabled_rules='indent,parameter-l
## Language Information

### Kotlin and Android Version

This app has been written in Kotlin 1.5.0 with the Android Studio IDE.

- The target SDK version is 31 (Android 12)
- The minimum SDK version is 26 (Android 8 Oreo)

#### Download Android Studio

Download the Android Studio IDE from <https://developer.android.com/studio/>.
For Windows, double click the downloaded .exe file and follow the instructions
provided by the installer - it will download the Android emulator and the
Expand Down Expand Up @@ -170,37 +173,44 @@ https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository
## Community Files

### Licence

MIT License
(See the [LICENSE](/LICENSE.md) for more information.)

### Changelog

See the [Changelog](/CHANGELOG.md) for more information.

### Code of Conduct

Online communities include people from many backgrounds. The *Project*
contributors are committed to providing a friendly, safe and welcoming
environment for all. Please see the
[Code of Conduct](https://github.com/FredHappyface/.github/blob/master/CODE_OF_CONDUCT.md)
for more information.

### Contributing

Contributions are welcome, please see the
[Contributing Guidelines](https://github.com/FredHappyface/.github/blob/master/CONTRIBUTING.md)
for more information.

### Security

Thank you for improving the security of the project, please see the
[Security Policy](https://github.com/FredHappyface/.github/blob/master/SECURITY.md)
for more information.

### Support

Thank you for using this project, I hope it is of use to you. Please be aware that
those involved with the project often do so for fun along with other commitments
(such as work, family, etc). Please see the
[Support Policy](https://github.com/FredHappyface/.github/blob/master/SUPPORT.md)
for more information.

### Rationale

The rationale acts as a guide to various processes regarding projects such as
the versioning scheme and the programming styles used. Please see the
[Rationale](https://github.com/FredHappyface/.github/blob/master/RATIONALE.md)
Expand Down

0 comments on commit 4a83008

Please sign in to comment.