Skip to content

Commit 2a2833a

Browse files
author
Dirk Lemstra
committed
Added github templates.
1 parent b9ba5bb commit 2a2833a

File tree

3 files changed

+59
-0
lines changed

3 files changed

+59
-0
lines changed

.github/CONTRIBUTING.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# How to contribute to ImageMagick
2+
3+
#### **Did you find a bug?**
4+
5+
- Please ensure the bug was not already reported by searching our [issues](https://github.com/ImageMagick/ImageMagick/issues).
6+
- If you're unable to find an open issue addressing the problem, please [open a new one](https://github.com/ImageMagick/ImageMagick/issues/new).
7+
Be sure to follow follow the instructions in the issue template.
8+
9+
#### **Did you write a patch that fixes a bug?**
10+
11+
- Open a new pull request with the patch and follow the instructions from the pull request template.
12+
- Before submitting, please ensure that your code matches the existing coding patterns and practise as demonstrated in the repository.
13+
- Once the pull request has been accepted for the master (IM7) branch please submit another patch for the
14+
[ImageMagick-6](https://github.com/ImageMagick/ImageMagick/tree/ImageMagick-6) branch when applicable.
15+
16+
#### **Do you intend to add a new feature?**
17+
18+
- Join the ImageMagick community on the [discourse server](https://www.imagemagick.org/discourse-server/), suggest your change there and start writing code.
19+
20+
#### **Do you want to change something in the `www` folder?**
21+
22+
- Please submit an pull request in our [website repository](https://github.com/ImageMagick/Website) instead.
23+
24+
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.
25+
26+
\- The Wizards

.github/ISSUE_TEMPLATE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### Prerequisites
2+
3+
- [ ] I have written a descriptive issue title
4+
- [ ] I have verified that I am using the latest version of ImageMagick
5+
- [ ] 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
6+
7+
### Description
8+
<!-- A description of the bug or feature -->
9+
10+
### Steps to Reproduce
11+
<!-- List of steps, sample code, failing test or link to a project that reproduces the behavior.
12+
Make sure you place a stack trace inside a code (```) block to avoid linking unrelated issues -->
13+
14+
### System Configuration
15+
<!-- Tell us about the environment where you are experiencing the bug -->
16+
17+
- ImageMagick version:
18+
- Environment (Operating system, version and so on):
19+
- Additional information:
20+
21+
<!-- Thanks for reporting the issue to ImageMagick! -->

.github/PULL_REQUEST_TEMPLATE.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### Prerequisites
2+
3+
- [ ] I have written a descriptive pull-request title
4+
- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/ImageMagick/ImageMagick/pulls) open
5+
- [ ] I have verified that I am following matches the existing coding patterns and practice as demonstrated in the repository.
6+
7+
### Description
8+
<!-- A description of the changes proposed in the pull-request
9+
If you want to change something in the 'www' folder please
10+
open an issue here instead: https://github.com/ImageMagick/Website -->
11+
12+
<!-- Thanks for contributing to ImageMagick! -->

0 commit comments

Comments
 (0)