Browse Source

Merge pull request #499 from SixLabors/af/contribution-guide-ref

Refer to Contribution Guide from README.md
af/merge-core
Anton Firsov 8 years ago
committed by GitHub
parent
commit
3fa596e3f3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
README.md

@ -51,7 +51,8 @@ The **ImageSharp** library is made up of multiple packages:
### Questions?
Do you have questions? We are happy to help! Please [join our gitter channel](https://gitter.im/ImageSharp/General), or ask them on [stackoverflow](https://stackoverflow.com) using the `ImageSharp` tag.
- Do you have questions? We are happy to help! Please [join our gitter channel](https://gitter.im/ImageSharp/General), or ask them on [stackoverflow](https://stackoverflow.com) using the `ImageSharp` tag. **Do not** open issues for questions!
- Please read our [Contribution Guide](https://github.com/SixLabors/ImageSharp/blob/master/.github/CONTRIBUTING.md) before opening issues or pull requests!
### API
@ -122,7 +123,7 @@ git clone https://github.com/SixLabors/ImageSharp
### How can you help?
Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little.
Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little. Make sure to read our [Contribution Guide]([Contribution Guide](https://github.com/SixLabors/ImageSharp/blob/master/.github/CONTRIBUTING.md) before opening a PR.
### The ImageSharp Team

Loading…
Cancel
Save