Skip to content

Instantly share code, notes, and snippets.

View rex50's full-sized avatar
🖐️
Hi there!

Pavitra rex50

🖐️
Hi there!
View GitHub Profile
@rex50
rex50 / commit_standards.md
Last active November 17, 2021 05:46 — forked from sz32/commit_standards.md
Below is a recommended format for writing a commit messages, for finding a commit faster and easier 😎

A properly formed Git commit subject line should always be able to complete the following sentence:

  • If applied, this commit

Format:

[type](optional scope): [subject]

[optional body]

package br.com.nglauber.jetpackcomposeplayground.screens
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.LazyRow
import androidx.compose.foundation.lazy.items
import androidx.compose.foundation.shape.RoundedCornerShape
import androidx.compose.material.MaterialTheme
import androidx.compose.material.Text