Skip to content

Commit 8a1bbfe

Browse files
committed
Initialze repo
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent 4dba473 commit 8a1bbfe

21 files changed

+1881
-2
lines changed

.editorconfig

Lines changed: 296 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 Security 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 Security 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/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "nuget"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
open-pull-requests-limit: 5
13+
- package-ecosystem: "docker"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
open-pull-requests-limit: 5
18+
- package-ecosystem: "github-actions"
19+
directory: "/"
20+
schedule:
21+
interval: "weekly"
22+
open-pull-requests-limit: 5

.github/pull_request_template.md

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

0 commit comments

Comments
 (0)