Update issue templates

This commit is contained in:
Joshua Lochner 2023-03-21 22:34:32 +02:00 committed by GitHub
parent b48a6095bb
commit d7c6638a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
name: Ask a question
about: Ask a question about the library
title: "[Question] Title goes here."
labels: question
assignees: ''
---
<!-- QUESTION GOES HERE -->

40
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,40 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug] Title goes here."
labels: bug
assignees: ''
---
**Describe the bug**
*A clear and concise description of what the bug is.*
<!-- ANSWER GOES HERE -->
**How to reproduce**
*Steps or a minimal working example to reproduce the behavior*
<!-- ANSWER GOES HERE -->
**Expected behavior**
*A clear and concise description of what you expected to happen.*
<!-- ANSWER GOES HERE -->
**Logs/screenshots**
*If applicable, add logs/screenshots to help explain your problem.*
**Environment**
- Transformers.js version:
- Browser (if applicable):
- Operating system (if applicable):
- Other:
**Additional context**
*Add any other context about the problem here.*
<!-- ANSWER GOES HERE -->

View File

@ -0,0 +1,26 @@
---
name: Feature request
about: Suggest a new feature (e.g., model, pipeline, task) for this project
title: "[Feature request] Title goes here."
labels: enhancement
assignees: ''
---
**Name of the feature**
*In general, the feature you want added should be supported by HuggingFace's [transformers](https://github.com/huggingface/transformers) library:*
- *If requesting a **model**, it must be listed [here](https://huggingface.co/docs/transformers/index#supported-models).*
- *If requesting a **pipeline**, it must be listed [here](https://huggingface.co/docs/transformers/main_classes/pipelines).*
- *If requesting a **task**, it must be listed [here](https://huggingface.co/tasks).*
<!-- ANSWER GOES HERE -->
**Reason for request**
*Why is it important that we add this feature? What is your intended use case? Remember, we are more likely to add support for models/pipelines/tasks that are popular (e.g., many downloads), or contain functionality that does not exist (e.g., new input type).*
<!-- ANSWER GOES HERE -->
**Additional context**
*Add any other context or screenshots about the feature request here.*