Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d0a9054
Merge pull request #2 from Pnwcomputers/Version2.2
Pnwcomputers Oct 31, 2025
ecbd0d1
Update SystemTester.bat
Pnwcomputers Oct 31, 2025
a0cd51a
Update SystemTester.ps1
Pnwcomputers Oct 31, 2025
0b13bc5
Update SystemTester.bat
Pnwcomputers Oct 31, 2025
c143549
Update README.md
Pnwcomputers Oct 31, 2025
0535583
Update README.md
Pnwcomputers Oct 31, 2025
cd8478b
Update README.md
Pnwcomputers Oct 31, 2025
130f0c8
Update SystemTester.bat
Pnwcomputers Oct 31, 2025
7c6ff97
Update SystemTester.ps1
Pnwcomputers Oct 31, 2025
726fa89
Update README.md
Pnwcomputers Oct 31, 2025
dead6bf
Create .gitkeep
Pnwcomputers Oct 31, 2025
868614b
Create CODE_OF_CONDUCT.md
Pnwcomputers Oct 31, 2025
59d1af0
Create CONTRIBUTING.md
Pnwcomputers Oct 31, 2025
bceecb2
Create PULL_REQUEST_TEMPLATE.md
Pnwcomputers Oct 31, 2025
6c7e947
Update CONTRIBUTING.md
Pnwcomputers Oct 31, 2025
830103e
Create bug_report.md
Pnwcomputers Oct 31, 2025
ff53476
Create config.yml
Pnwcomputers Oct 31, 2025
e3819a0
Create deployment_issue.md
Pnwcomputers Oct 31, 2025
8182758
Create feature_request.md
Pnwcomputers Oct 31, 2025
1bafa3b
Create implementation-question.md
Pnwcomputers Oct 31, 2025
2ae1449
Create COMPATABILITY.md
Pnwcomputers Oct 31, 2025
a9724ea
Create INSTALLATION.md
Pnwcomputers Oct 31, 2025
d111682
Create TROUBLESHOOTING.md
Pnwcomputers Oct 31, 2025
193b051
Update CONTRIBUTING.md
Pnwcomputers Oct 31, 2025
07802a1
Update CONTRIBUTING.md
Pnwcomputers Oct 31, 2025
ff29f8d
Delete CONTRIBUTING.md
Pnwcomputers Oct 31, 2025
1297e80
Update README.md
Pnwcomputers Oct 31, 2025
3455167
Update README.md
Pnwcomputers Oct 31, 2025
07d6008
Update README.md
Pnwcomputers Oct 31, 2025
f1f9df9
Update README.md
Pnwcomputers Oct 31, 2025
487ee71
Update README.md
Pnwcomputers Oct 31, 2025
06eb3c3
Handle both script names in batch launcher (#3)
Pnwcomputers Oct 31, 2025
7f7666b
Add network speed and update visibility to reports (#4)
Pnwcomputers Oct 31, 2025
386d7dc
Improve GPU detection and batch reliability (#5)
Pnwcomputers Oct 31, 2025
d47b6f8
Handle tool verification exit statuses (#6)
Pnwcomputers Oct 31, 2025
96e955d
Update README.md
Pnwcomputers Oct 31, 2025
2c4c029
Fix host:port string interpolation in latency test (#7)
Pnwcomputers Oct 31, 2025
854a7f4
refactor: use approved verbs and fix analyzer issues
Pnwcomputers Oct 31, 2025
2a2ad7c
Merge branch 'Version2.2' into main
Pnwcomputers Oct 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Code of Conduct

We are committed to a welcoming and inclusive community. We adopt the
[Contributor Covenant](https://www.contributor-covenant.org/version/2/1/code_of_conduct/).

For enforcement or to report an incident, contact **coc@example.com**.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md → .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to DeployWorkstation
# Contributing to SystemTester

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

## 📚 Table of Contents
- [🎯 Ways to Contribute](#-ways-to-contribute)
Expand Down
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: Pnwcomputers

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Security issue
url: https://example.com/security
about: Please report security vulnerabilities via our security policy.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/deployment_issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

---
name: Deployment Issue
about: Report problems during workstation deployment
title: '[DEPLOYMENT] '
labels: 'deployment'
assignees: ''
---

## 🖥️ Deployment Environment
- **Target Hardware**: [e.g. Dell OptiPlex 7090]
- **Windows Edition**: [e.g. Windows 11 Pro]
- **Network Environment**: [e.g. Corporate domain, Home network]
- **Deployment Method**: [e.g. USB drive, Network share]

## ❌ Issue Description
What went wrong during deployment?

## 📋 Deployment Log
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: Pnwcomputers

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/implementation-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Implementation Question
about: Ask how to use or implement something
title: ''
labels: ''
assignees: Pnwcomputers

---

---
name: Implementation Question
about: Ask how to use or implement something
title: ''
labels: ''
assignees: Pnwcomputers

---

---
name: "❓ Implementation question"
about: Ask how to use or implement something
title: "[Question]: "
labels: ["question"]
assignees: []
---

**Your question**
What are you trying to do?

**What you tried**
Briefly list steps, code, or docs you followed.

**Context**
Version/commit, OS, environment, etc.
21 changes: 21 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Summary
Explain what this PR changes and why.

## Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Docs update
- [ ] Refactor
- [ ] Other (describe):

## Checklist
- [ ] I ran tests locally and they pass
- [ ] I updated docs/README as needed
- [ ] I linked related issues (e.g., fixes #123)
- [ ] I followed the coding style & conventions

## Screenshots / Demos
If applicable.

## Breaking changes
Describe any breaking changes and migration steps.
1 change: 1 addition & 0 deletions Config/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Loading
Loading