From 8fc3957f95139f8baf3a8c0bcd16f9f8d914e6d8 Mon Sep 17 00:00:00 2001 From: tuoping <80671886+tuoping@users.noreply.github.com> Date: Mon, 26 Apr 2021 10:10:01 +0800 Subject: [PATCH 1/5] Update issue templates Bug report. --- .github/ISSUE_TEMPLATE/bug_report.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..17cfda457 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] _Replace With Suitable Title_" +labels: bug +assignees: '' + +--- + +**Summary** + + + + + + + +**Steps to Reproduce** + + + +**Further Information, Files, and Links** + + From 45a467cecb78787e5066a24805e574456b2370d4 Mon Sep 17 00:00:00 2001 From: tuoping <80671886+tuoping@users.noreply.github.com> Date: Mon, 26 Apr 2021 10:14:31 +0800 Subject: [PATCH 2/5] Update issue templates Feature request --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..74ea0c2fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature Request] _Replace with Title_" +labels: enhancement +assignees: '' + +--- + +**Summary** + + + +**Detailed Description** + + + +**Further Information, Files, and Links** + + From a8d5835020b93eaeb7a1141ce5c54ca9e1208d29 Mon Sep 17 00:00:00 2001 From: tuoping <80671886+tuoping@users.noreply.github.com> Date: Mon, 26 Apr 2021 10:20:07 +0800 Subject: [PATCH 3/5] Update issue templates Generic issue --- .github/ISSUE_TEMPLATE/request-for-help.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/request-for-help.md diff --git a/.github/ISSUE_TEMPLATE/request-for-help.md b/.github/ISSUE_TEMPLATE/request-for-help.md new file mode 100644 index 000000000..41709ec1d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-for-help.md @@ -0,0 +1,21 @@ +--- +name: Request for Help +about: Don't post help requests here, go to [discussions](https://github.com/deepmodeling/dpdata/discussions) + instead. If this doesn’t look right, choose a different type. +title: '' +labels: '' +assignees: '' + +--- + +Before asking questions, you can + +search the previous issues or discussions +check the [document](https://deepmd.readthedocs.io/en/stable), especially [training parameters](https://deepmd.readthedocs.io/en/stable/train-input.html). + +Please **do not** post requests for help (e.g. with installing or using deepmd-kit) here. +Instead go to [discussions](https://github.com/deepmodeling/deepmd-kit/discussions). + +This issue tracker is for tracking deepmd-kit development related issues only. + +Thanks for your cooperation. From 23922bc94c3aa249567e0736ef1caaee6299baa4 Mon Sep 17 00:00:00 2001 From: tuoping <80671886+tuoping@users.noreply.github.com> Date: Mon, 26 Apr 2021 10:27:57 +0800 Subject: [PATCH 4/5] Update issue templates competing templates --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- .github/ISSUE_TEMPLATE/generic-issue.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/request-for-help.md | 8 ++++---- 4 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/generic-issue.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 17cfda457..4e7a841d4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,7 @@ --- name: Bug report -about: Create a report to help us improve +about: Create a bug report to help us eliminate issues and improve deepmd-kit. If + this doesn’t look right, [choose a different type](https://github.com/deepmodeling/dpdata/issues/new/choose). title: "[BUG] _Replace With Suitable Title_" labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 74ea0c2fc..0af5c9534 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,7 @@ --- name: Feature request -about: Suggest an idea for this project +about: Suggest an idea for this project. If this doesn’t work right, [choose a different + type]( https://github.com/deepmodeling/dpdata/issues/new/choose). title: "[Feature Request] _Replace with Title_" labels: enhancement assignees: '' diff --git a/.github/ISSUE_TEMPLATE/generic-issue.md b/.github/ISSUE_TEMPLATE/generic-issue.md new file mode 100644 index 000000000..8ae84e1cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/generic-issue.md @@ -0,0 +1,17 @@ +--- +name: Generic issue +about: For issues that do not fit any of the other categories. If this doesn’t work + right, [choose a different type]( https://github.com/deepmodeling/dpdata/issues/new/choose). +title: '' +labels: wontfix +assignees: '' + +--- + +**Summary** + + + +**Details** + + diff --git a/.github/ISSUE_TEMPLATE/request-for-help.md b/.github/ISSUE_TEMPLATE/request-for-help.md index 41709ec1d..397d2b02a 100644 --- a/.github/ISSUE_TEMPLATE/request-for-help.md +++ b/.github/ISSUE_TEMPLATE/request-for-help.md @@ -11,11 +11,11 @@ assignees: '' Before asking questions, you can search the previous issues or discussions -check the [document](https://deepmd.readthedocs.io/en/stable), especially [training parameters](https://deepmd.readthedocs.io/en/stable/train-input.html). +check the [README](https://github.com/deepmodeling/dpdata/#readme). -Please **do not** post requests for help (e.g. with installing or using deepmd-kit) here. -Instead go to [discussions](https://github.com/deepmodeling/deepmd-kit/discussions). +Please **do not** post requests for help (e.g. with installing or using dpdata) here. +Instead go to [discussions](https://github.com/deepmodeling/dpdata/discussions). -This issue tracker is for tracking deepmd-kit development related issues only. +This issue tracker is for tracking dpdata development related issues only. Thanks for your cooperation. From 144c273dace892203db2a21987ead8e790c48eb3 Mon Sep 17 00:00:00 2001 From: tuoping <80671886+tuoping@users.noreply.github.com> Date: Mon, 26 Apr 2021 11:25:12 +0800 Subject: [PATCH 5/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4e7a841d4..b9591ad05 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report -about: Create a bug report to help us eliminate issues and improve deepmd-kit. If - this doesn’t look right, [choose a different type](https://github.com/deepmodeling/dpdata/issues/new/choose). +about: Create a bug report to help us eliminate issues and improve dpdata. If this + doesn’t look right, [choose a different type](https://github.com/deepmodeling/dpdata/issues/new/choose). title: "[BUG] _Replace With Suitable Title_" labels: bug assignees: ''