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

Improve available CONTRIBUTING information and guidelines #40

Merged
merged 3 commits into from
Nov 9, 2023

Commits on Nov 9, 2023

  1. 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
    jrfnl committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4caa4ef View commit details
    Browse the repository at this point in the history
  2. 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.
    jrfnl committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b564131 View commit details
    Browse the repository at this point in the history
  3. 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.
    jrfnl committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d464dfb View commit details
    Browse the repository at this point in the history