From 658ffecb2cbe6f3951109031090e3d0ac541d7ac Mon Sep 17 00:00:00 2001 From: osanseviero Date: Wed, 22 Nov 2023 23:15:55 +0100 Subject: [PATCH 1/2] Update templates --- .github/ISSUE_TEMPLATE/adding-a-new-task-.md | 21 ------------------- .github/ISSUE_TEMPLATE/bugs.md | 20 ++++++++++++++++++ .../ISSUE_TEMPLATE/documentation-request.md | 14 +++++++++++++ 3 files changed, 34 insertions(+), 21 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/adding-a-new-task-.md create mode 100644 .github/ISSUE_TEMPLATE/bugs.md create mode 100644 .github/ISSUE_TEMPLATE/documentation-request.md diff --git a/.github/ISSUE_TEMPLATE/adding-a-new-task-.md b/.github/ISSUE_TEMPLATE/adding-a-new-task-.md deleted file mode 100644 index 008be7adb..000000000 --- a/.github/ISSUE_TEMPLATE/adding-a-new-task-.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: 'Adding a new task ' -about: Integrate a new task to the Hub -title: Tracking integration for [TASK] -labels: new-task -assignees: '' - ---- - -## Tracking integration of task - **name of task** - -Note that you're not expected to do all of the following steps. This PR helps track all the steps required to get a new task fully supported in the Hub 🔥 - -- [ ] Integration with Inference API. Select at least one of the following: - - [ ] Added a `transformers` `pipeline` - - [ ] Added to Community Inference API for 3rd party library - - [ ] Added to Community Inference API for generic -- [ ] Added basic UI elements (icon, order specification, etc) -- [ ] Added a widget - -Integration guide: https://hf.co/docs/hub/models-tasks diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md new file mode 100644 index 000000000..6dcfb27d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -0,0 +1,20 @@ +--- +name: Bug +about: Report a bug you face in the Hub +title: '' +labels: '' +assignees: '' + +--- + +**This repository is focused on the Hub experience and documentation. If you're facing an issue with a specific library, please open an issue in the corresponding repo** + + +**Bug description.** +A clear and concise description of what the problem is. Ex. Clicking this button is not working when [...] + +**Describe the expected behaviour** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. Please share details such as browser when it's relevant. diff --git a/.github/ISSUE_TEMPLATE/documentation-request.md b/.github/ISSUE_TEMPLATE/documentation-request.md new file mode 100644 index 000000000..1c8a19bd9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation-request.md @@ -0,0 +1,14 @@ +--- +name: Documentation request +about: Suggest an idea for new docs +title: '' +labels: 'docs' +assignees: '' + +--- + +**Doc request** +A clear and concise description of what you would like to see documented or what is unclear. + +**Additional context** +Add any other context or screenshots about the feature request here. From 831a0b1e7a2ce43ad7b635035dbdc6463936234a Mon Sep 17 00:00:00 2001 From: Omar Sanseviero Date: Thu, 23 Nov 2023 16:18:08 +0100 Subject: [PATCH 2/2] Update .github/ISSUE_TEMPLATE/bugs.md Co-authored-by: Pedro Cuenca --- .github/ISSUE_TEMPLATE/bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bugs.md b/.github/ISSUE_TEMPLATE/bugs.md index 6dcfb27d8..e3ad839a4 100644 --- a/.github/ISSUE_TEMPLATE/bugs.md +++ b/.github/ISSUE_TEMPLATE/bugs.md @@ -17,4 +17,4 @@ A clear and concise description of what the problem is. Ex. Clicking this button A clear and concise description of what you want to happen. **Additional context** -Add any other context or screenshots about the feature request here. Please share details such as browser when it's relevant. +Add any other relevant context or screenshots here. Please share details such as browser when appropriate.