Skip to content

Commit c2ffa59

Browse files
authored
Merge pull request sofa-framework#2365 from sofa-framework/guparan-patch-1
[GitHub] Create bug-report issue template
2 parents e4a2bec + 46c419e commit c2ffa59

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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.

0 commit comments

Comments
 (0)