From 7e928c69183890ad05aee84f6bb493096e49d976 Mon Sep 17 00:00:00 2001 From: Andrew Matthews Date: Tue, 22 Nov 2022 14:32:08 -0500 Subject: [PATCH] Add housekeeping files --- .github/ISSUE_TEMPLATE/bug_report.md | 28 ++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ .github/SUPPORT.md | 6 ++++++ CONTRIBUTING.md | 7 +++++++ LICENSE | 21 +++++++++++++++++++++ SECURITY.md | 13 +++++++++++++ 7 files changed, 88 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/PULL_REQUEST_TEMPLATE.md create mode 100644 .github/SUPPORT.md create mode 100644 CONTRIBUTING.md create mode 100644 LICENSE create mode 100644 SECURITY.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..88844f1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of the bug goes here. + +### To reproduce +Any steps, flags, details that can help the team reproduce the issue. + +### Expected behavior +A clear and concise description of what you expected to happen. + +### Build Output & Screenshots +Optionally add the relevant build output and screenshots to help explain your problem. + +### Version information +- Image version: x.x.x +- Docker version: x.x.x +- Operating system: + +### Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..83086b1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Feature requests + url: https://github.com/wpengine/site-deploy/discussions/new + about: Create a new discussion in the "Ideas" category \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..f5015c9 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,8 @@ +# JIRA Ticket + +[CICD-1234](https://wpengine.atlassian.net/browse/CICD-1234) + +## What Are We Doing Here + +Here is where you should describe the problem you are solving, adding any fine details on the solution that might +otherwise not be recognizable for someone unfamiliar with the changes. Add some pictures if it helps. diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md new file mode 100644 index 0000000..96c217f --- /dev/null +++ b/.github/SUPPORT.md @@ -0,0 +1,6 @@ +# Support + +WP Engine is committed to supporting and maintaining the functionality and security of the Site Deploy image. + +- Bug reports may be submitted as [issues](https://github.com/wpengine/site-deploy/issues/new?assignees=&labels=&template=bug_report.md&title=). +- Feature requests can be submitted as a [new discussion](https://github.com/wpengine/site-deploy/discussions/new) in the "Ideas" category. \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..0c345cb --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing + +Thanks for your interest in contributing! There are several ways to get involved: + +- Discuss open [issues](https://github.com/wpengine/site-deploy/issues). +- Submit [bugs](https://github.com/wpengine/site-deploy/issues/new?assignees=&labels=&template=bug_report.md&title=) and help us verify fixes as they are checked in. +- Open or participate in [discussions](https://github.com/wpengine/site-deploy/discussions) regarding feature requests. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..af84c50 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 WP Engine + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..d4aa6f9 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,13 @@ +# Security + +At WP Engine, we take security seriously. We appreciate our community’s involvement in finding and fixing security issues on our platform. + +## Reporting a Security Issue + +If you have found a security vulnerability or other security issue on WP Engine and are a WP Engine customer, please [contact WP Engine support](https://my.wpengine.com/support?#general-issue). + +If you are not a WP Engine customer, please submit security vulnerabilities or other security issues via our Intigriti Vulnerability Disclosure Program at https://app.intigriti.com/programs/wpengine/wpengine/detail. + +A member of our security or support team will follow up with you regarding the issue shortly. + +Thank you for reporting your security concern with us! \ No newline at end of file