chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
---
|
||||
name: Bug Report
|
||||
about: Use this template to report a bug.
|
||||
title: "[Short summary of the bug]"
|
||||
labels: needs triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Briefly summarize the issue. INCLUDE the exact code you are trying to run! Ideally in a self-contained script so we can reproduce your bug. -->
|
||||
|
||||
# Stack trace
|
||||
|
||||
<!-- If applicable, please include a full stack trace here. If you need to omit
|
||||
the bottom of the stack trace (e.g. it includes stack frames from your private
|
||||
code), that is okay. Try to include all cleanlab stack frames. -->
|
||||
|
||||
# Steps to reproduce
|
||||
|
||||
<!-- Be as detailed as possible here. If possible, include a self-contained
|
||||
runnable example that demonstrates the issue. Remember to supply any data
|
||||
necessary to run your example, or construct your example with synthetic data.
|
||||
This is not strictly required, but the more detailed your bug report, the more
|
||||
quickly we can help you and fix the bug. -->
|
||||
|
||||
# Additional information
|
||||
|
||||
- **Cleanlab version**: <!-- `cleanlab.__version__`, or the git commit hash if you're using an unreleased version -->
|
||||
- **Operating system**: <!-- e.g. macOS 12.1, Ubuntu 20.04, Windows 10 -->
|
||||
- **Python version**: <!-- you can find this with `python --version` -->
|
||||
|
||||
<!-- Please include any other information that could be helpful for debugging. -->
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: Use this template to ask for new functionality in cleanlab.
|
||||
title: "[Short summary of the feature]"
|
||||
labels: needs triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Briefly summarize the proposed feature. -->
|
||||
|
||||
# Details
|
||||
|
||||
<!--
|
||||
Describe your proposed feature in more detail. INCLUDE the exact code you are trying to run or would like to see, if your question is related to code. Answer any of the following
|
||||
questions that you can:
|
||||
* What is the problem you're trying to solve?
|
||||
* What tasks or workflows would be enabled by having support for your
|
||||
proposed feature in cleanlab?
|
||||
* Can you share code snippets or pseudocode describing uses of your feature?
|
||||
* Can you share any datasets that can help us assess the usefulness of the
|
||||
proposed feature?
|
||||
* Have you considered any alternatives to your proposed feature/design?
|
||||
* How are you working around the lack of native support for your proposed
|
||||
feature?
|
||||
-->
|
||||
@@ -0,0 +1,17 @@
|
||||
---
|
||||
name: Help
|
||||
about: Use this template to ask for help.
|
||||
title: "[Short summary of the question]"
|
||||
labels: question
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Please be as detailed as possible in your question. INCLUDE the exact code you are trying to run, if your question is related to code.
|
||||
|
||||
We will answer questions posted here, but you will likely get an answer faster
|
||||
by posting in our Slack Community:
|
||||
|
||||
https://cleanlab.ai/slack
|
||||
-->
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: Other
|
||||
about: Use this template when no other template applies.
|
||||
title: "[Short summary of the issue]"
|
||||
labels: needs triage
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Please be as detailed as possible in your issue. INCLUDE the exact code you are trying to run, if your question is related to code. -->
|
||||
Reference in New Issue
Block a user