WordPress:How does code make it into WordPress

来自站长百科
Xxf3325讨论 | 贡献2008年9月9日 (二) 09:58的版本 (新页面: Once you've started contributing to the core code of WordPress, helping with tickets in [http://trac.wordpress.org/ trac]. and carefully crafting patches, you'll soon start to wonder abou...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航、​ 搜索

Once you've started contributing to the core code of WordPress, helping with tickets in trac. and carefully crafting patches, you'll soon start to wonder about the process by which code makes its way into the next WordPress release.

The quick answer is that code makes it into WordPress when one of the team of core developers adds it and no sooner. The developers are busy people, and often with different priorities and different views of WordPress to your own. This can make the process seem like a long and secret one.

How you can help the process

  • Your code won't go far without a ticket in trac. Create one.
  • Clearly define, explain and demonstrate your problem or feature request.
  • Carefully consider, and take into account advice and feedback given on trac..
  • Write easily understandable, documented code.
  • Consider writing a plugin instead.
  • Appropriate tags in trac help attract appropriate attention.
  • Work with and learn from the WordPress community.

Finally, don't be disheartened if your code is rejected. Even though WordPress has a strong community, the core developers have the final word in the direction of WordPress.

Other References