Skip to content

Commit 1aab8e6

Browse files
authored
Merge pull request #344 from 3dgeo-heidelberg/dev
1.2.0 release
2 parents f91614c + 2a8852d commit 1aab8e6

File tree

5,492 files changed

+582415
-206154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,492 files changed

+582415
-206154
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**The problem**
11+
A clear and concise description of what the bug is.
12+
13+
**How to reproduce**
14+
Explain in detail how to reproduce the bug. You can structure the individual steps as a numbered list, like below.
15+
16+
1. ...
17+
2. ...
18+
3. ...
19+
20+
If necessary, provide simulation XML files, XML code snippets or pyhelios code snippets.
21+
- survey XML:
22+
- scene XML:
23+
- scenepart files:
24+
25+
```
26+
# you can put code here
27+
```
28+
29+
**Expected behavior**
30+
A clear and concise description of what you expected to happen.
31+
32+
**Actual behavior**
33+
The actual behaviour and/or the error message that you obtain.
34+
35+
**Your environment (please complete the following information):**
36+
- OS: [e.g. Windows 10]
37+
- HELIOS++/pyhelios version (or Git revision) that exhibits the issue [e.g. 1.1.0]
38+
- Last HELIOS++/pyhelios version that did not exhibit the issue (if applicable):
39+
- Further system details (if relevant): [e.g. 32 RAM]
40+
41+
**Screenshots (Optional)**
42+
If applicable, you can add screenshots to help explain your problem.
43+
44+
**Ideas for possible solutions (Optional)**
45+
46+
**Can you identify the location in the source code where the problem exists? (Optional)**
47+
48+
**Additional context (Optional)**
49+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Missing something? Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen. What is the feature you would like to modify or add? What is the expected behaviour?
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Related issues**
20+
Are there any issues related to this?
21+
22+
**Additional context**
23+
Add any other context, useful links or screenshots about the feature request here.

.github/config/boost/user-config.jam

Whitespace-only changes.

0 commit comments

Comments
 (0)