diff --git a/.github/ISSUE_TEMPLATE/add_documentation_report.yml b/.github/ISSUE_TEMPLATE/add_documentation_report.yml new file mode 100644 index 0000000000..f8ad3619dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add_documentation_report.yml @@ -0,0 +1,18 @@ +name: "\U0001F4DA Add a documentation report" +description: "Have you spotted a typo or mistake in our docs?" +title: "[DOCS]" +labels: [] +assignees: [] + +body: + - type: markdown + attributes: + value: "Thank you for reporting a documentation mistake! Before you get started, please [search to see](https://github.com/argilla-io/argilla/issues) if an issue already exists for the bug you encountered." + + - type: textarea + id: doc_report + attributes: + label: "Which page or section is this issue related to?" + description: "Please include the URL and/or source." + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/bug_python_deployment.yml b/.github/ISSUE_TEMPLATE/bug_python_deployment.yml new file mode 100644 index 0000000000..152a59ad7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_python_deployment.yml @@ -0,0 +1,66 @@ +name: "\U0001FAB2 Bug report: Python/Deployment" +description: "Report Python or Deployment bugs and unexpected behavior." +title: "[BUG-python/deployment]" +labels: [] +assignees: [] + +body: + - type: markdown + attributes: + value: "Thank you for reporting a bug! Before you get started, please [search to see](https://github.com/argilla-io/argilla/issues) if an issue already exists for the bug you encountered." + + - type: textarea + id: bug_description + attributes: + label: "Describe the bug" + description: "A clear and concise description of the bug." + validations: + required: true + + - type: textarea + id: stacktrace + attributes: + label: "Stacktrace and code to create the bug" + description: "The code to reproduce the behavior." + placeholder: | + ```python + my_python_code + ``` + ```bash + my_bash_code + ``` + validations: + required: false + + - type: textarea + id: expected_behavior + attributes: + label: "Expected behavior" + description: "A clear and concise description of what you expected to happen." + validations: + required: false + + - type: textarea + id: environment + attributes: + label: "Environment" + description: "Since version 1.16.0 you can use `python -m argilla info` command to easily get the used versions." + value: | + - Argilla Version [e.g. 1.0.0]: + - ElasticSearch Version [e.g. 7.10.2]: + - Docker Image (optional) [e.g. argilla:v1.0.0]: + validations: + required: false + + - type: textarea + id: additional_context + attributes: + label: "Additional context" + description: "Add any other relevant information." + validations: + required: false + + - type: markdown + attributes: + value: | + 📌 Make sure you have provided all the required information in each section so we can support you properly. diff --git a/.github/ISSUE_TEMPLATE/bug_ui_ux.yml b/.github/ISSUE_TEMPLATE/bug_ui_ux.yml new file mode 100644 index 0000000000..673acad68b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_ui_ux.yml @@ -0,0 +1,74 @@ +name: "\U0001F41E Bug report: UI/UX" +description: "Report UI or UX bugs and unexpected behavior." +title: "[BUG-UI/UX]" +labels: [] +assignees: [] + +body: + - type: markdown + attributes: + value: "Thank you for reporting a UI/UX bug! Before you get started, please [search to see](https://github.com/argilla-io/argilla/issues) if an issue already exists for the bug you encountered." + + - type: textarea + id: bug_description + attributes: + label: "Describe the bug" + description: "A clear and concise description of the bug." + validations: + required: true + + - type: textarea + id: to_reproduce + attributes: + label: "To reproduce" + description: "The steps to reproduce the behavior." + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + validations: + required: false + + - type: textarea + id: expected_behavior + attributes: + label: "Expected behavior" + description: "A clear and concise description of what you expected to happen." + validations: + required: false + + - type: textarea + id: screenshots + attributes: + label: "Screenshots" + description: "If applicable, add screenshots to help explain your problem." + validations: + required: false + + - type: textarea + id: environment + attributes: + label: "Environment" + description: "Since version 1.16.0 you can use `python -m argilla info` command to easily get the used versions." + value: | + - OS [e.g. iOS]: + - Browser [e.g. chrome, safari]: + - Argilla Version [e.g. 1.0.0]: + - ElasticSearch Version [e.g. 7.10.2]: + - Docker Image (optional) [e.g. argilla:v1.0.0]: + validations: + required: false + + - type: textarea + id: additional_context + attributes: + label: "Additional context" + description: "Add any other relevant information." + validations: + required: false + + - type: markdown + attributes: + value: | + 📌 Make sure you have provided all the required information in each section so we can support you properly. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000000..dd54e182b7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,44 @@ +name: "\U0001F195 Feature request" +description: "Share cool new ideas for the project." +title: "[FEATURE]" +labels: [] +assignees: [] + + +body: + - type: markdown + attributes: + value: "Thank you for sharing your feature request! Please fill out the sections below." + + - type: textarea + id: feature_request + attributes: + label: "Is your feature request related to a problem? Please describe." + description: "A clear and concise description of what the problem is." + placeholder: "I'm always frustrated when..." + validations: + required: false + + - type: textarea + id: feature_description + attributes: + label: "Describe the solution you'd like" + description: "A clear and concise description of what you want to happen." + validations: + required: false + + - type: textarea + id: feature_alternatives + attributes: + label: "Describe alternatives you've considered" + description: "A clear and concise description of any alternative solutions or features you've considered." + validations: + required: false + + - type: textarea + id: additional_context + attributes: + label: "Additional context" + description: "Add any other context or screenshots about the feature request here." + validations: + required: false diff --git "a/.github/ISSUE_TEMPLATE/\360\237\206\225-feature-request.md" "b/.github/ISSUE_TEMPLATE/\360\237\206\225-feature-request.md" deleted file mode 100644 index 3f75985829..0000000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\206\225-feature-request.md" +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: "\U0001F195 Feature request" -about: Cool new ideas for the project -title: "[FEATURE]" -labels: '' -assignees: '' ---- - -**Is your feature request related to a problem? Please describe.** - - -**Describe the solution you'd like** - - -**Describe alternatives you've considered** - - -**Additional context** - diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\236-bug-ui-ux.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\236-bug-ui-ux.md" deleted file mode 100644 index 06b5717ccb..0000000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\220\236-bug-ui-ux.md" +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: "\U0001F41E Bug report: UI/UX " -about: UI or UX bugs and unexpected behavior -title: "[BUG-UI/UX]" -labels: '' -assignees: '' ---- - -**Describe the bug** - - -**To Reproduce** - - -**Expected behavior** - - -**Screenshots** - - -**Environment (please complete the following information):** - - - OS [e.g. iOS]: - - Browser [e.g. chrome, safari]: - - Argilla Version [e.g. 1.0.0]: - - ElasticSearch Version [e.g. 7.10.2]: - - Docker Image (optional) [e.g. argilla:v1.0.0]: - -**Additional context** - diff --git "a/.github/ISSUE_TEMPLATE/\360\237\223\232-add-a-documentation-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\223\232-add-a-documentation-report.md" deleted file mode 100644 index 7ffc0ed498..0000000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\223\232-add-a-documentation-report.md" +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "\U0001F4DA Add a documentation report" -about: Have you spotted a typo or mistake in our docs? -title: "[DOCS]" -labels: '' -assignees: '' ---- - -## Which page or section is this issue related to? - diff --git "a/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-python-deployment.md" "b/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-python-deployment.md" deleted file mode 100644 index a8a2540ae8..0000000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\252\262-bug-python-deployment.md" +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: "\U0001FAB2 Bug report: Python/Deployment " -about: Python or Deployment bugs and unexpected behavior -title: "[BUG-python/deployment]" -labels: '' -assignees: '' ---- - -**Describe the bug** - - -**Stacktrace and Code to create the bug** - - -**Expected behavior** - - -**Environment:** - - - Argilla Version [e.g. 1.0.0]: - - ElasticSearch Version [e.g. 7.10.2]: - - Docker Image (optional) [e.g. argilla:v1.0.0]: - -**Additional context** -