You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains GitHub Discussion templates for the DeePMD-kit repository. These templates help guide users to provide comprehensive information when starting discussions, particularly emphasizing the importance of reproducible examples.
4
+
5
+
## Available Templates
6
+
7
+
### 1. General Question (`general-question.yml`)
8
+
For general questions about DeePMD-kit usage, features, or concepts. Use this when you have a straightforward question that doesn't require extensive troubleshooting.
9
+
10
+
### 2. Usage Help (`usage-help.yml`)
11
+
For detailed help with specific DeePMD-kit usage scenarios. **This template strongly emphasizes providing reproducible examples** to help community members provide effective assistance.
12
+
13
+
### 3. Ideas and Suggestions (`ideas-suggestions.yml`)
14
+
For proposing new features, improvements, or enhancements to DeePMD-kit. Includes sections for use cases, related work, and implementation thoughts.
15
+
16
+
### 4. Show and Tell (`show-and-tell.yml`)
17
+
For sharing projects, research, or achievements using DeePMD-kit. Encourages sharing reproducible information and lessons learned.
For discussing behavior that might be a bug before creating a formal issue. **Emphasizes providing complete reproducible examples** to help confirm whether the behavior is indeed a bug.
21
+
22
+
## Key Features
23
+
24
+
All templates are designed to:
25
+
-**Encourage reproducible examples**: Each template emphasizes the importance of providing complete, minimal examples that others can reproduce
26
+
- Follow the repository's existing style and conventions
27
+
- Include appropriate labels for categorization
28
+
- Provide clear guidance on what information to include
29
+
- Help users structure their discussions effectively
30
+
31
+
## Usage
32
+
33
+
When users start a new discussion, they will be presented with these template options. The templates guide them to provide:
34
+
35
+
- Clear problem descriptions
36
+
- Version information
37
+
- Reproducible examples with:
38
+
- Input files
39
+
- Configuration files
40
+
- Commands run
41
+
- Expected vs actual behavior
42
+
- Complete error messages
43
+
44
+
This addresses the issue mentioned in #4506 where "many discussions do not give reproduced examples."
0 commit comments