forked from OpenFAST/openfast
-
Notifications
You must be signed in to change notification settings - Fork 6
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 #9 from rafmudaf/F/FloatingLin
Merge openfast/dev
- Loading branch information
Showing
446 changed files
with
3,083 additions
and
1,682 deletions.
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,6 @@ | ||
# add (semi-useful) version info to git archive | ||
CreateGitVersion.bat ident export-subst | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.bat text eol=crlf | ||
|
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,56 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug to help us improve | ||
title: 'Bug report' | ||
labels: "Type: Bug" | ||
--- | ||
|
||
**Bug description** | ||
<A clear and concise description of the bug.> | ||
|
||
**To Reproduce** | ||
<Update the following list with your specific information.> | ||
Steps to reproduce the behavior: | ||
1. Compile with '...' | ||
2. Run '...' case with '...' settings | ||
3. Open '...' output | ||
4. See the error | ||
|
||
**Expected behavior** | ||
<A clear and concise description of what you expected to happen.> | ||
|
||
**Screenshots, if applicable** | ||
<Add screenshots to help explain your problem.> | ||
|
||
**OpenFAST Version** | ||
<Please provide as much detail as possible including git commit. The best information is a screenshot of the OpenFAST system description that prints when running OpenFAST:> | ||
|
||
``` | ||
************************************************************************************************** | ||
OpenFAST | ||
Copyright (C) National Renewable Energy Laboratory | ||
Copyright (C) Envision Energy USA LTD | ||
This program is licensed under Apache License Version 2.0 and comes with ABSOLUTELY NO WARRANTY. | ||
See the "LICENSE" file distributed with this software for details. | ||
************************************************************************************************** | ||
OpenFAST-v2.0.0 | ||
Compile Info: | ||
- Architecture: 64 bit | ||
- Precision: double | ||
- Date: Nov 27 2018 | ||
- Time: 17:19:38 | ||
Execution Info: | ||
- Date: 11/29/2018 | ||
- Time: 10:52:28-0700 | ||
``` | ||
|
||
**System Information (please complete the following information):** | ||
- OS: <e.g. Ubuntu 14.04 or macOS 10.12> | ||
- Compiler: <e.g. GFortran 4.4> | ||
- Compiler settings: <e.g. CMake flags or other settings> | ||
|
||
**Additional context** | ||
<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,18 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: 'Feature request' | ||
labels: 'Type: Enhancement' | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
<A clear and concise description of the problem.> | ||
|
||
**Describe the solution you'd like** | ||
<A clear and concise description of what you want to happen.> | ||
|
||
**Describe alternatives you've considered** | ||
<A clear and concise description of any alternative solutions or features youve considered.> | ||
|
||
**Additional context** | ||
<Add any other context or screenshots about the feature request 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,18 @@ | ||
|
||
**Complete this sentence** | ||
THIS PULL REQUEST __ [IS/IS NOT] __ READY TO MERGE | ||
|
||
**Feature or improvement description** | ||
<A clear and concise description of the new code.> | ||
|
||
**Related issue, if one exists** | ||
<Link to a related GitHub Issue.> | ||
|
||
**Impacted areas of the software** | ||
<List any modules or other areas which should be impacted by this pull request. This helps to determine the verification tests.> | ||
|
||
**Additional supporting information** | ||
<Add any other context about the problem here.> | ||
|
||
**Test results, if applicable** | ||
<Add the results from unit tests and regression tests here along with justification for any failing test cases.> |
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
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
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
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
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
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
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
Oops, something went wrong.