Skip to content

Commit

Permalink
minor fixes to bug_reports and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmey committed Jun 11, 2019
1 parent b9a2e85 commit 4e09c69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
10 changes: 2 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
- Compiler [e.g. gcc/gfortran, icc/ifortran]
- Version [e.g. 8.1.0]

**Additional context**
Add any other context about the problem here.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ WRF-CMake and WPS-CMake can be built and installed using [Homebrew](https://docs

``` bash
brew tap wrf-cmake/wrf
# Apple Clang is not supported in latest avalable WRF-CMake release (4.0.3),
# however this has now been fixed and the fixes are available from the wrf-cmake branch.
# We pass the `--HEAD` flag to buld WRF-CMake and WPS-CMake from the latest commit from the wrf-cmake branch.
brew install wrf --HEAD -v
brew install wrf -v
```


Expand Down Expand Up @@ -110,8 +107,6 @@ The corresponding reference list should be as follows
**A Description of the Advanced Research WRF Version 3**. NCAR Tech (2008). Note NCAR/TN-475+STR. https://doi.org/10.5065/D68S4MVH




## How to contribute

If you are looking to contribute, please read our [Contributors' guide](CONTRIBUTING.md) for details.
Expand Down

1 comment on commit 4e09c69

@zbeekman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM... Still supporting iOS though, impressive 😉 (note: This is total bike-shedding, I'm happy to let things stay as is and move on.)

Please sign in to comment.