Skip to content

Commit 3da79c8

Browse files
authored
Add security, support, and contributing docs (#28)
add security, support, and contributing docs
1 parent 0870cfa commit 3da79c8

File tree

4 files changed

+35
-0
lines changed

4 files changed

+35
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Feature requests
4+
url: https://github.com/wpengine/github-action-wpe-site-deploy/discussions/new
5+
about: Create a new discussion in the "Ideas" category
6+
- name: Help requests
7+
url: https://my.wpengine.com/support
8+
about: Contact WP Engine live chat support for help with configuration or troubleshooting

.github/SUPPORT.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Support
2+
3+
WP Engine is committed to supporting and maintaining the functionality and security of the Site Deploy GitHub Action.
4+
5+
- Questions concerning action configuration and troubleshooting may be raised via [WP Engine live chat support](https://my.wpengine.com/support).
6+
- Bug reports may be submitted as [issues](https://github.com/wpengine/github-action-wpe-site-deploy/issues/new?assignees=&labels=&template=bug_report.md&title=).
7+
- Feature requests can be submitted as a [new discussion](https://github.com/wpengine/github-action-wpe-site-deploy/discussions/new) in the "Ideas" category.

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributing
2+
3+
Thanks for your interest in contributing! There are several ways to get involved:
4+
5+
- Discuss open [issues](https://github.com/wpengine/github-action-wpe-site-deploy/issues).
6+
- Submit [bugs](https://github.com/wpengine/github-action-wpe-site-deploy/issues/new?assignees=&labels=&template=bug_report.md&title=) and help us verify fixes as they are checked in.
7+
- Open or participate in [discussions](https://github.com/wpengine/github-action-wpe-site-deploy/discussions) regarding feature requests.

SECURITY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Security
2+
3+
At WP Engine, we take security seriously. We appreciate our community’s involvement in finding and fixing security issues on our platform.
4+
5+
## Reporting a Security Issue
6+
7+
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).
8+
9+
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.
10+
11+
A member of our security or support team will follow up with you regarding the issue shortly.
12+
13+
Thank you for reporting your security concern with us!

0 commit comments

Comments
 (0)