Update issue tempalte of bug report (#1151)

This commit is contained in:
Changjian Gao
2021-12-17 14:46:56 +08:00
committed by GitHub
parent faff7e43d8
commit 7f2e3974db
3 changed files with 8 additions and 10 deletions

View File

@@ -2,13 +2,12 @@
name: Bug Report
about: Report a bug encountered while operating JuiceFS
labels: kind/bug
---
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
<!--
Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
-->
**What happened**:
**What you expected to happen**:
@@ -18,11 +17,11 @@ labels: kind/bug
**Anything else we need to know?**
**Environment**:
- JuiceFS version (use `./juicefs --version`) or Hadoop Java SDK version:
- JuiceFS version (use `juicefs --version`) or Hadoop Java SDK version:
- Cloud provider or hardware configuration running JuiceFS:
- OS (e.g: `cat /etc/os-release`):
- OS (e.g `cat /etc/os-release`):
- Kernel (e.g. `uname -a`):
- Object storage (cloud provider and region):
- Redis info (version, cloud provider managed or self maintained):
- Network connectivity (JuiceFS to Redis, JuiceFS to object storage):
- Object storage (cloud provider and region, or self maintained):
- Metadata engine info (version, cloud provider managed or self maintained):
- Network connectivity (JuiceFS to metadata engine, JuiceFS to object storage):
- Others:

View File

@@ -2,8 +2,8 @@
name: Enhancement Request
about: Suggest an enhancement to the JuiceFS project
labels: kind/feature
---
<!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:

View File

@@ -2,7 +2,6 @@
name: Support Request
about: Support request or question relating to JuiceFS
labels: kind/question
---
<!--