From f256fb8b6ace49f201ea351edf9cf835dbb0fd62 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 14 Apr 2023 17:41:30 -0400 Subject: [PATCH] github templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++--- .github/ISSUE_TEMPLATE/feature_request.yml | 38 +++++----------------- TODO.md | 5 --- 3 files changed, 14 insertions(+), 39 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bd34ed2e1..b85c9bf86 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,9 +13,11 @@ body: - type: textarea id: platform attributes: - label: Platform Description - description: Describe your platform (OS, browser, versions) - value: Please fill this form with as much information as possible + label: Version Platform Description + description: Describe your platform (program version, OS, browser) + value: - type: markdown attributes: - value: Any additional info + value: | + Any issues without version information will be closed + Additionally provide any relevant platorm information (OS, browser, versions) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 35a887408..662dc581e 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,37 +4,15 @@ title: "[Feature Request]: " labels: ["enhancement"] body: - - type: checkboxes - attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the feature you want, and that it's not implemented in a recent build/commit. - options: - - label: I have searched the existing issues and checked the recent builds/commits - required: true - - type: markdown - attributes: - value: | - *Please fill this form with as much information as possible, provide screenshots and/or illustrations of the feature if possible* - type: textarea - id: feature + id: description attributes: - label: What would your feature do ? - description: Tell us about your feature in a very clear and simple way, and what problem it would solve - validations: - required: true + label: Feature description + description: Describe the feature in a clear and simple way + value: - type: textarea - id: workflow + id: platform attributes: - label: Proposed workflow - description: Please provide us with step by step information on how you'd like the feature to be accessed and used - value: | - 1. Go to .... - 2. Press .... - 3. ... - validations: - required: true - - type: textarea - id: misc - attributes: - label: Additional information - description: Add any other context or screenshots about the feature request here. + label: Version Platform Description + description: Describe your platform (program version, OS, browser) + value: diff --git a/TODO.md b/TODO.md index 07a86e948..329a581ce 100644 --- a/TODO.md +++ b/TODO.md @@ -12,15 +12,10 @@ Stuff to be fixed... - Create new GitHub hooks/actions for CI/CD - Investigate integration with `Torch-DirectML` - Set defaults for Apple M1 -- Support mupliple folders for models -- Add compatibility for extensions using removed `shared.cmd_opts` - Revisit `torch.compile` - Ask to download default model - Support UI restart on-the-fly -- Re-add seed buttons - Stream-load as option -- Verify env variables -- Configurable LORA directory - Dont spawn extensions installer ## Integration