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
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
Mainbranch. Open a new branch for commits- Please name your branch according to the following specification
YOURUSERNAME/BRANCH-AIM. E.G:IzMichael/Add-ContactForm-Component
- Please name your branch according to the following specification
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