-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2478 from pypa/feature/2477
Feature/2477 Change python -m pipenv.help to pipenv --support
- Loading branch information
Showing
8 changed files
with
118 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,37 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
Be sure to check the existing issues (both open and closed!). | ||
|
||
Describe the issue briefly here. | ||
|
||
Please run `$ python -m pipenv.help`, and paste the results here. | ||
|
||
If you're on MacOS, just run the following: | ||
|
||
$ python -m pipenv.help | pbcopy | ||
|
||
------------ | ||
|
||
##### Expected result | ||
|
||
Describe what you expected. | ||
|
||
##### Actual result | ||
|
||
When possible, provide the verbose output (`--verbose`), especially for locking and dependencies resolving issues. | ||
|
||
##### Steps to replicate | ||
|
||
Provide the steps to replicate (which usually at least includes the commands and the Pipfile). | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
Be sure to check the existing issues (both open and closed!). | ||
|
||
------------ | ||
|
||
##### Issue description | ||
|
||
Describe the issue briefly here. | ||
|
||
##### Expected result | ||
|
||
Describe what you expected. | ||
|
||
##### Actual result | ||
|
||
When possible, provide the verbose output (`--verbose`), especially for locking and dependencies resolving issues. | ||
|
||
##### Steps to replicate | ||
|
||
Provide the steps to replicate (which usually at least includes the commands and the Pipfile). | ||
|
||
------------- | ||
|
||
Please run `$ pipenv --support`, and paste the results here. Don't put backticks (`` ` ``) around it! The output already contains Markdown formatting. | ||
|
||
If you're on macOS, run the following: | ||
|
||
$ pipenv --support | pbcopy | ||
|
||
If you're on Windows, run the following: | ||
|
||
> pipenv --support | clip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,22 @@ | ||
--- | ||
name: Usage / Requests for Help | ||
about: Requests for assistance or general usage guidance. | ||
|
||
--- | ||
|
||
Please refer to our [StackOverflow tag](https://stackoverflow.com/questions/tagged/pipenv) for more information. | ||
--- | ||
name: Usage / Requests for Help | ||
about: Requests for assistance or general usage guidance. | ||
|
||
--- | ||
|
||
Please refer to our [StackOverflow tag](https://stackoverflow.com/questions/tagged/pipenv) for more information. | ||
|
||
If Pipenv is not functioning as you would like it to, consider filing either a bug report, or a feature request instead. | ||
|
||
|
||
------------- | ||
|
||
Please run `$ pipenv --support`, and paste the results here. Don't put backticks (`` ` ``) around it! The output already contains Markdown formatting. | ||
|
||
If you're on macOS, run the following: | ||
|
||
$ pipenv --support | pbcopy | ||
|
||
If you're on Windows, run the following: | ||
|
||
> pipenv --support | clip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
Be sure to check the existing issues (both open and closed!). | ||
|
||
##### Is your feature request related to a problem? Please describe. | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
##### Describe the solution you'd like | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
##### Describe alternatives you've considered | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
##### Additional context | ||
|
||
Add any other context or screenshots about the feature request here. It may be a good idea to mention that platform and Python version you are on. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Added new flag ``pipenv --support`` to replace the diagnostic command ``python -m pipenv.help``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters