Skip to content

Commit

Permalink
Merge pull request #39 from CrayLabs/develop
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
mellis13 authored Apr 2, 2021
2 parents eb584cf + 218204a commit 7b375df
Show file tree
Hide file tree
Showing 265 changed files with 34,466 additions and 7,683 deletions.
16 changes: 0 additions & 16 deletions .coveragerc

This file was deleted.

3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

./src/fortran/client/*.inc linguist-language=Fortran
./src/fortran/dataset/*.inc linguist-language=Fortran
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug
about: Bug report
title: ''
labels: 'type: bug'
assignees: ''

---

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

**How to reproduce**
steps to reproduce the bug

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

**System**
- OS:
- OS version:
- Commit/version of library:
- Workload manager (e.g. PBS, Slurm):
- Workload manager version:
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature
about: Feature suggestion or idea
title: ''
labels: 'type: feature'
assignees: ''

---

**Description**
What is the point of this feature? Why include it?

**Justification**
Who will benefit from this feature?

**Implementation Strategy**
How should this feature be implemented? What will need to be done/included?
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ output/*.html
output/*/index.html

# Sphinx
docs/_build
doc/_build
doc/c_client
doc/cpp_client
doc/fortran_client

.DS_Store
*~
Expand Down
Loading

0 comments on commit 7b375df

Please sign in to comment.