Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: 🐞 Bug Report
url: https://github.com/langfuse/langfuse/issues/new?labels=%F0%9F%90%9E%E2%9D%94+unconfirmed+bug,Experiment+Action&template=bug_report.yml&title=bug(experiment-action)%3A+
url: https://github.com/langfuse/langfuse/issues/new?labels=%F0%9F%90%9E%E2%9D%94+unconfirmed+bug,experiment-action&template=bug_report.yml&title=bug(experiment-action)%3A+
about: Create a bug report to help us improve the Experiment Action.
- name: 💡 Feature Request
url: https://github.com/orgs/langfuse/discussions/new?category=ideas&title=Experiment+Action%3A%20&labels=Experiment+Action
url: https://github.com/orgs/langfuse/discussions/new?category=ideas&title=Experiment+Action%3A%20&labels=experiment-action
about: Suggest any ideas you have using our discussion forums.
- name: 🤗 Get Help
url: https://github.com/orgs/langfuse/discussions/new?category=support&title=Experiment+Action%3A%20&labels=Experiment+Action
url: https://github.com/orgs/langfuse/discussions/new?category=support&title=Experiment+Action%3A%20&labels=experiment-action
about: If you can't get something to work the way you expect, open a question in our discussion forums.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ repository — blank issues on this repo are disabled to keep reporting in
one place.

- **Bug in the action** or **bug in Langfuse itself (SDK, API, UI)** →
open a bug report in `langfuse/langfuse` with the `Experiment Action`
open a bug report in `langfuse/langfuse` with the `experiment-action`
label. The links under "New issue" on this repo route there
automatically.
- **Feature requests** → the `ideas` category in
Expand Down
Loading