diff --git a/.github/ISSUE_TEMPLATE/BoxstarterIssueFeature.md b/.github/ISSUE_TEMPLATE/BoxstarterIssueFeature.md new file mode 100644 index 0000000..2b5d887 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BoxstarterIssueFeature.md @@ -0,0 +1,6 @@ +--- +name: Issue / Feature for Boxstarter +about: Finding an issue with Boxstarter itself? Functionality you want to see added to it. +--- + +Please go to https://github.com/chocolatey/boxstarter/issues and create your issue there. Thank you! diff --git a/.github/ISSUE_TEMPLATE/ChocolateyIssueFeature.md b/.github/ISSUE_TEMPLATE/ChocolateyIssueFeature.md new file mode 100644 index 0000000..ebd5084 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ChocolateyIssueFeature.md @@ -0,0 +1,6 @@ +--- +name: Issue / Feature for Chocolatey +about: Finding an issue with Chocolatey itself? Functionality you want to see added to it. +--- + +Please go to https://github.com/chocolatey/choco/issues and create your issue there. Thank you! diff --git a/.github/ISSUE_TEMPLATE/FeatureRequest.md b/.github/ISSUE_TEMPLATE/FeatureRequest.md new file mode 100644 index 0000000..8958010 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FeatureRequest.md @@ -0,0 +1,6 @@ +--- +name: Enhancement / Feature Request +about: How can we make this work better for you? Is there additional functionality you would love us to consider? +--- + + diff --git a/.github/ISSUE_TEMPLATE/ReportIssue.md b/.github/ISSUE_TEMPLATE/ReportIssue.md new file mode 100644 index 0000000..eb4fdb7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ReportIssue.md @@ -0,0 +1,6 @@ +--- +name: Report Issue with Dev Setup Scripts +about: Did you find unexpected behavior? +--- + + diff --git a/.github/ISSUE_TEMPLATE/SecurityDisclosure.md b/.github/ISSUE_TEMPLATE/SecurityDisclosure.md new file mode 100644 index 0000000..6968c86 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/SecurityDisclosure.md @@ -0,0 +1,6 @@ +--- +name: Security Disclosure / Report +about: Found a security issue? +--- + +STOP RIGHT HERE. Security reports should never start out in the open. Please follow up directly with the team if you have a contact. If not you can always start with the information at https://chocolatey.org/security to see instructions on how to provide the disclosure - the Chocolatey Team can route it to the proper folks if it is not for Chocolatey or Boxstarter. Thank you!