This repository is for feedback, bug reports and external issue tracking in accordance with GitHub's public issue tracking standards.
Cloning this repository is discouraged if simply using for scripting within the Google suite of products.
You can use this repository to copy templates for scripts and transfer actionable issues to relevant repositories.
Short Term
- Build Google Forms Scripts to convert external forms into issues (achieved in Issue #3)
- Create guided walkthrough for USAGE.md
- Create
template.gs
file for contributers to start from - Create "Google Form to Issue" string conversion formats:
- Bug Report
- Feature Request
- Abuse Report
- Create labels for various project aspects (i.e.
flutter-app
,iOS
,Android
,API
etc.) - Create labels for testing groups (i.e.
beta-release
,stable-release
etc.)
Long Term
- Integrate with some form of passive in-app bug reporting tool like Sentry.io
- Use Github API to generate a monthly summary dashboard of issues
- Create OAuth App to manage pipeline
You will be able to push code to this repository using the Google Script Engine Github Extension (Pulling from the Google script editor not recomennded as this will flood your script project with other unnecessary scripts).
- Google Script Engine Chrome GitHub Extension
- @EventHopper-Support GitHub Token (refer to documentation)
Review USAGE.md
- The .gs files are basically javascript files run from the script editor on V8 Runtime (the same javascript engine that runs Google Chrome and Node.js).