-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
87 additions
and
6 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for IMGkit | ||
title: '' | ||
labels: feature request | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Is your feature request related to a problem? | ||
A clear and concise description of the problem, or the problem link. | ||
|
||
### Describe the solution you want | ||
A clear and concise description of what you want. | ||
|
||
### Describe alternatives you have considered | ||
A clear and concise description of alternative solutions or features. | ||
|
||
### Additional context | ||
Other context or screenshots about the feature request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: Help needed | ||
about: Problems when using IMGkit | ||
title: '' | ||
labels: help needed | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the problem | ||
A clear and concise description of what the bug is. | ||
|
||
### How To Reproduce | ||
Code and steps. | ||
|
||
### Expected behavior | ||
A clear and concise description of what you expected to happen. | ||
|
||
### Screenshots | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
### Basic information | ||
Platform: | ||
OS & version: | ||
IMGkit version: | ||
|
||
### Additional context | ||
Other context about the problem. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## Description | ||
<!-- | ||
YOU ARE WELCOME TO CREATE PULL REQUEST! | ||
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. | ||
--> | ||
|
||
## Type of change | ||
<!-- | ||
Please delete options that are not relevant. For completed items, change [ ] to [x]. | ||
--> | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
## How Has This Been Tested? | ||
|
||
<!-- | ||
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration | ||
--> | ||
|
||
Travis CI link: | ||
|
||
## Checklist: | ||
|
||
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> | ||
|
||
- [ ] Added description of this Pull Request | ||
- [ ] Changes of this Pull Request | ||
- [ ] Added tests and example, test must pass | ||
- [ ] Relevant documentation/comments is changed or added |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters