Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 889 Bytes

File metadata and controls

36 lines (22 loc) · 889 Bytes

Guidelines for ContentForDevelopers

Table of Contents

PREFACE:

If you disagree or would like to change any of the policies listed in this document, simply make the change right in this document (on your local branch of course) and submit a PR labeled GUIDELINES SUGGESTION

SYNTAX:

Indent using tabs Configured Tab Size: `2`

Branch Naming Convention:

<feat> <-><"camelCase one word description">

Example:

feat-modals

feat-cardLayout

First Contribution:

Please make this your first PR, then dive in wherever!

  • Add your data to the 'db.json' file
  • Add your linked avatar at the bottom of the readme with the rest of us!

Home