Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Dec 6, 2023
1 parent 9a8c664 commit c0c746b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/1_bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ body:
required: true

- type: checkboxes
id: environment
id: environment-or-platform
attributes:
label: Environment
description: "The environment I am running in:"
label: Environment/Platform
description: "The environment I am running in, or platform I am developing for:"
options:
- label: "Website/web-app"
- label: "Browser extension"
Expand All @@ -38,9 +38,8 @@ body:
attributes:
label: Reproduction
description: |
Please provide a code sample that reproduces the problem you ran into.
If you have code snippets, error messages, stack traces please provide them here as well.
Important! Use [code tags](https://help.github.com/en/github/writing-on-github/creating-and-highlighting-code-blocks#syntax-highlighting) to correctly format your code.
Please provide a code sample that reproduces the problem you ran into. If you have code snippets, error messages, or stack traces, please provide them here as well.
Important! Use [code tags](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks#syntax-highlighting) to correctly format your code.
placeholder: |
Steps to reproduce the behavior:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2_new_model.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🌟 New model addition"
description: Submit a proposal/request to implement a new model
labels: [ "New model" ]
labels: [ "new model" ]

body:
- type: textarea
Expand Down
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/3_new_pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🔧 New pipeline addition"
description: Submit a proposal/request to implement a new pipeline
labels: [ "New pipeline" ]
labels: [ "new pipeline" ]

body:
- type: textarea
Expand All @@ -10,7 +10,7 @@ body:
attributes:
label: Pipeline description
description: |
Put any and all important information related to the pipeline.
Include important information about the pipeline.
- type: checkboxes
id: information-tasks
Expand All @@ -27,8 +27,7 @@ body:
attributes:
label: Additional information
description: |
Please provide additional information about the pipeline here.
If the pipeline is already supported in Transformers, you can provide example Python code to help ensure the JavaScript implementation (and output) matches the original version.
Please provide additional information about the pipeline here. If the pipeline is already supported in Transformers, you can provide example Python code to help ensure the JavaScript implementation (and output) matches the original version.
- type: textarea
id: contribution
Expand Down
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/4_feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🚀 Feature request"
description: Submit a proposal/request for a new transformers.js feature
labels: [ "feature" ]
labels: [ "enhancement" ]
body:
- type: textarea
id: feature-request
Expand All @@ -9,8 +9,7 @@ body:
attributes:
label: Feature request
description: |
A clear and concise description of the feature proposal.
If the feature is already part of the python [Transformers](https://github.com/huggingface/transformers) library, please provide relevant links or example usage.
A clear and concise description of the feature proposal. If the feature is already part of the [Transformers](https://github.com/huggingface/transformers) library, please provide relevant links or example usage.
- type: textarea
id: motivation
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ contact_links:
about: Open a Pull request / Discussion related to a specific model checkpoint directly on the Hugging Face Hub
- name: Documentation
url: https://huggingface.co/docs/transformers.js
about: View the Transformers.js documentation
about: View the transformers.js documentation

0 comments on commit c0c746b

Please sign in to comment.