-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #344 from 3dgeo-heidelberg/dev
1.2.0 release
- Loading branch information
Showing
5,492 changed files
with
582,415 additions
and
206,154 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**The problem** | ||
A clear and concise description of what the bug is. | ||
|
||
**How to reproduce** | ||
Explain in detail how to reproduce the bug. You can structure the individual steps as a numbered list, like below. | ||
|
||
1. ... | ||
2. ... | ||
3. ... | ||
|
||
If necessary, provide simulation XML files, XML code snippets or pyhelios code snippets. | ||
- survey XML: | ||
- scene XML: | ||
- scenepart files: | ||
|
||
``` | ||
# you can put code here | ||
``` | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Actual behavior** | ||
The actual behaviour and/or the error message that you obtain. | ||
|
||
**Your environment (please complete the following information):** | ||
- OS: [e.g. Windows 10] | ||
- HELIOS++/pyhelios version (or Git revision) that exhibits the issue [e.g. 1.1.0] | ||
- Last HELIOS++/pyhelios version that did not exhibit the issue (if applicable): | ||
- Further system details (if relevant): [e.g. 32 RAM] | ||
|
||
**Screenshots (Optional)** | ||
If applicable, you can add screenshots to help explain your problem. | ||
|
||
**Ideas for possible solutions (Optional)** | ||
|
||
**Can you identify the location in the source code where the problem exists? (Optional)** | ||
|
||
**Additional context (Optional)** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Feature request | ||
about: Missing something? Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
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? | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Related issues** | ||
Are there any issues related to this? | ||
|
||
**Additional context** | ||
Add any other context, useful links or screenshots about the feature request here. |
Empty file.
Oops, something went wrong.