Skip to content

Commit 9612cb4

Browse files
authored
Merge pull request #17 from Project-MONAI/release/0.1.0
0.1.0 Release
2 parents 09a0b8f + 55ebb78 commit 9612cb4

File tree

77 files changed

+30685
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+30685
-8
lines changed

.editorconfig

Lines changed: 297 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
### Description
11+
A clear and concise description of what the bug is.
12+
13+
### Steps to reproduce
14+
Please share a clear and concise description of the problem.
15+
1. Go to '...'
16+
2. Install '....'
17+
3. Run commands '....'
18+
...
19+
20+
### Expected behavior
21+
A clear and concise description of what you expected to happen.
22+
23+
### Actual behavior
24+
A clear and concise description of what actually happened.
25+
26+
### Configuration
27+
28+
* MONAI Deploy Storage Library version/commit:
29+
* OS and version (distro if applicable):
30+
* Kubernetes version (if applicable):
31+
* Docker version (if applicable):
32+
* Installation source (NGC, Dockerhub, or something else):
33+
* Hardware configuration (CPU, GPU, memory, storage, etc...):
34+
* Application & version (e.g. Informatics Gateway, 0.1.0):
35+
36+
### Regression?
37+
Did this work in the previous build or release of the MONAI Deploy Storage Library? If you can try a previous release or build to find out, that can help us narrow down the problem. If you don't know, that's OK.
38+
39+
### Other information
40+
(Please attach any logs available and remember to anonymize any PHI before sharing).
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!--
2+
SPDX-FileCopyrightText: © 2021-2022 MONAI Consortium
3+
SPDX-License-Identifier: Apache License 2.0
4+
-->
5+
6+
Fixes # .
7+
8+
### Description
9+
A few sentences describing the changes proposed in this pull request.
10+
11+
### Status
12+
**Ready/Work in progress/Hold**
13+
14+
### Types of changes
15+
<!--- Put an `x` in all the boxes that apply, and remove the not applicable items -->
16+
- [ ] Non-breaking change (fix or new feature that would not break existing functionality).
17+
- [ ] Breaking change (fix or new feature that would cause existing functionality to change).
18+
- [ ] New tests added to cover the changes.
19+
- [ ] All tests passed locally by running `./src/run-tests-in-docker.sh`.
20+
- [ ] [Documentation comments](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/documentation-comments) included/updated.
21+
- [ ] User guide updated.
22+
- [ ] I have updated the changelog

0 commit comments

Comments
 (0)