Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 1.34 KB

CONTRIBUTING.md

File metadata and controls

34 lines (22 loc) · 1.34 KB

Contributing

I am still accepting PRs, but resources for using a new model are currently lacking, so contributions to this repo will not have an immediate impact.

How to Contribute

By participating in this project you agree to abide by its code of conduct.

If you have a problem using autofocus or see a possible improvement, please open an issue on GitHub. Be as specific as you can.

If you see an issue that you would like to address, please open a pull request.

This project is a volunteer effort, so it might take up to a few weeks to review a complex pull request. I promise that I will get to it, but I cannot promise that it will be fast!

Steps for Making a Pull Request

  1. Fork the project from GitHub.
  2. Clone the forked repo.
git clone https://github.com/<your_github_user_name>/autofocus.git
  1. cd into the directory.
  2. Create a new branch.
git checkout -b my_awesome_new_feature
  1. Open a pull request so that we know you are working on the issue and can start a discussion.
  2. Make your changes.
  3. Complete all items in the pull request checklist that you feel comfortable with. Let us know if there are any items in the checklist that you do not know how to complete.
  4. Submit your PR against the dev branch.