Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add community guidelines/contributing etc. Closes #23. #30

Merged
merged 8 commits into from
Jun 11, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
minor fixes to bug_reports and readme
  • Loading branch information
dmey committed Jun 11, 2019
commit 4e09c69307c4e275cf21f3b97898b67b79c72031
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