Skip to content

Commit b3ebfc1

Browse files
authored
Merge pull request #492 from tuoping/master
Change bug issue template according to what Yuzhi proposed.
2 parents 512cf02 + 5c76416 commit b3ebfc1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ assignees: ''
1212

1313
<!--Please provide a clear and concise description of what the bug is.-->
1414

15-
**Deepmd-kit Version, Python Version, Tensorflow Version, GCC Version and Cuda Version.**
15+
**Deepmd-kit version, installation way, input file, running commands, error log, etc.**
1616

17-
<!--Please specify precisely which Deepmd-kit version this issue was detected with on what build environment, (Python Version and GCC Version are in the first and second line of Python command line interface respectively. And check the Deepmd-kit Version with command line "print(deepmd.__version__)"). -->
17+
<!--Please provide necessary information including the version of software and installation way, input file, running commands, error log , etc., AS DETAILED AS POSSIBLE to help locate and reproduce your problem. -->
1818

1919
<!--If applicable, specify what platform you are running on. -->
2020

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Feature request
33
about: Suggest an idea for this project. If this doesn’t work right, [choose a different
44
type]( https://github.com/deepmodeling/deepmd-kit/issues/new/choose)
55
title: "[Feature Request] _Replace with Title_"
6-
labels: new feature
6+
labels: enhancement
77
assignees: ''
88

99
---

.github/ISSUE_TEMPLATE/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Parameters
33
about: Make a suggestion for a change of input parameters or a new output to deepmd-kit.
44
If this doesn’t work right, [choose a different type]( https://github.com/deepmodeling/deepmd-kit/issues/new/choose).
55
title: "[Parameters] _Replace With Suitable Title_"
6-
labels: document, enhancement
6+
labels: documentation, enhancement
77
assignees: ''
88

99
---

0 commit comments

Comments
 (0)