Soviii / wishing-well

0 stars 0 forks source link

Setup repo - permissions, PAT, and branch conventions #1

Closed Soviii closed 7 months ago

Soviii commented 7 months ago

Ensure that for every pull request there must be a reviewer to approve of it.

Ensure admin permissions to any branch (no need to worry about improper use from collaborators)

Ensure branch conventions are in place and followed for future development

Soviii commented 7 months ago

Conventions

Variables and Functions - Camel Case Branches - lower case words separated by dashes (ex: hi-my-name-is-thelegend27) Comments for functions - brief description and what each parameter, if any, is suppose to be (both data type and what info)