From: Dirk Lemstra Date: Sat, 2 Sep 2017 08:20:33 +0000 (+0200) Subject: Added github templates. X-Git-Tag: 7.0.7-0~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a2833a58620b3c8ed897cf01680927a65736243;p=imagemagick Added github templates. --- diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..65bb6a8c1 --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,26 @@ +# How to contribute to ImageMagick + +#### **Did you find a bug?** + +- Please ensure the bug was not already reported by searching our [issues](https://github.com/ImageMagick/ImageMagick/issues). +- If you're unable to find an open issue addressing the problem, please [open a new one](https://github.com/ImageMagick/ImageMagick/issues/new). + Be sure to follow follow the instructions in the issue template. + +#### **Did you write a patch that fixes a bug?** + +- Open a new pull request with the patch and follow the instructions from the pull request template. +- Before submitting, please ensure that your code matches the existing coding patterns and practise as demonstrated in the repository. +- Once the pull request has been accepted for the master (IM7) branch please submit another patch for the + [ImageMagick-6](https://github.com/ImageMagick/ImageMagick/tree/ImageMagick-6) branch when applicable. + +#### **Do you intend to add a new feature?** + +- Join the ImageMagick community on the [discourse server](https://www.imagemagick.org/discourse-server/), suggest your change there and start writing code. + +#### **Do you want to change something in the `www` folder?** + +- Please submit an pull request in our [website repository](https://github.com/ImageMagick/Website) instead. + +If you cannot help us by writing code then take a look at the other ways you could [help](https://www.imagemagick.org/script/support.php) the ImageMagick team. + +\- The Wizards \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..2709d6ed7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,21 @@ +### Prerequisites + +- [ ] I have written a descriptive issue title +- [ ] I have verified that I am using the latest version of ImageMagick +- [ ] I have searched [open](https://github.com/ImageMagick/ImageMagick/issues) and [closed](https://github.com/ImageMagick/ImageMagick/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported + +### Description + + +### Steps to Reproduce + + +### System Configuration + + +- ImageMagick version: +- Environment (Operating system, version and so on): +- Additional information: + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..37f3f2861 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,12 @@ +### Prerequisites + +- [ ] I have written a descriptive pull-request title +- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/ImageMagick/ImageMagick/pulls) open +- [ ] I have verified that I am following matches the existing coding patterns and practice as demonstrated in the repository. + +### Description + + +