diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..b9591ad05 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +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: '' + +--- + +**Summary** + + + + + + + +**Steps to Reproduce** + + + +**Further Information, Files, and Links** + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..0af5c9534 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,21 @@ +--- +name: Feature request +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: '' + +--- + +**Summary** + + + +**Detailed Description** + + + +**Further Information, Files, and Links** + + 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 new file mode 100644 index 000000000..397d2b02a --- /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 [README](https://github.com/deepmodeling/dpdata/#readme). + +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 dpdata development related issues only. + +Thanks for your cooperation.