1# FAQ Template<a name="EN-US_TOPIC_0000001051065413"></a> 2 3FAQs describe issues encountered during development and provide solutions to the issues. 4 5## Title Requirements 6 7Briefly describe the key information about an issue in the title. 8 9## Template for Writing Minor Issues<a name="section1211416018447"></a> 10 11Briefly describe the operations, issues, and solutions. 12 13## Template for Writing Complex Issues<a name="section13861135611514"></a> 14 15**Symptom** 16 17- System software and version in use 18- Problem description and trigger conditions 19 20- Error messages 21 22- Screenshots, if available 23 24 25**Possible Causes** 26 27Analyze the causes of the issue. If there are multiple possible causes, list them one by one. 28 291. XXX 302. XXX 31 32**Solutions** 33 34- If there are multiple solutions, arrange them in order from least complex to most complex, and provide their respective scenarios. 35- If possible, provide screenshots to help understand the steps. 36- If the code has print output, provide the output content separately to help understand the solution procedure. 37 381. XXX 392. XXX 40 41