Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1 KB

contributing-snippets.md

File metadata and controls

22 lines (17 loc) · 1 KB

Contributing to Tiltfile Snippets

Would you like to help improve our Snippet Library?
Submitting a snippet is as straightfoward as submitting a Pull Request.

  1. Fork this repository on GitHub and then clone from your forked version of this repository

  2. Create a file in src/_data/snippets/snippet_name.yml

  3. Copy the following content and modify as applicable

title: Descriptive Name of Your Snippet
description: Explain what your snippet does
code: |
  *Your code goes here*
contributor: Your GitHub Handle (optional)
  1. Commit your changes and submit a Pull Request to the upstream repository of your fork (this one)

  2. A member of the Tilt team will review your snippet and modify it if necessary.
    If we think it's currently not right for our Snippets Library, we'll let you know why.
    We appreciate you taking the time to contribute!