Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contribution guidelines #428

Merged
merged 33 commits into from Aug 11, 2019
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
bcf1e82
Update docs on bugs and changesets
bahiirwa Jun 28, 2019
787848f
Clean up Readme.md
bahiirwa Jun 29, 2019
4485bc2
Update PULL_REQUEST_TEMPLATE.md
bahiirwa Jun 29, 2019
9f6b842
Create contributing.md
bahiirwa Jun 29, 2019
37ae428
Update README.md
bahiirwa Jun 29, 2019
6978c5a
Update contributing.md
bahiirwa Jun 29, 2019
aa75eb4
Update contributing.md
bahiirwa Jun 29, 2019
d73f715
Update and rename contributing.md to CONTRIBUTING.md
bahiirwa Jun 29, 2019
402bcd6
Add proper Code of conduct from Website
bahiirwa Jul 3, 2019
107ede6
Proper linking
bahiirwa Jul 3, 2019
0f272ba
Hierarchy improvements for visual
bahiirwa Jul 3, 2019
c8f8027
Update CONTRIBUTING.md
bahiirwa Jul 15, 2019
c83f299
Fix Typo
bahiirwa Jul 15, 2019
7d209c6
Update CONTRIBUTING.md
bahiirwa Jul 15, 2019
3ffad2b
Update PULL_REQUEST_TEMPLATE.md
bahiirwa Jul 15, 2019
1224e65
Merge branch 'develop' into documentation
bahiirwa Jul 31, 2019
0621ae8
Update ISSUE_TEMPLATE.md
bahiirwa Jul 31, 2019
c246a3a
Update PULL_REQUEST_TEMPLATE.md
bahiirwa Jul 31, 2019
6072aa5
Add details on wpdirectory
bahiirwa Jul 31, 2019
13cc94f
Update CONTRIBUTING.md
bahiirwa Jul 31, 2019
234b86c
Update introductory section
nylen Aug 1, 2019
a92ff56
Update communication channels
nylen Aug 1, 2019
02534f1
Update review criteria
nylen Aug 1, 2019
39e7fca
Ideas for what to work on
nylen Aug 1, 2019
36ccd7e
Update backporting section
nylen Aug 1, 2019
b3cc714
Add main header
nylen Aug 1, 2019
1b5390d
A bit shorter
nylen Aug 1, 2019
dd1a73b
Readme cleanup
nylen Aug 11, 2019
001b9fe
Improve wording about the forums
nylen Aug 11, 2019
f00459c
Update wording about reviews/testing
nylen Aug 11, 2019
9599e39
Add section about automated tests
nylen Aug 11, 2019
2b00439
Clean up issue/PR templates
nylen Aug 11, 2019
341d941
Minor tweaks
nylen Aug 11, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 15 additions & 4 deletions README.md
Expand Up @@ -6,7 +6,7 @@

ClassicPress is a hard fork of WordPress that serves the CMS-based business website market. We empower the people who create and support these websites, including plugin and theme developers.

We welcome contributions of all kinds! Have a look at
We welcome contributions of all kinds! Have a look at
[this repository's open issues](https://github.com/ClassicPress/ClassicPress/issues)
and
[our v1 project board](https://github.com/orgs/ClassicPress/projects/1),
Expand All @@ -23,10 +23,21 @@ For more information, see:

This project exists thanks to all the people who contribute and who have contributed in the past, whether as part of the long history of thousands of contributions to WordPress from many different people, or as contributions to ClassicPress itself.

You can see a list of WordPress contributors by going to the [WordPress releases page](https://wordpress.org/news/category/releases/) and looking at the credits for each release. All changes in WordPress 4.9.8 and earlier are part of ClassicPress, along with selected changes from later releases.
You can help Fix bugs by submitting Pull Requests. Most of the bugs are shared via the [issues page](https://github.com/ClassicPress/ClassicPress/issues). Here are some pointers on how to:
bahiirwa marked this conversation as resolved.
Show resolved Hide resolved

We are working on several ways to recognize people for their contributions to ClassicPress. In the meantime, you can view a list of code contributions [here on GitHub](https://github.com/ClassicPress/ClassicPress/compare/LAST_WP_COMMIT...develop).
- Fix Bugs: Generally when evaluating bugfix PRs, we look for these things (ideally all of them)
bahiirwa marked this conversation as resolved.
Show resolved Hide resolved

- The change impacts existing ClassicPress users. (Otherwise, there are literally thousands of things we could look at, but we need to prioritize our development time.)
- The change is not going to break any other use cases.
- The change has automated tests.
- We understand the change very well or can ask questions of someone who understands it very well.

* [Backporting Changesets from WordPress](https://classicpress.slack.com/files/UCFQJPU4Q/FFV8NM0TZ/How_to_backport_a_WordPress_changeset)
bahiirwa marked this conversation as resolved.
Show resolved Hide resolved

You can see a list of WordPress contributors by going to the [WordPress releases page](https://wordpress.org/news/category/releases/) and looking at the credits for each release. All changes in WordPress 4.9.8 and earlier are part of ClassicPress, along with selected changes from later releases.

We are working on several ways to recognize people for their contributions to ClassicPress. In the meantime, you can view a list of code contributions [here on GitHub](https://github.com/ClassicPress/ClassicPress/compare/LAST_WP_COMMIT...develop).

## Donate to support ClassicPress

Support the ClassicPress project by making a [[donation](https://donate.classicpress.net/)]! 🙏
Support the ClassicPress project by making a [[donation](https://donate.classicpress.net/)]! 🙏