-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
5,991 additions
and
174 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: Bug report | ||
description: Create a bug report to help us eliminate issues and improve deepmd-kit. | ||
title: "[BUG] " | ||
labels: bug | ||
assignees: [] | ||
body: | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: Bug summary | ||
description: Please provide a clear and concise description of what the bug is. | ||
placeholder: | ||
value: | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: dpdata Version | ||
description: "`dpdata --version`" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: log | ||
attributes: | ||
label: Input Files, Running Commands, Error Log, etc. | ||
description: "Please provide necessary information including input file, running commands, error log , etc., AS DETAILED AS POSSIBLE to help locate and reproduce your problem. WARNING: Do not use image to show error log! Paste texts in a code block instead." | ||
placeholder: | ||
value: | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduce | ||
attributes: | ||
label: Steps to Reproduce | ||
description: "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." | ||
placeholder: | ||
value: | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: further | ||
attributes: | ||
label: Further Information, Files, and Links | ||
description: Put any additional information here, attach relevant text or image files and URLs to external sites, e.g. relevant publications | ||
placeholder: | ||
value: | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Request for Help | ||
url: https://github.com/deepmodeling/dpdata/discussions/new?category=q-a | ||
about: If you have an usage question |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Feature request | ||
description: Suggest an idea for this project. | ||
title: "[Feature Request] " | ||
labels: enhancement | ||
assignees: [] | ||
body: | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: Summary | ||
description: "Please provide a brief and concise description of the suggested feature or change" | ||
placeholder: | ||
value: | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Detailed Description | ||
description: "Please explain how you would like to see deepmd-kit enhanced, what feature(s) you are looking for, 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." | ||
placeholder: | ||
value: | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: further | ||
attributes: | ||
label: Further Information, Files, and Links | ||
description: Put any additional information here, attach relevant text or image files and URLs to external sites, e.g. relevant publications | ||
placeholder: | ||
value: | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Generic issue | ||
description: For issues that do not fit any of the other categories. | ||
labels: wontfix | ||
assignees: [] | ||
body: | ||
- type: textarea | ||
id: summary | ||
attributes: | ||
label: Summary | ||
description: "Please provide a clear and concise description of what the question is." | ||
placeholder: | ||
value: | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: dpdata Version | ||
description: "`dpdata --version`" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: other-version | ||
attributes: | ||
label: Platform, Python Version, etc | ||
description: "If applicable, specify what platform you are running on." | ||
placeholder: | ||
value: | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: Details | ||
description: "Please explain the issue in detail here." | ||
placeholder: | ||
value: | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: dpdata | ||
channels: | ||
- https://repo.mamba.pm/emscripten-forge | ||
- https://repo.mamba.pm/conda-forge | ||
dependencies: | ||
- numpy | ||
- scipy | ||
- monty | ||
- wcmatch | ||
- pip: | ||
- .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.