Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.19 KB

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 1.19 KB

gonebusy.github.io

Contributions are welcome. You can also email [email protected] if you have any questions about this site or Gonebusy in general.

How to contribute?

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

  1. Before starting work on a new feature, enhancement, or fix, please create an issue and optionally assign it to yourself or a developer.
  2. Fork the repository and make your changes against a 'development' or feature branch (not master).
  3. After making your changes in your fork, run tests and ensure that the page looks good and works with all supported browsers.
  4. If you have made a series of commits into your branch, please try to squash them into a small number of commits (less than 5-6).
  5. Issue a Pull Request against master.
  6. The admins will review your code and may optionally request conformance, functional or other changes. Work with them to resolve any issues.
  7. Upon acceptance, your code will be merged into the master branch and will become available for all.