Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 808 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 808 Bytes

Contributing

Finding an issue to work on

If you'd like to work on something that isn't in a current issue, especially if it would be a big change, please open a new issue for discussion!

Setting up a development environment

First, you'll need git to fork and clone the repo. GitHub has help pages about setting up git, and once you've done that, you should be able to clone the repo and change into the repo's directory from your terminal:

git clone https://github.com/{YourFork}/FFImageLoading.git

If you are using SourceTree or another kind of visual git application, enter the url to your fork in the add new repository field.

After you are done pull the develop branch, and open FFImageLoading.sln in Visual Studio to get started.