Skip to content

Commit

Permalink
Link to new contributor guide
Browse files Browse the repository at this point in the history
Remove now-duplicate content
  • Loading branch information
lovell committed Jan 9, 2015
1 parent 8072141 commit 0a12edd
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* [Installation](https://github.com/lovell/sharp#installation)
* [Usage examples](https://github.com/lovell/sharp#usage-examples)
* [API](https://github.com/lovell/sharp#api)
* [Contributing](https://github.com/lovell/sharp#contributing)
* [Testing](https://github.com/lovell/sharp#testing)
* [Performance](https://github.com/lovell/sharp#performance)
* [Thanks](https://github.com/lovell/sharp#thanks)
Expand Down Expand Up @@ -501,6 +502,10 @@ Provides access to internal task counters.
var counters = sharp.counters(); // { queue: 2, process: 4 }
```

## Contributing

A [guide for contributors](https://github.com/lovell/sharp/blob/master/CONTRIBUTING.md) covers reporting bugs, requesting features and submitting code changes.

## Testing

### Functional tests
Expand All @@ -517,29 +522,6 @@ var counters = sharp.counters(); // { queue: 2, process: 4 }

[![Centos 6.5 Build Status](https://snap-ci.com/lovell/sharp/branch/master/build_image)](https://snap-ci.com/lovell/sharp/branch/master)

#### It worked on my machine

```
npm test
```

### Memory leak tests

```
cd sharp/test/leak
./leak.sh
```

Requires _valgrind_:

```
brew install valgrind
```

```
sudo apt-get install -qq valgrind
```

### Benchmark tests

```
Expand Down Expand Up @@ -626,7 +608,7 @@ Thank you!

## Licence

Copyright 2013, 2014 Lovell Fuller and contributors.
Copyright 2013, 2014, 2015 Lovell Fuller and contributors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 0a12edd

Please sign in to comment.