Here are some of the guidelines to follow if you intend to contribute!
Gadfly uses Contributor Covenant. Failure to adhere to these standards will result in removal of contributions from the project.
If you want early access, feel free to reach out to me by submitting an issue to this repository.
To install, clone the git repo and make sure to get Clasp set up. You can read more about how to do that over on their repo. You can look at .clasp-example.json, .clasprc-example.json, and creds-example.json for more information on what your files should look like after setting up clasp.
Please follow the coding style of the project.
yarn prettier
reformats the code.yarn lint
runs manually the linting rules.
By contributing your code to this repo, you agree to license your contribution under the MIT license.