We welcome all contributions to DataStore Delegates however request that they follow the steps listed in How to Contribute
- Create an Issue, following the template, if one doesn't already exist or add any relevant information to an existing one
- Make your changes to your fork, addressing only a single issue at a time
- Make a pull request
You will need to Fork the DataStore Delegates repository (brianwernick/DataStoreDelegates
) then clone the Forked repo
$ git clone https://github.com/${YOUR_USERNAME}/DataStoreDelegates.git
Then make your changes as you normally would and create a PR in to the main repository (brianwernick/DataStoreDelegates
)