Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

Easily take a photo or video or choose from library

**:beer: Author's tip jar: https://amazon.com/hz/wishlist/ls/EE78A23EEGQB**

## Usage

To run the example project, clone the repo and open `iOS Example/iOS Example.xcodeproj`.
Expand Down Expand Up @@ -167,8 +165,8 @@ We support targets for the latest released versions of Xcode and Swift Package M

## License

FDTake is available under the MIT license. See the LICENSE file for more info.
FDTake is available under the MIT license. See the [LICENSE](LICENSE) file for more info.

## Contributing

This project's layout is based on https://github.com/fulldecent/swift4-module-template If you would like to change the layout, please change that project FIRST. Also you may appreciate that project has "recipes" -- you don't just change the code, you explain why you are doing things. As a maintainer this makes my job MUCH simpler. In a similar respect, if you are introducing non-minor changes, it will be VERY helpful if you could please reference to another project (like AlamoFire) that has seen and discussed the types of design challenges you are touching.) Thanks again and we all really do appreciate your contributions.
This project's layout is based on https://github.com/fulldecent/swift6-module-template If you would like to change the layout, please change that project FIRST. Also you may appreciate that project has "recipes" -- you don't just change the code, you explain why you are doing things. As a maintainer this makes my job MUCH simpler. In a similar respect, if you are introducing non-minor changes, it will be VERY helpful if you could please reference to another project (like AlamoFire) that has seen and discussed the types of design challenges you are touching.) Thanks again and we all really do appreciate your contributions.
Loading