Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Latest commit

 

History

History
71 lines (50 loc) · 3.29 KB

CONTRIBUTING.md

File metadata and controls

71 lines (50 loc) · 3.29 KB

How to become a contributor and submit your own code

Contributor License Agreements

Please fill out either the individual or corporate Contributor License Agreement (CLA).

  • If you are an individual writing original source code and you're sure you own the intellectual property, then you'll need to sign an individual CLA.
  • If you work for a company that wants to allow you to contribute your work, then you'll need to sign a corporate CLA.

Follow either of the two links above to access the appropriate CLA and instructions for how to sign and return it. Once we receive it, we'll be able to accept your pull requests.

Contributing a Patch

  1. Submit an issue describing your proposed change to the repo in question.
  2. The repo owner will respond to your issue promptly.
  3. If your proposed change is accepted, and you haven't already done so, sign a Contributor License Agreement (see details above).
  4. Fork the desired repo, develop and test your code changes.
  5. Ensure that your code adheres to the existing style in the sample to which you are contributing.
  6. Ensure that your code has an appropriate set of unit tests which all pass.
  7. Submit a pull request!

Contributing a Solution

The Solutions Gallery is accepting Apps Script contributions from the community. If you have an idea for a solution to include, follow these steps:

Step 1

Use this issue template to submit an idea. We define a solution as an end-to-end use case or workflow that solves a real business problem. A solution should solve a plausible business use case. A solution should NOT be a feature or utility of specific products/APIs.

Yes: Manage employee timesheets No: Use the Sheets API onEdit trigger to send notifications

Once you have approval from one of the repo owners, proceed to the next step.

Step 2

Implement your solution and use the template directory to structure your code sample. If your solution involves a spreadsheet, document or presentation, please include sample data in the data directory (see example). You must fill in the README.md with an image or gif for us to surface on the gallery page.

Step 3

Send a pull request when ready for review. When your solution is merged, we will add it to the gallery view.

Issue monitoring

We monitor all feedback for solutions added to the gallery. If we discover a problem with your solution code, we will file an issue against you in this repo. All issues assigned to you should be addressed within two weeks.

We reserve the right to edit or remove solutions in the gallery if they become outdated, lack of maintenance, or another concern. If your solution is removed, you are welcome to resubmit an updated version at a later time.