You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zh...@apache.org on 2023/05/17 10:53:38 UTC

[incubator-devlake] branch main updated: chore: change version to a input instead of select (#5219)

This is an automated email from the ASF dual-hosted git repository.

zhangliang2022 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new af61ebe1a chore: change version to a input instead of select (#5219)
af61ebe1a is described below

commit af61ebe1af41b02190f836d3df78f73de563b648
Author: Klesh Wong <zh...@merico.dev>
AuthorDate: Wed May 17 18:53:34 2023 +0800

    chore: change version to a input instead of select (#5219)
---
 .github/ISSUE_TEMPLATE/bug-report.yml | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index d4049dc60..36d11bd7c 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -75,28 +75,13 @@ body:
       description: Anything else we need to know?
       placeholder: >
         Eg. How often does this problem occur? (Once? Every time? Only when certain conditions are met?)
-  - type: dropdown
+  - type: input
     id: version
     attributes:
       label: Version
       description: >
-        Which version of Apache DevLake are you running?
-      options:
-        - main
-        - v0.16.0
-        - v0.15.0
-        - v0.14.2
-        - v0.14.1
-        - v0.14.0
-        - v0.13.0
-        - v0.12.0
-        - v0.11.0
-        - v0.10.1
-        - v0.10.0
-        - v0.9.3
-        - v0.9.2
-        - v0.9.1
-        - v0.9.0
+        Which version or commit sha of Apache DevLake are you running, e.g. `v0.17.0-beta2` or `2b190844de47d343d84dcf351c6ac57aed826298` (if you were running devlake from the source code directly)?
+      placeholder: v0.17.0-beta2 or 2b190844de47d343d84dcf351c6ac57aed826298
     validations:
       required: true