diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 5e115bf029..3b6d0b60d7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -12,9 +12,9 @@ assignees: '' -**Deepmd-kit Version, Python Version, Tensorflow Version, GCC Version and Cuda Version.** +**Deepmd-kit version, installation way, input file, running commands, error log, etc.** - + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 00e939342c..d099345615 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project. If this doesn’t work right, [choose a different type]( https://github.com/deepmodeling/deepmd-kit/issues/new/choose) title: "[Feature Request] _Replace with Title_" -labels: new feature +labels: enhancement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/parameters.md b/.github/ISSUE_TEMPLATE/parameters.md index c11849380e..ff9188f06e 100644 --- a/.github/ISSUE_TEMPLATE/parameters.md +++ b/.github/ISSUE_TEMPLATE/parameters.md @@ -3,7 +3,7 @@ name: Parameters about: Make a suggestion for a change of input parameters or a new output to deepmd-kit. If this doesn’t work right, [choose a different type]( https://github.com/deepmodeling/deepmd-kit/issues/new/choose). title: "[Parameters] _Replace With Suitable Title_" -labels: document, enhancement +labels: documentation, enhancement assignees: '' ---