Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 1.39 KB

CONTRIBUTING.md

File metadata and controls

39 lines (19 loc) · 1.39 KB

Contributing

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests.

Prequirities

This repository serves as a database for info regarding how to improve SEO, with examples and details about what it actually does and why it's good for SEO.

A pull request should not contain a list of things that are good for SEO, but rather subjects featuring an example, a detailed description of how it's used, and why it's good for SEO.

Example: Robots.txt for SEO

Credits: JamesS-M

Pull Requests

  • Create feature branches - Don't ask us to pull from your master branch.

  • One pull request per feature - If you want to do more than one thing, send multiple pull requests.

  • Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.

Guide

  1. Fork the Project
  2. Create your Seo Tips Branch (git checkout -b chore/AmazingTip)
  3. Commit your Changes (git commit -m 'Add some AmazingTip')
  4. Push to the Branch (git push origin feature/AmazingTip)
  5. Open a Pull Request

Happy coding!