Skip to content

Commit

Permalink
Merge pull request #1133 from RWTH-EBC/development
Browse files Browse the repository at this point in the history
New release 1.0.0!! :-)
  • Loading branch information
LauraMaier authored May 28, 2021
2 parents b00e01d + c672286 commit 65e49dd
Show file tree
Hide file tree
Showing 3,207 changed files with 1,413,712 additions and 67,306 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 9 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,24 @@ about: Create a report to help us improve

---

### Describe the bug
**Describe the bug**
A clear and concise description of what the bug is.

### To Reproduce
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
1. Click on '...'
1. Scroll down to '...'
1. See error
2. Click on '....'
3. Scroll down to '....'
4. See error

### Expected behavior
**Expected behavior**
A clear and concise description of what you expected to happen.

### Screenshots
**Screenshots**
If applicable, add screenshots to help explain your problem.

### System and software specifications
**Desktop (please complete the following information):**
- Simulation environment and version

### Approach to solve issue
1. Add '...' in clas `...`
1. Change component names from `...` to `...`

### Additional context
**Additional context**
Add any other context about the problem here.
45 changes: 41 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# Ignore Dymola output, log and temporary files (in alphabetical order)
# Python #
##########
.metadata
*.pyc
*.bak
.project
.pydevproject


# Windows Office #
##################
~$*


# pip install #
###############
*.egg-info/
*.egg/
*.eggs
dist
*.pypirc


# PyCharm #
###########
.idea/


# Modelica / Dymola #
#####################
*.bak-mo
*.mat
!AixLib/Resources/**/*.mat
*.mof
buildlog.txt
diagnostics.txt
Expand Down Expand Up @@ -28,10 +58,17 @@ stat
status
stop
success
# Ignore files created by BuildingsPy


# Ignore files created by BuildingsPy #
#######################################
*.py[cod]
*simulator*.log
*unitTests*.log
*comparison*.log
# Ignore files created by PyCharm
.idea/
funnel_comp

#Ignore files create by HTML Check
HTML-logfile.txt
#Ignore Dymola License log
Log_NO_DYM_STANDARD_LIC_AVAILABLE.txt
Loading

0 comments on commit 65e49dd

Please sign in to comment.