Skip to content

Commit

Permalink
Merge pull request #344 from 3dgeo-heidelberg/dev
Browse files Browse the repository at this point in the history
1.2.0 release
  • Loading branch information
han16nah authored Feb 28, 2023
2 parents f91614c + 2a8852d commit 1aab8e6
Show file tree
Hide file tree
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.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
Loading

0 comments on commit 1aab8e6

Please sign in to comment.