Skip to content

Commit 0003f51

Browse files
authored
Merge pull request #144 from tuoping/master
Adding issue template
2 parents cf4c99b + 144c273 commit 0003f51

File tree

4 files changed

+84
-0
lines changed

4 files changed

+84
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report to help us eliminate issues and improve dpdata. If this
4+
doesn’t look right, [choose a different type](https://github.com/deepmodeling/dpdata/issues/new/choose).
5+
title: "[BUG] _Replace With Suitable Title_"
6+
labels: bug
7+
assignees: ''
8+
9+
---
10+
11+
**Summary**
12+
13+
<!--Please provide a clear and concise description of what the bug is.-->
14+
15+
<!--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. -->
16+
17+
<!--If applicable, specify what platform you are running on. -->
18+
19+
**Steps to Reproduce**
20+
21+
<!--Describe the steps required to (quickly) reproduce the issue. You can attach (small) files to the section below or add URLs where to download an archive with all necessary files. Please try to create an input set that is as minimal and small as possible and reproduces the bug as quickly as possible. **NOTE:** the less effort and time it takes to reproduce your reported bug, the more likely it becomes, that somebody will look into it and fix the problem.-->
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-->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project. If this doesn’t work right, [choose a different
4+
type]( https://github.com/deepmodeling/dpdata/issues/new/choose).
5+
title: "[Feature Request] _Replace with Title_"
6+
labels: enhancement
7+
assignees: ''
8+
9+
---
10+
11+
**Summary**
12+
13+
<!--Please provide a brief and concise description of the suggested feature or change-->
14+
15+
**Detailed Description**
16+
17+
<!--Please explain how you would like to see dpdata enhanced, what feature(s) you are looking for, what specific data format this will support 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. If applicable add a reference to an existing bug report or issue that this will address.-->
18+
19+
**Further Information, Files, and Links**
20+
21+
<!--Put any additional information here, attach relevant text or image files and URLs to external sites, e.g. relevant publications-->
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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/dpdata/issues/new/choose).
5+
title: ''
6+
labels: wontfix
7+
assignees: ''
8+
9+
---
10+
11+
**Summary**
12+
13+
<!--Please provide a clear and concise description of what the question is.-->
14+
15+
**Details**
16+
17+
<!--Please explain the issue in detail here-->
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Request for Help
3+
about: Don't post help requests here, go to [discussions](https://github.com/deepmodeling/dpdata/discussions)
4+
instead. If this doesn’t look right, choose a different type.
5+
title: ''
6+
labels: ''
7+
assignees: ''
8+
9+
---
10+
11+
Before asking questions, you can
12+
13+
search the previous issues or discussions
14+
check the [README](https://github.com/deepmodeling/dpdata/#readme).
15+
16+
Please **do not** post requests for help (e.g. with installing or using dpdata) here.
17+
Instead go to [discussions](https://github.com/deepmodeling/dpdata/discussions).
18+
19+
This issue tracker is for tracking dpdata development related issues only.
20+
21+
Thanks for your cooperation.

0 commit comments

Comments
 (0)