forked from Portkey-AI/gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/portkey-mustache-package
- Loading branch information
Showing
4 changed files
with
110 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Bug Report | ||
description: Report any issue with the project | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What Happened? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: What Should Have Happened? | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: code-snippet | ||
attributes: | ||
label: Relevant Code Snippet | ||
validations: | ||
required: false | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Your Twitter/LinkedIn | ||
description: When the bug get fixed, we'd like to thank you publicly for reporting it. | ||
validations: | ||
required: false |
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,8 +1,8 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Portkey Community Support | ||
- name: Discord for Support & Discussions | ||
url: https://discord.com/invite/DD7vgKK299 | ||
about: Please ask and answer questions here. | ||
- name: Portkey Bounty | ||
url: https://discord.com/invite/DD7vgKK299 | ||
about: Please report security vulnerabilities here. | ||
about: Hang out with the community of LLM practitioners and resolve your issues fast | ||
- name: Get on a Call | ||
url: https://calendly.com/rohit-portkey/noam | ||
about: Get a tailored demo for your use cases |
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,25 @@ | ||
name: Feature Request | ||
description: Suggest a new provider to integrate, new features, or something more | ||
title: "[Feature] " | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
id: feature | ||
attributes: | ||
label: What Would You Like to See with the Gateway? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: context | ||
attributes: | ||
label: Context for your Request | ||
description: Why you want this feature and how it beneits you. | ||
validations: | ||
required: false | ||
- type: input | ||
id: contact | ||
attributes: | ||
label: Your Twitter/LinkedIn | ||
description: If we work on this request, we'd like to thank you publicly for suggesting it. | ||
validations: | ||
required: false |
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