Skip to content

usdevs/laundro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing

Branching

  • Long-lived branch: main
  • Documentation branch: docs

Create a branch off main to start working on a feature/bugfix/test suite.

git branch <branch-type>/<description>

# Example
# git branch feature/optimize-logging
Branch Type Description
feature brief explanation of what this feature entails
bugfix what is the bug
testing which component are you testing
devops anything related to CI/deployment
doc what are you updating in the docs

description should be not include any whitespaces. Separate it with dashes/underscores.

Pull Requests

  • Clear and readable PR titles
  • Add the appropriate label
  • Include a brief summary

would be good to include some sample code blocks and descriptions if the change is related to logic/structure

Linting & Formatting

TODO

About

make laundry chill

Topics

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •