Skip to content

Commit

Permalink
1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-snelson committed Mar 5, 2023
1 parent 507eaed commit f195cb4
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

custom: ['https://snelson.us/sponsoring/']
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug Report
about: Submit a bug report for Setup Your Mac (after having reviewed open swiftDialog issues)
title: ''
labels: bug
assignees: dan-snelson

---

> Before submitting a **Setup Your Mac** bug report, please review the [open swiftDialog issues](https://github.com/bartreardon/swiftDialog/issues) to help determine the source of the issue.
**Describe the bug**
A clear, concise description of the bug.

**To Reproduce**
- Please describe how the script was executed (i.e., via macOS Terminal, via in a Jamf Pro Self Service policy, etc.).
- Please detail any modififications.

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

**Code/log output**
Please supply the full command used, and if applicable, add full output from Terminal. Either upload the log, or paste the output in a code block (triple backticks at the start and end of the code block, please!).

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

**Environment (please complete the following information):**
- OS version (i.e., 13.1)
- Script version (i.e., 1.6.0) - please upgrade to the latest version before submitting a bug report.

**Additional context**
Add any other context about the problem here.
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature Request
about: Suggest an idea for Setup Your Mac
title: ''
labels: enhancement
assignees: dan-snelson

---

> **Note:** While all requests are welcome, finding available cycles to custom-code a feature we won't use in our production environment is always challenging.
**Is your feature request related to a problem? Please describe.**
A clear, concise description of the problem. (i.e., I'm frustrated when ...)

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

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

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit f195cb4

Please sign in to comment.