-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Improve available CONTRIBUTING information and guidelines #3830
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. The new guide seems clear and has a lot of good advice. 👍
[nit] I noticed two syntax mistakes while reading through.
f34c017
to
1ce2c4e
Compare
1ce2c4e
to
806f69a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been reading through the updated Markdown and it all seems good. Links seem to work, wording is clear and instructive.
Even though I've approved the PR I now realise this MR will probably break the link to the |
... which is nowadays the more common location for this type of file. Includes updating the link in the README file. Ref: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
These scripts should make contributing to PHPCS more straight-forward as they document common CI checks and allow for running these locally.
This is a rewrite of the `CONTRIBUTING.md` file to document expectations and opportunities for contributors. It also answers some common questions previously received from contributors.
806f69a
to
25ab851
Compare
Good catch! Thanks for that. I've fixed that up in the commit which moves the file now. |
Note: depending on which PR gets merged first, this PR will need an update for the changes in #3803. |
Closing as replaced by (merged PR) PHPCSStandards/PHP_CodeSniffer#40 |
Description
CONTRIBUTING: move file to .github directory
... which is nowadays the more common location for this type of file.
Includes updating the link in the README file.
Ref: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors
Composer: add scripts for contributors
These scripts should make contributing to PHPCS more straight-forward as they document common CI checks and allow for running these locally.
CONTRIBUTING: rewrite the contributing guide
This is a rewrite of the
CONTRIBUTING.md
file to document expectations and opportunities for contributors.It also answers some common questions previously received from contributors.
Suggested changelog entry
N/A
Related issues/external references
N/A
Types of changes