Skip to content

Commit 3eb7af2

Browse files
authored
Update issue templates
1 parent 920f4bb commit 3eb7af2

File tree

5 files changed

+48
-77
lines changed

5 files changed

+48
-77
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Generic issue
3+
about: For issues that do not fit any of the other categories. If this doesn’t work
4+
right, [choose a different type]( https://github.com/deepmodeling/deepmd-kit/issues/new/choose).
5+
title: _Replace With a Descriptive Title_
6+
labels: wontfix
7+
assignees: ''
8+
9+
---
10+
11+
**Summary**
12+
13+
<!--Please provide a clear and concise description of what the bug is.-->
14+
15+
**Deepmd-kit Version, Python Version, Tensorflow Version, GCC Version and Cuda Version.**
16+
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__)"). -->
18+
19+
<!--If necessary, specify what platform you are running on. -->
20+
21+
**Details**
22+
23+
<!--Please explain the issue in detail here-->

.github/ISSUE_TEMPLATE/issue--about-input-files.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/issue--bug-report.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/issue--feature-request.md

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Parameters
3+
about: Make a suggestion for a change of input parameters or a new output to deepmd-kit.
4+
If this doesn’t work right, [choose a different type]( https://github.com/deepmodeling/deepmd-kit/issues/new/choose).
5+
title: "[About input files] _Replace With Suitable Title_"
6+
labels: document, enhancement
7+
assignees: ''
8+
9+
---
10+
11+
**Summary**
12+
13+
<!--Please provide a clear and concise description of what your request is.-->
14+
15+
**Summary**
16+
17+
<!--Please provide a brief and concise description of the suggested feature or change-->
18+
19+
**Detailed Description**
20+
21+
<!--Please explain how you would like to see deepmd-kit enhanced. Specify your material system, and exactly what behaviors or properties you are looking for, or what specific problems this will solve. If possible, provide references to relevant background information like publications or web pages, and whether you are planning to implement the enhancement yourself or would like to participate in the implementation.-->
22+
23+
**Further Information, Files, and Links**
24+
25+
<!--Put any additional information here, attach relevant text or image files and URLs to external sites, e.g. relevant publications-->

0 commit comments

Comments
 (0)