Add: PR template and missing EOF new lines

This commit is contained in:
Carlos Martinez
2021-06-15 19:55:31 -04:00
parent 9dcad984b1
commit 35defd1eef
7 changed files with 11 additions and 6 deletions

5
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,5 @@
## Summary
## Changes
## Screenshots

View File

@@ -12,4 +12,4 @@
android:theme="@style/Theme.Acronyms"
/>
</manifest>
</manifest>

View File

@@ -7,4 +7,4 @@
<color name="teal_700">#FF018786</color>
<color name="black">#FF000000</color>
<color name="white">#FFFFFFFF</color>
</resources>
</resources>

View File

@@ -1,3 +1,3 @@
<resources>
<string name="app_name">Acronyms</string>
</resources>
</resources>

View File

@@ -16,4 +16,4 @@
</item>
<!-- Customize your theme here. -->
</style>
</resources>
</resources>

View File

@@ -24,4 +24,4 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}
}

View File

@@ -16,4 +16,4 @@ org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
# https://developer.android.com/topic/libraries/support-library/androidx-rn
android.useAndroidX=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.code.style=official