diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000000..8e6746f3da --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,40 @@ +--- +name: "\U0001F41E Bug report" +about: Let us know if something isn't working as you expect it to. + +--- + +**Describe the bug** + +A clear and concise description of what the bug is. + +**To reproduce** + +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** + +A clear and concise description of what you expected to happen. + +**Screenshots** + +If applicable, add screenshots to help explain your problem. + +**WordCamp** + +If this is a problem on a specific WordCamp's site, list the site or page URL here. + +**System (please complete the following information):** + + - Device: [e.g. laptop, iPhone6] + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Security Issues** + +To report a security issue, please visit the WordPress HackerOne program: https://hackerone.com/wordpress. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000000..8632112bbd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,13 @@ +--- +name: "✨ Feature request" +about: If you have an idea to improve an existing WordCamp feature, please let us know. + +--- + +Feature requests should be made on the Make Community P2, to ensure everyone can contribute to new ideas. Please follow this process for new features: https://make.wordpress.org/community/feature-requests-for-community-sites/ + +If you have a problem, go back and select the Bug Report option. + +--------------- + +If you've already made your feature proposal on the p2, you can summarize it here and make sure to include a link. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/support-request.md b/.github/ISSUE_TEMPLATE/support-request.md new file mode 100644 index 0000000000..82feaa7f80 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-request.md @@ -0,0 +1,20 @@ +--- +name: "❓ Support Question" +about: If you have a question please see our docs or try Slack. + +--- + +If you have a question about using your site, or contributing to the platform, please email support@wordcamp.org or join the `#meta-wordcamp` channel in the official WordPress Slack workspace: https://make.wordpress.org/chat/ + +**Helpful documentation** + +We have a handbook for WordCamp organizers which has a lot of information about running a WordCamp. Some sections that might help if you're looking here: + +- Setting up your WordCamp theme: https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/web-presence/setting-up-your-wordcamp-theme/ +- Custom tools for WordCamp content: https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/web-presence/custom-tools-for-building-wordcamp-content/ +- Selling Tickets: https://make.wordpress.org/community/handbook/wordcamp-organizer/planning-details/selling-tickets/ +- Using the CampTix plugin: https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/web-presence/using-camptix-event-ticketing-plugin/ + +**General WordCamp questions** + +There are always people to help around on the WordPress Slack workspace. You can use the `#community-events` channel for organizational help, or the `#meta-wordcamp` channel for website & technical help. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..7546675fdb --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,18 @@ + + + +Fixes #, See # + + + +### Screenshots + + + +### How to test the changes in this Pull Request: + +1. +2. +3. + + diff --git a/readme.md b/readme.md index e2b5688f39..7a670779fe 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,11 @@ There are two primary ways to setup this repo for local development. If you have a question about using your site, or contributing to the platform, please email [support@wordcamp.org](mailto:support@wordcamp.org) or join the `#meta-wordcamp` channel in [the official WordPress Slack workspace](https://make.wordpress.org/chat/). +### Bugs & Feature Requests + +We encourage community members and organizers to [open issues for bugs & feature requests.](https://github.com/WordPress/wordcamp.org/issues/new/choose) We go through and prioritize issues at least once a month. We also have a monthly meeting where we discuss current tickets, patches, and PRs. This usually happens on the third Thursday of the month, you can watch for announcements on the [make.wordpress.org/meta blog.](https://make.wordpress.org/meta/) + + ## Security Please report security vulnerabilities via [our HackerOne bounty program](https://hackerone.com/wordpress).