|
| 1 | +title: "[Q&A] " |
| 2 | +labels: ["question"] |
| 3 | +body: |
| 4 | + - type: markdown |
| 5 | + attributes: |
| 6 | + value: | |
| 7 | + Use this form for Q&A discussions. |
| 8 | +
|
| 9 | + This template is intentionally lightweight. |
| 10 | + **Only fill the technical fields below if they are relevant to your question.** |
| 11 | +
|
| 12 | + If your question is about using DeePMD-kit or diagnosing a problem, version info and a minimal reproducible example can help others answer faster. |
| 13 | + - type: textarea |
| 14 | + id: question |
| 15 | + attributes: |
| 16 | + label: Question |
| 17 | + description: Please describe your question clearly. |
| 18 | + placeholder: What would you like to ask? |
| 19 | + value: |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + - type: input |
| 23 | + id: version |
| 24 | + attributes: |
| 25 | + label: DeePMD-kit Version |
| 26 | + description: "If applicable: `dp --version`." |
| 27 | + placeholder: "e.g., 2.2.7" |
| 28 | + validations: |
| 29 | + required: false |
| 30 | + - type: input |
| 31 | + id: backend-version |
| 32 | + attributes: |
| 33 | + label: Backend and its version |
| 34 | + description: "If applicable: the backend and its version will be printed when running DeePMD-kit, e.g. TensorFlow v2.15.0." |
| 35 | + placeholder: "e.g., TensorFlow v2.15.0" |
| 36 | + validations: |
| 37 | + required: false |
| 38 | + - type: textarea |
| 39 | + id: other-version |
| 40 | + attributes: |
| 41 | + label: Python Version, CUDA Version, GCC Version, LAMMPS Version, etc |
| 42 | + description: "If applicable, specify your platform or environment details." |
| 43 | + placeholder: |
| 44 | + value: |
| 45 | + validations: |
| 46 | + required: false |
| 47 | + - type: textarea |
| 48 | + id: details |
| 49 | + attributes: |
| 50 | + label: Details |
| 51 | + description: "If applicable, add more context such as what you are trying to do, what you have tried, and where you got stuck." |
| 52 | + placeholder: |
| 53 | + value: |
| 54 | + validations: |
| 55 | + required: false |
| 56 | + - type: textarea |
| 57 | + id: reproducible-example |
| 58 | + attributes: |
| 59 | + label: Reproducible Example, Input Files, and Commands |
| 60 | + description: | |
| 61 | + If applicable, provide a minimal reproducible example. |
| 62 | + For software-usage questions, this is often the fastest way to get a useful answer. |
| 63 | + placeholder: | |
| 64 | + Commands: |
| 65 | + ```bash |
| 66 | + dp train input.json |
| 67 | + ``` |
| 68 | +
|
| 69 | + Input / config: |
| 70 | + ```json |
| 71 | + { |
| 72 | + "model": {} |
| 73 | + } |
| 74 | + ``` |
| 75 | +
|
| 76 | + Expected behavior: |
| 77 | + ... |
| 78 | +
|
| 79 | + Actual behavior / error message: |
| 80 | + ... |
| 81 | + value: |
| 82 | + validations: |
| 83 | + required: false |
| 84 | + - type: textarea |
| 85 | + id: further |
| 86 | + attributes: |
| 87 | + label: Further Information, Files, and Links |
| 88 | + description: Put any additional information here, including links to docs, papers, related issues, screenshots, or external resources. |
| 89 | + placeholder: |
| 90 | + value: |
| 91 | + validations: |
| 92 | + required: false |
0 commit comments