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..e3ad839a4 --- /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 relevant context or screenshots here. Please share details such as browser when appropriate. 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.