Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Latest commit

 

History

History
16 lines (8 loc) · 547 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (8 loc) · 547 Bytes

Contributing

Thanks for taking a look at this project :)

Here are a few short notes on improving the capabilities of gh-deploy.

  1. Whe leveraging new Github API's , ensure your CLI program is fully compatible with the api's extra options.

For example the Get Deployments API at GET /repos/:owner/:repo/deployments has four request parameters: sha, ref, environment, task.

Ensure that all of these parameters are passable into the CLI even if you chose not to use them in your implementation of the program.