Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

27 lines (23 loc) · 1.42 KB

Thanks for contributing to WP Tests Starter

Getting Started

  • Make sure you have a GitHub account.
  • See if your issue has been discussed (or even fixed) earlier. You can search for existing issues.
  • Assuming it does not already exist, create a new issue.
    • Clearly describe the issue including steps to reproduce when it is a bug.
    • Make sure you fill in the earliest version that you know has the issue.
  • Fork the repository on GitHub.

Making Changes

  • Create a topic branch from where you want to start your work.
    • This is usually the master branch.
    • To quickly create a topic branch based on the master branch:
      • git checkout -b issue/%YOUR-ISSUE-NUMBER%_%DESCRIPTIVE-TITLE% master
      • a good example is issue/118_html_lang_attribute
    • Please avoid working directly on the master branch.
  • Make commits of logical units.
  • Make sure your commit messages are descriptive.

Submitting Changes

  • Push your changes to the according topic branch in your fork of the repository.
  • Create a pull request to our repository.
  • Wait for feedback. We look at pull requests on a regular basis.

License

By contributing code to WP Tests Starter, you grant its use under this License.