Skip to content

Commit

Permalink
Inital commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
shadyysf committed Nov 15, 2019
1 parent a8289fb commit f396818
Show file tree
Hide file tree
Showing 208 changed files with 10,770 additions and 95 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Do not normalize line endings
* -text
56 changes: 28 additions & 28 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
---
name: Bug report
about: Submit a bug report
title: ''
labels: t:Bug report
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is, and why you consider it to be a bug.

**Virtual environments affected**
- [ ] macOS 10.15
- [ ] Ubuntu 16.04 LTS
- [ ] Ubuntu 18.04 LTS
- [ ] Windows Server 2016 R2
- [ ] Windows Server 2019

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

**Actual behavior**
A description with steps to reproduce the issue. If your have a public example or repo to share,
please provide the link.

1. Step 1
2. Step 2
---
name: Bug report
about: Submit a bug report
title: ''
labels: t:Bug report
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is, and why you consider it to be a bug.

**Virtual environments affected**
- [ ] macOS 10.15
- [ ] Ubuntu 16.04 LTS
- [ ] Ubuntu 18.04 LTS
- [ ] Windows Server 2016 R2
- [ ] Windows Server 2019

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

**Actual behavior**
A description with steps to reproduce the issue. If your have a public example or repo to share,
please provide the link.

1. Step 1
2. Step 2
60 changes: 30 additions & 30 deletions .github/ISSUE_TEMPLATE/tool-request.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
---
name: Tool request
about: Request a new tool or update to a tool
title: Update/Add [tool name]
labels: t:Enhancement
assignees: ''

---

**Tool information**
- Tool name: <!--- Name -->
- Add or update? <!--- Add or update? -->
- Desired version: <!--- Let us know if you're requesting a specific version, dev/RC, whatever is latest, etc. -->
- Approximate size: <!--- Leave blank if not known -->
- If this is an add request:
- Brief description of tool: <!--- Description -->
- URL for tool's homepage: <!--- URL -->

**Virtual environments affected**
- [ ] macOS 10.15
- [ ] Ubuntu 16.04 LTS
- [ ] Ubuntu 18.04 LTS
- [ ] Windows Server 2016 R2
- [ ] Windows Server 2019

**Can this tool be installed during the build?**
<!--- If so, please provide a description of how and approximately how much time it takes. -->

**Are you willing to submit a PR?**
<!--- We accept contributions! -->
---
name: Tool request
about: Request a new tool or update to a tool
title: Update/Add [tool name]
labels: t:Enhancement
assignees: ''

---

**Tool information**
- Tool name: <!--- Name -->
- Add or update? <!--- Add or update? -->
- Desired version: <!--- Let us know if you're requesting a specific version, dev/RC, whatever is latest, etc. -->
- Approximate size: <!--- Leave blank if not known -->
- If this is an add request:
- Brief description of tool: <!--- Description -->
- URL for tool's homepage: <!--- URL -->

**Virtual environments affected**
- [ ] macOS 10.15
- [ ] Ubuntu 16.04 LTS
- [ ] Ubuntu 18.04 LTS
- [ ] Windows Server 2016 R2
- [ ] Windows Server 2019

**Can this tool be installed during the build?**
<!--- If so, please provide a description of how and approximately how much time it takes. -->

**Are you willing to submit a PR?**
<!--- We accept contributions! -->
Loading

0 comments on commit f396818

Please sign in to comment.