diff options
Diffstat (limited to 'third_party/python/pip-tools/.github/ISSUE_TEMPLATE/feature-request.md')
-rw-r--r-- | third_party/python/pip-tools/.github/ISSUE_TEMPLATE/feature-request.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/third_party/python/pip-tools/.github/ISSUE_TEMPLATE/feature-request.md b/third_party/python/pip-tools/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000..e2c7c5b4ed --- /dev/null +++ b/third_party/python/pip-tools/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,19 @@ +--- +name: Feature request +about: Suggest an idea for this project + +--- + +#### What's the problem this feature will solve? +<!-- What are you trying to do, that you are unable to achieve with pip-tools as it currently stands? --> + +#### Describe the solution you'd like +<!-- A clear and concise description of what you want to happen. --> + +<!-- Provide examples of real-world use cases that this would enable and how it solves the problem described above. --> + +#### Alternative Solutions +<!-- Have you tried to workaround the problem using pip-tools or other tools? Or a different approach to solving this issue? Please elaborate here. --> + +#### Additional context +<!-- Add any other context, links, etc. about the feature here. --> |