Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.22 KB

Contributing.md

File metadata and controls

26 lines (15 loc) · 1.22 KB

Contributing to the ZSH Quickstart Kit

The ZSH Quickstart Kit is a batteries-included starter kit for using zsh.

Table of Contents

Contribution Guidelines

Please only add scripts that have a license attached. I want to avoid the gray area of unlicensed code.

New Features

Please open an issue before starting to code so we can discuss the new feature, especially if it adds new dependency requirements for the kit.

When adding a new feature, please also add zqs-enable-featurename and zqs-disable-featurename functions to .zshrc, and also update the zqs-help function. New features should use the _zqs-get-setting and _zqs-set-setting functions to load any settings they need instead of directly creating cookie files.

Readme

Please update the README to include instructions for your new feature. You don't have to bother with updating the TOC, I'll do that with doctoc after merging your PR.