-
-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix VITE_BASE_API to be relative on build to support remote hosting
- Loading branch information
1 parent
e7659c9
commit 3381eb8
Showing
11 changed files
with
544 additions
and
258 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 @@ | ||
github: Mintplex-Labs |
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,43 @@ | ||
name: 🐛 Bug Report | ||
description: File a bug report for VectorAdmin | ||
title: "[BUG]: " | ||
labels: [possible bug] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Use this template to file a bug report for VectorAdmin. Please be as descriptive as possible to allow everyone to replicate and solve your issue. | ||
|
||
Want help contributing a PR? Use our repo chatbot by OnboardAI! https://app.getonboardai.com/chat/github/mintplex-labs/vector-admin | ||
|
||
- type: dropdown | ||
id: runtime | ||
attributes: | ||
label: How are you running VectorAdmin? | ||
description: VectorAdmin can be run in many environments, pick the one that best represents where you encounter the bug. | ||
options: | ||
- Docker (local) | ||
- Docker (remote machine) | ||
- Local development | ||
- Not listed | ||
default: 0 | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: what-happened | ||
attributes: | ||
label: What happened? | ||
description: Also tell us, what did you expect to happen? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Are there known steps to reproduce? | ||
description: | | ||
Let us know how to reproduce the bug and we may be able to fix it more | ||
quickly. This is not required, but it is helpful. | ||
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: ✨ New Feature suggestion | ||
description: Suggest a new feature for VectorAdmin! | ||
title: "[FEAT]: " | ||
labels: [enhancement, feature request] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Share a new idea for a feature or improvement. Be sure to search existing | ||
issues first to avoid duplicates. | ||
Want help contributing a PR? Use our repo chatbot by OnboardAI! https://app.getonboardai.com/chat/github/mintplex-labs/vector-admin | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What would you like to see? | ||
description: | | ||
Describe the feature and why it would be useful to your use-case as well as others. | ||
validations: | ||
required: true |
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,13 @@ | ||
name: 📚 Documentation improvement | ||
title: "[DOCS]: " | ||
description: Report an issue or problem with the documentation. | ||
labels: [documentation] | ||
|
||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe the issue with the documentation that is giving you trouble or causing confusion. | ||
validations: | ||
required: true |
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,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: 🧑🤝🧑 Community Discord | ||
url: https://discord.gg/6UyHPeGZAC | ||
about: Interact with the Mintplex Labs community here by asking for help, discussing and more! |
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
Oops, something went wrong.