Skip to content

Commit f396818

Browse files
committed
Inital commit.
1 parent a8289fb commit f396818

File tree

208 files changed

+10770
-95
lines changed

Some content is hidden

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

208 files changed

+10770
-95
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Do not normalize line endings
2+
* -text

.github/ISSUE_TEMPLATE/bug-report.md

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
---
2-
name: Bug report
3-
about: Submit a bug report
4-
title: ''
5-
labels: t:Bug report
6-
assignees: ''
7-
8-
---
9-
10-
**Describe the bug**
11-
A clear and concise description of what the bug is, and why you consider it to be a bug.
12-
13-
**Virtual environments affected**
14-
- [ ] macOS 10.15
15-
- [ ] Ubuntu 16.04 LTS
16-
- [ ] Ubuntu 18.04 LTS
17-
- [ ] Windows Server 2016 R2
18-
- [ ] Windows Server 2019
19-
20-
**Expected behavior**
21-
A description of what you expected to happen.
22-
23-
**Actual behavior**
24-
A description with steps to reproduce the issue. If your have a public example or repo to share,
25-
please provide the link.
26-
27-
1. Step 1
28-
2. Step 2
1+
---
2+
name: Bug report
3+
about: Submit a bug report
4+
title: ''
5+
labels: t:Bug report
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is, and why you consider it to be a bug.
12+
13+
**Virtual environments affected**
14+
- [ ] macOS 10.15
15+
- [ ] Ubuntu 16.04 LTS
16+
- [ ] Ubuntu 18.04 LTS
17+
- [ ] Windows Server 2016 R2
18+
- [ ] Windows Server 2019
19+
20+
**Expected behavior**
21+
A description of what you expected to happen.
22+
23+
**Actual behavior**
24+
A description with steps to reproduce the issue. If your have a public example or repo to share,
25+
please provide the link.
26+
27+
1. Step 1
28+
2. Step 2
+30-30
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
---
2-
name: Tool request
3-
about: Request a new tool or update to a tool
4-
title: Update/Add [tool name]
5-
labels: t:Enhancement
6-
assignees: ''
7-
8-
---
9-
10-
**Tool information**
11-
- Tool name: <!--- Name -->
12-
- Add or update? <!--- Add or update? -->
13-
- Desired version: <!--- Let us know if you're requesting a specific version, dev/RC, whatever is latest, etc. -->
14-
- Approximate size: <!--- Leave blank if not known -->
15-
- If this is an add request:
16-
- Brief description of tool: <!--- Description -->
17-
- URL for tool's homepage: <!--- URL -->
18-
19-
**Virtual environments affected**
20-
- [ ] macOS 10.15
21-
- [ ] Ubuntu 16.04 LTS
22-
- [ ] Ubuntu 18.04 LTS
23-
- [ ] Windows Server 2016 R2
24-
- [ ] Windows Server 2019
25-
26-
**Can this tool be installed during the build?**
27-
<!--- If so, please provide a description of how and approximately how much time it takes. -->
28-
29-
**Are you willing to submit a PR?**
30-
<!--- We accept contributions! -->
1+
---
2+
name: Tool request
3+
about: Request a new tool or update to a tool
4+
title: Update/Add [tool name]
5+
labels: t:Enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Tool information**
11+
- Tool name: <!--- Name -->
12+
- Add or update? <!--- Add or update? -->
13+
- Desired version: <!--- Let us know if you're requesting a specific version, dev/RC, whatever is latest, etc. -->
14+
- Approximate size: <!--- Leave blank if not known -->
15+
- If this is an add request:
16+
- Brief description of tool: <!--- Description -->
17+
- URL for tool's homepage: <!--- URL -->
18+
19+
**Virtual environments affected**
20+
- [ ] macOS 10.15
21+
- [ ] Ubuntu 16.04 LTS
22+
- [ ] Ubuntu 18.04 LTS
23+
- [ ] Windows Server 2016 R2
24+
- [ ] Windows Server 2019
25+
26+
**Can this tool be installed during the build?**
27+
<!--- If so, please provide a description of how and approximately how much time it takes. -->
28+
29+
**Are you willing to submit a PR?**
30+
<!--- We accept contributions! -->

0 commit comments

Comments
 (0)