Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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