From a128b7cc797830dba6015e0523e3ab0d5d01a347 Mon Sep 17 00:00:00 2001 From: Paul Broadwith Date: Thu, 10 Mar 2022 19:00:40 +0000 Subject: [PATCH] (#2646) Use org level templates --- .github/ISSUE_TEMPLATE.md | 51 ------------------- .github/ISSUE_TEMPLATE/AskQuestion.md | 18 ------- .github/ISSUE_TEMPLATE/ReportGUIIssue.md | 14 ----- .github/ISSUE_TEMPLATE/ReportPackageIssue.md | 19 ------- .github/ISSUE_TEMPLATE/ReportWebsiteIssue.md | 14 ----- .../ISSUE_TEMPLATE/zChocoFeatureRequest.md | 10 ---- .github/ISSUE_TEMPLATE/zChocoReportIssue.md | 43 ---------------- .github/PULL_REQUEST_TEMPLATE.md | 15 ------ .github/SECURITY.md | 6 --- 9 files changed, 190 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/ISSUE_TEMPLATE/AskQuestion.md delete mode 100644 .github/ISSUE_TEMPLATE/ReportGUIIssue.md delete mode 100644 .github/ISSUE_TEMPLATE/ReportPackageIssue.md delete mode 100644 .github/ISSUE_TEMPLATE/ReportWebsiteIssue.md delete mode 100644 .github/ISSUE_TEMPLATE/zChocoFeatureRequest.md delete mode 100644 .github/ISSUE_TEMPLATE/zChocoReportIssue.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/SECURITY.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 8dff228885..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,51 +0,0 @@ - - -### What You Are Seeing? - -### What is Expected? - -### How Did You Get This To Happen? (Steps to Reproduce) - -### Output Log - - -GIST LINK - Please create a gist and link to that gist here - -OR - -~~~sh -PLACE LOG CONTENT HERE -~~~ - - diff --git a/.github/ISSUE_TEMPLATE/AskQuestion.md b/.github/ISSUE_TEMPLATE/AskQuestion.md deleted file mode 100644 index 871aaa54c0..0000000000 --- a/.github/ISSUE_TEMPLATE/AskQuestion.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Ask Question -about: Do you have a question? ---- - -STOP RIGHT HERE - DO NOT CREATE A TICKET FOR A QUESTION ON THIS REPOSITORY - -1. Start with https://docs.chocolatey.org/en-us/troubleshooting (Troubleshooting) and https://docs.chocolatey.org/en-us/faqs (FAQs) to see if your question or issue already has an answer. You can also explore https://docs.chocolatey.org/en-us/ (which are pretty comprehensive, but not always the most searchable). -2. If not found or resolved, please see https://chocolatey.org/support to see what avenues are available to you based on whether you are an open source user or a licensed customer (have a commercial edition). - - -The best routes for getting questions answered when the documentation doesn't serve what you need is the mailing list or in chat: -- email - http://groups.google.com/group/chocolatey -- chat - https://ch0.co/community-support - - - -NOTE: Keep in mind we have an etiquette regarding communication that we expect folks to observe when they are looking for support in the Chocolatey community. https://github.com/chocolatey/choco/blob/develop/README.md#etiquette-regarding-communication \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/ReportGUIIssue.md b/.github/ISSUE_TEMPLATE/ReportGUIIssue.md deleted file mode 100644 index cc5269c28f..0000000000 --- a/.github/ISSUE_TEMPLATE/ReportGUIIssue.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Chocolatey GUI - Report Issue / Suggest Feature -about: Did you find unexpected behavior? ---- - -STOP RIGHT HERE - DO NOT CREATE A TICKET FOR Chocolatey GUI ON THIS REPOSITORY - -This is the repository for choco.exe, the command line interface for Chocolatey, and issues/feature suggestions should be limited to only choco. - -For Chocolatey GUI, you will need to head over to https://github.com/chocolatey/ChocolateyGUI and file a ticket there. - - - -NOTE: Keep in mind we have an etiquette regarding communication that we expect folks to observe when they are looking for support in the Chocolatey community. https://github.com/chocolatey/choco/blob/develop/README.md#etiquette-regarding-communication \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/ReportPackageIssue.md b/.github/ISSUE_TEMPLATE/ReportPackageIssue.md deleted file mode 100644 index 6b77334451..0000000000 --- a/.github/ISSUE_TEMPLATE/ReportPackageIssue.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Package - Report Issue / Suggest Missing Package / Package Outdated -about: Something went wrong with an installation? Want a package to be added to the community repository? ---- - -STOP RIGHT HERE - DO NOT CREATE A TICKET FOR PACKAGES ON THIS REPOSITORY - -This is the repository for choco.exe, the command line interface for Chocolatey, and issues/feature suggestions should be limited to only choco. For a package failure, typically you would be reporting an issue with a package on the community package repository, which is not what this repository represents. In fact, the community repository and all of its packages represents about 5% of the packages in existence and less than half of the usage of choco itself. - - In other words Chocolatey != Chocolatey.org Packages. - -For all things packages, you have two routes: - -1. If you are having issue with a package or you want to see an enhancement, please see https://docs.chocolatey.org/en-us/community-repository/users/package-triage-process (Package Triage Process / Becoming a maintainer of existing packages). -2. If you are looking for packages to be added to the community package repository (aka https://community.chocolatey.org/packages), please see https://docs.chocolatey.org/en-us/community-repository/users/package-triage-process#package-request-package-missing (Package Requests). - - - -NOTE: Keep in mind we have an etiquette regarding communication that we expect folks to observe when they are looking for support in the Chocolatey community. https://github.com/chocolatey/choco/blob/develop/README.md#etiquette-regarding-communication \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/ReportWebsiteIssue.md b/.github/ISSUE_TEMPLATE/ReportWebsiteIssue.md deleted file mode 100644 index 378526a823..0000000000 --- a/.github/ISSUE_TEMPLATE/ReportWebsiteIssue.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -name: Website - Report Issue / Suggest Feature -about: Something weird about https://community.chocolatey.org or do you want to suggest a feature? ---- - -STOP RIGHT HERE - DO NOT CREATE A TICKET FOR THE WEBSITE ON THIS REPOSITORY - -This is the repository for choco.exe, the command line interface for Chocolatey, and issues/feature suggestions should be limited to only choco. - -For Chocolatey Gallery aka Chocolatey Community Package Repository, you will need to head over to https://github.com/chocolatey/home and file a ticket there. - - - -NOTE: Keep in mind we have an etiquette regarding communication that we expect folks to observe when they are looking for support in the Chocolatey community. https://github.com/chocolatey/choco/blob/develop/README.md#etiquette-regarding-communication \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/zChocoFeatureRequest.md b/.github/ISSUE_TEMPLATE/zChocoFeatureRequest.md deleted file mode 100644 index 6ed75aa16d..0000000000 --- a/.github/ISSUE_TEMPLATE/zChocoFeatureRequest.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Choco.exe - Enhancement / Feature Request -about: How can we make Chocolatey work better for you? Is there additional functionality you would love us to consider? ---- - - diff --git a/.github/ISSUE_TEMPLATE/zChocoReportIssue.md b/.github/ISSUE_TEMPLATE/zChocoReportIssue.md deleted file mode 100644 index efc1779b06..0000000000 --- a/.github/ISSUE_TEMPLATE/zChocoReportIssue.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -name: Choco.exe - Report Issue -about: Did you find unexpected behavior? ---- - - - -### What You Are Seeing? - -### What is Expected? - -### How Did You Get This To Happen? (Steps to Reproduce) - -### Output Log - - - -
-Full Log Output - -

- -~~~sh -PLACE LOG CONTENT HERE - WE NEED _ALL_ DETAILED OUTPUT BASED ON THE ABOVE TO BE ABLE TO PROVIDE SUPPORT (YOU WILL FIND THAT IN THE $env:ChocolateyInstall\logs\chocolatey.log between the `=====`) -~~~ - -

- -
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 70fde27394..0000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/.github/SECURITY.md b/.github/SECURITY.md deleted file mode 100644 index 43998ec9bb..0000000000 --- a/.github/SECURITY.md +++ /dev/null @@ -1,6 +0,0 @@ -# Security Policies and Procedures - -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://docs.chocolatey.org/en-us/information/security to see -instructions on how to provide the disclosure. Thank you!