(doc) add issue templates (#34)

This commit is contained in:
Rob Reynolds
2018-05-10 13:12:30 -05:00
committed by Yosef Durr
parent 106067226e
commit ea9e8ea154
5 changed files with 30 additions and 0 deletions

View File

@@ -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!

View File

@@ -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!

View File

@@ -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?
---
<!-- INSERT ACTUAL TEMPLATE HERE -->

6
.github/ISSUE_TEMPLATE/ReportIssue.md vendored Normal file
View File

@@ -0,0 +1,6 @@
---
name: Report Issue with Dev Setup Scripts
about: Did you find unexpected behavior?
---
<!-- INSERT ACTUAL TEMPLATE HERE -->

View File

@@ -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!