diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..09d843e --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +custom: ['https://snelson.us/sponsoring/'] diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..f4c673f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..07258db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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.