From 32561aed09d454c060c6e6bc94546ebd243151fe Mon Sep 17 00:00:00 2001 From: jmorganca Date: Wed, 17 Apr 2024 15:06:57 -0400 Subject: [PATCH] simplify github issue templates a bit --- .github/ISSUE_TEMPLATE/10_bug_report.yml | 59 +++++++++ .github/ISSUE_TEMPLATE/10_model_request.yml | 18 --- .github/ISSUE_TEMPLATE/20_feature_request.yml | 35 +---- .github/ISSUE_TEMPLATE/30_model_request.yml | 8 ++ .github/ISSUE_TEMPLATE/90_bug_report.yml | 125 ------------------ 5 files changed, 69 insertions(+), 176 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/10_bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/10_model_request.yml create mode 100644 .github/ISSUE_TEMPLATE/30_model_request.yml delete mode 100644 .github/ISSUE_TEMPLATE/90_bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/10_bug_report.yml b/.github/ISSUE_TEMPLATE/10_bug_report.yml new file mode 100644 index 00000000..c8f256b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/10_bug_report.yml @@ -0,0 +1,59 @@ +name: Bug report +labels: [bug] +body: + - type: textarea + id: description + attributes: + label: What is the issue? + description: What happened? What did you expect to happen? + validations: + required: true + - type: dropdown + id: os + attributes: + label: OS + description: Which operating system are you using? + multiple: true + options: + - Linux + - macOS + - Windows + - Docker + - WSL2 + validations: + required: false + - type: dropdown + id: gpu + attributes: + label: GPU + description: Which GPU are you using? + multiple: true + options: + - Nvidia + - AMD + - Intel + - Apple + - Other + validations: + required: false + - type: dropdown + id: cpu + attributes: + label: CPU + description: Which CPU are you using? + multiple: true + options: + - Intel + - AMD + - Apple + - Other + validations: + required: false + - type: input + id: version + attributes: + label: Ollama version + description: What version of Ollama are you using? (`ollama --version`) + placeholder: e.g., 0.1.32 + validations: + required: false diff --git a/.github/ISSUE_TEMPLATE/10_model_request.yml b/.github/ISSUE_TEMPLATE/10_model_request.yml deleted file mode 100644 index 667ee6bf..00000000 --- a/.github/ISSUE_TEMPLATE/10_model_request.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Model request -description: Request a new model for the library -labels: [mr] -body: - - type: markdown - attributes: - value: | - Please check if your Model request is [already available](https://ollama.com/search) or that you cannot [import it](https://github.com/ollama/ollama/blob/main/docs/import.md#import-a-model) yourself. - Tell us about which Model you'd like to see in the library! - - type: textarea - id: problem - attributes: - label: What model would you like? - description: Please provide a link to the model. - - type: markdown - attributes: - value: | - Thanks for filing a model request! diff --git a/.github/ISSUE_TEMPLATE/20_feature_request.yml b/.github/ISSUE_TEMPLATE/20_feature_request.yml index 72bf53d1..ac744b4f 100644 --- a/.github/ISSUE_TEMPLATE/20_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/20_feature_request.yml @@ -1,41 +1,10 @@ name: Feature request -description: Propose a new feature -labels: [needs-triage, fr] +labels: ['feature request'] body: - - type: markdown - attributes: - value: | - Please check if your feature request is [already filed](https://github.com/ollama/ollama/issues). - Tell us about your idea! - type: textarea id: problem attributes: - label: What are you trying to do? + label: What new feature would you like to see? description: Tell us about the problem you're trying to solve. validations: required: false - - type: textarea - id: solution - attributes: - label: How should we solve this? - description: If you have an idea of how you'd like to see this feature work, let us know. - validations: - required: false - - type: textarea - id: alternative - attributes: - label: What is the impact of not solving this? - description: (How) Are you currently working around the issue? - validations: - required: false - - type: textarea - id: context - attributes: - label: Anything else? - description: Any additional context to share, e.g., links - validations: - required: false - - type: markdown - attributes: - value: | - Thanks for filing a feature request! diff --git a/.github/ISSUE_TEMPLATE/30_model_request.yml b/.github/ISSUE_TEMPLATE/30_model_request.yml new file mode 100644 index 00000000..a402907a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/30_model_request.yml @@ -0,0 +1,8 @@ +name: Model request +labels: ['model request'] +body: + - type: textarea + id: problem + attributes: + label: What model would you like? + description: Please provide a link to the model. diff --git a/.github/ISSUE_TEMPLATE/90_bug_report.yml b/.github/ISSUE_TEMPLATE/90_bug_report.yml deleted file mode 100644 index 9820deea..00000000 --- a/.github/ISSUE_TEMPLATE/90_bug_report.yml +++ /dev/null @@ -1,125 +0,0 @@ -name: Bug report -description: File a bug report. If you need help, please join our Discord server. -labels: [needs-triage, bug] -body: - - type: markdown - attributes: - value: | - Please check if your bug is [already filed](https://github.com/ollama/ollama/issues) before filing a new one. - - type: textarea - id: what-happened - attributes: - label: What is the issue? - description: What happened? What did you expect to happen? - validations: - required: true - - type: textarea - id: what-was-expected - attributes: - label: What did you expect to see? - description: What did you expect to see/happen instead? - validations: - required: false - - type: textarea - id: steps - attributes: - label: Steps to reproduce - description: What are the steps you took that hit this issue? - validations: - required: false - - type: textarea - id: changes - attributes: - label: Are there any recent changes that introduced the issue? - description: If so, what are those changes? - validations: - required: false - - type: dropdown - id: os - attributes: - label: OS - description: What OS are you using? You may select more than one. - multiple: true - options: - - Linux - - macOS - - Windows - - Other - validations: - required: false - - type: dropdown - id: architecture - attributes: - label: Architecture - description: What architecture are you using? You may select more than one. - multiple: true - options: - - arm64 - - amd64 - - x86 - - Other - - type: dropdown - id: platform - attributes: - label: Platform - description: What platform are you using? You may select more than one. - multiple: true - options: - - Docker - - WSL - - WSL2 - validations: - required: false - - type: input - id: ollama-version - attributes: - label: Ollama version - description: What Ollama version are you using? (`ollama --version`) - placeholder: e.g., 1.14.4 - validations: - required: false - - type: dropdown - id: gpu - attributes: - label: GPU - description: What GPU, if any, are you using? You may select more than one. - multiple: true - options: - - Nvidia - - AMD - - Intel - - Apple - - Other - validations: - required: false - - type: textarea - id: gpu-info - attributes: - label: GPU info - description: What GPU info do you have? (`nvidia-smi`, `rocminfo`, `system_profiler SPDisplaysDataType`, etc.) - validations: - required: false - - type: dropdown - id: cpu - attributes: - label: CPU - description: What CPU are you using? You may select more than one. - multiple: true - options: - - Intel - - AMD - - Apple - - Other - validations: - required: false - - type: textarea - id: other-software - attributes: - label: Other software - description: What other software are you using that might be related to this issue? - validations: - required: false - - type: markdown - attributes: - value: | - Thanks for filing a bug report!