## Summary [CONTRIBUTING.md line 102](https://github.com/UniquePixels/unicorn/blob/develop/CONTRIBUTING.md#L102) says to open pull requests against `main`, but per the Git Flow model, feature PRs should target `develop`. ## Fix Change "Open a pull request against `main`" to "Open a pull request against `develop`".