Skip to content

Latest commit

History

History
84 lines (60 loc) 路 2.44 KB

CONTRIBUTING.md

File metadata and controls

84 lines (60 loc) 路 2.44 KB

Contributing guide

We love contributors and people willing to help.

How can you help?

  • Report issues
  • Fix typos and grammar
  • Add new content
  • Improve existing chapters

Contributing procedure

Below is described procedure for contributing to this repository in particular and some extra information about it.

  • Fork this repository over GitHub

  • Create a separate branch for instance patch-1 so you will not need to rebase your fork if your master branch is merged

    git clone git@github.com:your_username/PHP.earth
    cd PHP.earth
    git checkout -b patch-1
  • Make changes, commit them and push to your fork

    git add .
    git commit -m "Fix typo"
    git push origin patch-1
  • Open a pull request

Style guide

Images

Some images are created with the [draw.io][draw.io] tool.

YAML front matter

Contents include the YAML front matter blocks with the following parameters to define extra content information:

  • title
  • description
  • image - image used for open graph

GitHub issues labels

Labels are used to organize issues and pull requests into manageable categories. The following labels are used:

  • bug - Attached when a bug is reported.
  • duplicate - Attached when the same issue or pull request already exists.
  • enhancement - New feature.
  • invalid - Attached when
  • question - Attached for questions or discussions.
  • wontfix - Attached when decided that issue will not be fixed.

License

By contributing to this repository you agree to share your knowledge under the Creative Commons Attribution-ShareAlike 4.0 International.