yage
bffd64051c
===================================================================== Finally decided to port personal scripts into a standalone library. --- Release Notes ------------------------ - added support for python, zsh, and zx scripts - added support for "interactive" scripts which drop the user to a REPL - added support for passing arguments to commands - added support for python/node virtualenv management through scwrypts - added contributing and usage docs - updated zsh plugin to write commands to history - licensed under GPLv3 --- New Scripts -------------------------- zsh/scwrypts ) - configure - environment/copy - environment/delete - environment/edit - environment/synchronize - logs/clear - logs/view zsh ) - aws/ecr/login - aws/efs/mount - aws/efs/unmount - aws/route53/backup - aws/s3/media-sync/pull - aws/s3/media-sync/push python ) - redis/interactive
11 lines
501 B
Markdown
11 lines
501 B
Markdown
# Contributing
|
|
|
|
Please note the [Code of Conduct](./CODE_OF_CONDUCT.md) which all contributors are expected to follow.
|
|
|
|
## Ideas / Issues / Pull Requests
|
|
Since everyone's time is valuable, the policy is simple: **try not to create a duplicate**.
|
|
Just do a quick search before you open a new issue.
|
|
|
|
As a reminder: if you are putting lots of hours into a pull request, 1) thank you, and 2) **mention it somewhere**.
|
|
It would suck to spend lots of time making something and have someone beat you to it.
|