GatherPress is a community-powered event management pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. for WordPress. You’ll audit sections of its documentation against the actual plugin, identify gaps or inaccuracies, and file issues on GitHubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/. Every gap you find helps make the plugin easier for new users and developers to adopt.
No coding experience required. If you can read documentation, test a plugin, and write a clear issue report, you can do this.
- Reference: GatherPress user documentation
- Connect: Join #gatherpress on SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/ and introduce yourself
Steps
- Get familiar with the plugin. Open the GatherPress Playground environment and click around — create an event, set up a venue, try the RSVP system. Build enough familiarity that you’ll notice when the docs don’t match the actual experience.
-
Pick a section to audit. Good starting points: Getting started, Creating and managing events, Blocks, or the RSVP system. Not sure where to start? Ask in #gatherpress.
-
Audit against the live plugin. Work through your chosen section, comparing what the documentation says to what the plugin actually does. Check accuracy, completeness, clarity, screenshots, links, and consistency between GatherPress.org and the GitHub /docs folder.
-
File one issue per problem. Go to the GatherPress GitHub repository. Use a clear title (e.g.
Docs: Getting started page missing timezone setting step), include the documentation URLURL A specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org, describe the problem, and note the GatherPress version you tested against. If you’re unsure whether something is a real gap, file it anyway and note your uncertainty.
Contribution checklist
- Explored GatherPress in Playground to build familiarity
- Checked both GatherPress.org and the GitHub /docs folder for your section
- Verified screenshots, links, and steps against the current plugin version
- Filed one issue per problem with a clear title, URL, and version tested
What happens next
Watch your GitHub issues for responses from the team. Follow up promptly if a maintainer asks for clarification. Once an issue is resolved, verify the fix and close it if it looks good.
After your first audit, there are always more sections to review. Check open issues for existing documentation issues, or follow GatherPress releases to see what’s changed and whether the docs have kept up.
Help
Stuck? Check the getting help guide, then ask in #gatherpress.
Further reading:
– What is GatherPress?
– Developer documentation
– GitHub /docs folder
– Contributor Guide
– Get Involved