mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
Build/Test Tools: Introduce a CONTRIBUTING.md
file.
This file is used on GitHub to communicate important details about the best way to contribute to a project. Props ad7six, boonebgorges, netweb, noisysocks, kraftbj. Fixes #33043. git-svn-id: https://develop.svn.wordpress.org/trunk@50417 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
06cae965b9
commit
765bf1f6cc
36
CONTRIBUTING.md
Normal file
36
CONTRIBUTING.md
Normal file
@ -0,0 +1,36 @@
|
||||
# Welcome to WordPress Development!
|
||||
|
||||
For the in-depth documentation, please visit the [Contributor Handbook](https://make.wordpress.org/core/handbook/contribute/).
|
||||
|
||||
**Core WordPress Development does not occur on GitHub; however, pull requests are accepted as long there is a corresponding [Trac](https://core.trac.wordpress.org) ticket.**
|
||||
|
||||
For WordPress Block Editor development, please see the [Gutenberg GitHub repository](https://github.com/wordpress/gutenberg/).
|
||||
|
||||
## First Time?
|
||||
If this is your first time contributing, you may also find reviewing these guides first to be helpful:
|
||||
- FAQs for New Contributors: https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/
|
||||
- Contributing with Code Guide: https://make.wordpress.org/core/handbook/contribute/
|
||||
- WordPress Coding Standards: https://make.wordpress.org/core/handbook/best-practices/coding-standards/
|
||||
- Inline Documentation Standards: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/
|
||||
- Browser Support Policies: https://make.wordpress.org/core/handbook/best-practices/browser-support/
|
||||
- Proper spelling and grammar related best practices: https://make.wordpress.org/core/handbook/best-practices/spelling/
|
||||
|
||||
## Contributions using GitHub
|
||||
|
||||
*If you're looking to report bugs or submit patches to the Block Editor, the [Gutenberg GitHub repository](https://github.com/wordpress/gutenberg/) is the canonical source.*
|
||||
|
||||
The [WordPress.org Trac](https://core.trac.wordpress.org) is the official bug tracker for the WordPress Core.
|
||||
|
||||
Patches can be submitted within Trac or via [GitHub](https://github.com/wordpress/wordpress-develop).
|
||||
|
||||
Please read the [GitHub Pull Requests for Code Review](https://make.wordpress.org/core/handbook/contribute/git/github-pull-requests-for-code-review/) page for details on how to submit a pull request in GitHub to fix a Trac ticket.
|
||||
|
||||
In particular, note that the full Trac URL of a ticket is required within the PR body and we request that you check the "Allow edits and access to secrets by maintainers" to allow Core contributors easier work with your submission.
|
||||
|
||||
## Questions about Contributing?
|
||||
|
||||
The [WordPress Slack instance](https://make.wordpress.org/chat/) is the real-time communication platform. You can also join the conversation via the [Make Network of blogs](https://make.wordpress.org).
|
||||
|
||||
For support using WordPress, please visit the [WordPress.org Support Forums](https://wordpress.org/support/)
|
||||
|
||||
Thanks for contributing to the WordPress project! We're happy you're here.
|
Loading…
x
Reference in New Issue
Block a user