Skip to content

Commit

Permalink
We welcome pull requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
grahammiln authored Oct 22, 2018
1 parent ff220d6 commit 5aa89f9
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ For a full demonstration of DrawKit, try the [DrawDemo](https://github.com/DrawK

[DKMiniDemo](https://github.com/DrawKit/legacy-DrawKit-mini-demo/releases/download/v1.5/DKMiniDemo-1.5.zip) and [source code](https://github.com/DrawKit/legacy-DrawKit-mini-demo) are great for learning about DrawKit.

## How We Work Together / Contributing

This project is maintained thanks to the contributors who send pull requests. [@grahammiln](https://miln.eu) typically deals with administrative tasks and contributors do the rest.

We will merge any pull request that adds something useful and does not break existing code, and will often grant commit access to the repository.

If you're an active user and want to be a maintainer, please get in touch.

DrawKit needs your help! There are numerous warnings to address and minor updates needed. Pick something easy and make a difference. Please help maintain and support this incredible framework.

## Package Managers

Carthage and CocoaPods are dependency managers. They aim to help automate and simplify the use of 3rd-party libraries like [DrawKit](https://drawkit.github.io/) in your Xcode projects.
Expand All @@ -40,12 +50,6 @@ platform :osx, '10.7'
pod "DrawKit"
```

## How We Work Together / Contributing

DrawKit needs your help! There are numerous warnings to address and minor updates needed. Pick something easy and make a difference. Please help maintain and support this incredible framework.

**We welcome GitHub pull requests.** If your patch is accepted you will get credit in the contributors file.

# Overview

DrawKit is a software framework that enables the macOS Cocoa developer to rapidly implement vector drawing and illustration features in a custom application. It is comprehensive, powerful and complete, but it is also highly modular so you can make use of only those parts that you need, or go the whole hog and drop it in as a complete vector drawing solution.
Expand Down

0 comments on commit 5aa89f9

Please sign in to comment.