File tree Expand file tree Collapse file tree 1 file changed +74
-0
lines changed
Expand file tree Collapse file tree 1 file changed +74
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve SOFA
4+ title : ' '
5+ labels : ' issue: bug (minor)'
6+ assignees : ' '
7+
8+ ---
9+
10+ ### Problem
11+
12+ ** Description**
13+ < DESCRIBE YOUR PROBLEM HERE >
14+
15+ ** Steps to reproduce**
16+ < LIST THE STEPS TO REPRODUCE YOUR PROBLEM HERE >
17+
18+ ** Expected behavior**
19+ < DESCRIBE WHAT YOU THINK SHOULD HAVE HAPPEN INSTEAD >
20+
21+ ---------------------------------------------
22+
23+ ### Environment
24+
25+ ** Context**
26+
27+ - System: < NAME AND VERSION - e.g: "Windows 10", "Ubuntu 20.04", ... >
28+ - Version of SOFA: < INFOS ABOUT THE BRANCH OR BINARIES - e.g: "master branch at commit 70bb123", "v21.06.00 binaries", ... >
29+ - State: < BUILD OR INSTALL DIRECTORY - e.g: "Build directory", "Install directory" >
30+
31+ ** Command called**
32+
33+ ``` txt
34+
35+ < COPY-PASTE YOUR COMMAND HERE >
36+
37+ ```
38+
39+ ** Env vars**
40+
41+ ``` bash
42+ bash -c '
43+ echo "SOFA_ROOT = $SOFA_ROOT"
44+ echo "PYTHONPATH = $PYTHONPATH"
45+ echo "python -V = $(python -V 2>&1)"
46+ echo "python3 -V = $(python3 -V 2>&1)"
47+ '
48+ ```
49+
50+ ``` txt
51+
52+ < COPY-PASTE HERE THE RESULT OF THE COMMAND ABOVE >
53+
54+ ```
55+
56+ ---------------------------------------------
57+
58+ ### Logs
59+
60+ ** Full output**
61+
62+ ``` txt
63+
64+ < COPY-PASTE YOUR OUTPUT HERE >
65+
66+ ```
67+
68+ ** Content of build_dir/CMakeCache.txt**
69+
70+ < DRAG AND DROP YOUR CMAKECACHE.TXT HERE >
71+
72+ ---------------------------------------------
73+
74+ Thank you for your report.
You can’t perform that action at this time.
0 commit comments