Skip to content

Commit ef7cc2e

Browse files
authored
VS AI Update (#8)
* Update SystemTester.bat * Update SystemTester.ps1 * Update SystemTester.bat * Update README.md * Update README.md * Update README.md * Update SystemTester.bat * Update SystemTester.ps1 * Update README.md * Create .gitkeep * Create CODE_OF_CONDUCT.md * Create CONTRIBUTING.md * Create PULL_REQUEST_TEMPLATE.md * Update CONTRIBUTING.md * Create bug_report.md * Create config.yml * Create deployment_issue.md * Create feature_request.md * Create implementation-question.md * Create COMPATABILITY.md * Create INSTALLATION.md * Create TROUBLESHOOTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Delete CONTRIBUTING.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Handle both script names in batch launcher (#3) * Add network speed and update visibility to reports (#4) * Improve GPU detection and batch reliability (#5) * Handle tool verification exit statuses (#6) * Update README.md * Fix host:port string interpolation in latency test (#7) * refactor: use approved verbs and fix analyzer issues - Clean-ToolOutput -> Convert-ToolOutput (+call site) - Run-Tool -> Invoke-Tool (+call sites) - Generate-Report -> New-Report (+call sites) - Replace param with (alias Args) - Avoid automatic var in PsPing - Fix comparison order - Remove unused var - Repair GPU submenu strings causing parse error
1 parent 95e8389 commit ef7cc2e

15 files changed

Lines changed: 786 additions & 111 deletions

.github/CODE_OF_CONDUCT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Code of Conduct
2+
3+
We are committed to a welcoming and inclusive community. We adopt the
4+
[Contributor Covenant](https://www.contributor-covenant.org/version/2/1/code_of_conduct/).
5+
6+
For enforcement or to report an incident, contact **coc@example.com**.

CONTRIBUTING.md renamed to .github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to DeployWorkstation
1+
# Contributing to SystemTester
22

3-
Thank you for your interest in contributing to DeployWorkstation! This document provides guidelines and information for contributors.
3+
Thank you for your interest in contributing to SystemTester! This document provides guidelines and information for contributors.
44

55
## 📚 Table of Contents
66
- [🎯 Ways to Contribute](#-ways-to-contribute)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: Pnwcomputers
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Security issue
4+
url: https://example.com/security
5+
about: Please report security vulnerabilities via our security policy.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
---
3+
name: Deployment Issue
4+
about: Report problems during workstation deployment
5+
title: '[DEPLOYMENT] '
6+
labels: 'deployment'
7+
assignees: ''
8+
---
9+
10+
## 🖥️ Deployment Environment
11+
- **Target Hardware**: [e.g. Dell OptiPlex 7090]
12+
- **Windows Edition**: [e.g. Windows 11 Pro]
13+
- **Network Environment**: [e.g. Corporate domain, Home network]
14+
- **Deployment Method**: [e.g. USB drive, Network share]
15+
16+
## ❌ Issue Description
17+
What went wrong during deployment?
18+
19+
## 📋 Deployment Log
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: Pnwcomputers
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.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Implementation Question
3+
about: Ask how to use or implement something
4+
title: ''
5+
labels: ''
6+
assignees: Pnwcomputers
7+
8+
---
9+
10+
---
11+
name: Implementation Question
12+
about: Ask how to use or implement something
13+
title: ''
14+
labels: ''
15+
assignees: Pnwcomputers
16+
17+
---
18+
19+
---
20+
name: "❓ Implementation question"
21+
about: Ask how to use or implement something
22+
title: "[Question]: "
23+
labels: ["question"]
24+
assignees: []
25+
---
26+
27+
**Your question**
28+
What are you trying to do?
29+
30+
**What you tried**
31+
Briefly list steps, code, or docs you followed.
32+
33+
**Context**
34+
Version/commit, OS, environment, etc.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Summary
2+
Explain what this PR changes and why.
3+
4+
## Type of change
5+
- [ ] Bug fix
6+
- [ ] New feature
7+
- [ ] Docs update
8+
- [ ] Refactor
9+
- [ ] Other (describe):
10+
11+
## Checklist
12+
- [ ] I ran tests locally and they pass
13+
- [ ] I updated docs/README as needed
14+
- [ ] I linked related issues (e.g., fixes #123)
15+
- [ ] I followed the coding style & conventions
16+
17+
## Screenshots / Demos
18+
If applicable.
19+
20+
## Breaking changes
21+
Describe any breaking changes and migration steps.

Config/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)