Browse Source

Clarify database version description.

Dan Helfman 1 year ago
parent
commit
5c941600a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitea/issue_template/bug_template.yaml

+ 1 - 1
.gitea/issue_template/bug_template.yaml

@@ -65,7 +65,7 @@ body:
     id: database_version
     attributes:
       label: Database version (if applicable)
-      description: Use `psql --version`, `mysql --version`, `mongodump --version`, or `sqlite3 --version`
+      description: Use `psql --version` / `mysql --version` / `mongodump --version` / `sqlite3 --version`
     validations:
       required: false
   - type: input