Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Add note about SHOPIFY_APP_CLI_LOCAL_PARTNERS (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 authored Nov 5, 2020
1 parent f3d6b13 commit d23176f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ When contributing to the Shopify App CLI, there are a set of [design guidelines]

We track all of our issues in GitHub and [bugs](https://github.com/Shopify/shopify-app-cli/labels/Bug) are labeled accordingly. If you are planning to work on an issue, avoid ones which already have an assignee, where someone has commented within the last two weeks they are working on it, or the issue is labeled with [fix in progress](https://github.com/Shopify/shopify-app-cli/labels/fix%20in%20progress). We will do our best to communicate when an issue is being worked on internally.

### Running against a local environment

This section only applies to Shopify staff:

To run against a local Partners or Identity instance, you can use:

`SHOPIFY_APP_CLI_LOCAL_PARTNERS=1 shopify`

### Reporting new issues

To reduce duplicates, look through open issues before filing one. When [opening an issue](https://github.com/Shopify/shopify-app-cli/issues/new?template=ISSUE.md), complete as much of the template as possible.
Expand Down Expand Up @@ -48,4 +56,4 @@ Each contributor is required to [sign a CLA](https://cla.shopify.com/). This pro

If you are changing the CLI version, please make sure to update all the places that use it:
* ShopifyCLI::VERSION
* Debian package version under `packaging/debian`
* Debian package version under `packaging/debian`

0 comments on commit d23176f

Please sign in to comment.