Skip to content

Commit 23922bc

Browse files
authored
Update issue templates
competing templates
1 parent a8d5835 commit 23922bc

File tree

4 files changed

+25
-6
lines changed

4 files changed

+25
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
3+
about: Create a bug report to help us eliminate issues and improve deepmd-kit. If
4+
this doesn’t look right, [choose a different type](https://github.com/deepmodeling/dpdata/issues/new/choose).
45
title: "[BUG] _Replace With Suitable Title_"
56
labels: bug
67
assignees: ''

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
name: Feature request
3-
about: Suggest an idea for this project
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).
45
title: "[Feature Request] _Replace with Title_"
56
labels: enhancement
67
assignees: ''
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-->

.github/ISSUE_TEMPLATE/request-for-help.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ assignees: ''
1111
Before asking questions, you can
1212

1313
search the previous issues or discussions
14-
check the [document](https://deepmd.readthedocs.io/en/stable), especially [training parameters](https://deepmd.readthedocs.io/en/stable/train-input.html).
14+
check the [README](https://github.com/deepmodeling/dpdata/#readme).
1515

16-
Please **do not** post requests for help (e.g. with installing or using deepmd-kit) here.
17-
Instead go to [discussions](https://github.com/deepmodeling/deepmd-kit/discussions).
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).
1818

19-
This issue tracker is for tracking deepmd-kit development related issues only.
19+
This issue tracker is for tracking dpdata development related issues only.
2020

2121
Thanks for your cooperation.

0 commit comments

Comments
 (0)