Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (17 loc) · 1.47 KB

File metadata and controls

28 lines (17 loc) · 1.47 KB

Contributing

You can find our repo at https://github.com/theta-tools/theta-tools

Anyone is welcome to contribute a component, just follow the steps below to learn how.

Issues are always welcome, but if you're planning to modify code, and contribute new code, please follow the steps below.

Firstly, read the Contributing Guide
Then, follow our Contribution Plan to get setup with files and guidelines

If you're a contributor and in our Discord, you can let us know and we'll give you a special role

Contributing Guide

If you want to contribute to Theta Tools , that's great! We're always looking for more contributions. But, we ask that you follow certain guidelines when contributing.

  • Please correctly format your issues and pull requests
  • Please follow the guidelines in the Contribution Plan
  • [V0.5+] Never commit directly to the Main branch. Open a new branch for commits
    • Please name your branch according to the following specification YOURUSERNAME/BRANCH-AIM. E.G: IzMichael/Add-ContactForm-Component

Code Formatting

We only have a few guidelines for formatting code,

  • Please use 4 spaces for indentation
  • Use comments where necessary to explain the functions of certain sections