Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 1.06 KB

Contributing

Tech Skills Assessment

Please take a few minutes to fill out our brief Tech Skills Assessment. This will provide our tech leads with a sense of your proficiencies and availability so that they might allocate your skills and time most efficiently.

Git Flow

We recommend using Git Flow as a development workflow for incorporating new features and fixes and issuing releases.

Code Quality

  • Do your best to provide test coverage for all of your code. As developers, we understand that challenging timelines and circumstances often force us to forego best practices such as testing.

  • We also recommend implementing and following a coding style guide to ensure consistency and increase the readability of your work throughout your project. Some helpful tools include: