Merge pull request #1706 from sherifabdlnaby/master

Add Issue Templates with Auto Labeling
This commit is contained in:
John Cupitt 2020-07-06 23:00:46 +01:00 committed by GitHub
commit c51dc9cd90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 65 additions and 0 deletions

34
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,34 @@
---
name: Bug Report
about: Create A Bug Report
title: 'A concise title of what the bug is.'
labels: 'bug'
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Use Image '...'
2. Use Configuration '....'
3. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Actual behavior**
A clear and concise description of what actually happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment**
(please complete the following information)
- OS: [e.g. Ubuntu 16.04, MacOS 10.13]
- Vips: [e.g. 8.8, 8.9, etc]
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,20 @@
---
name: Enhancement or Feature Request
about: Suggest an addition to libvips
title: ''
labels: 'enhancement'
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

11
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,11 @@
---
name: Question
about: Ask a Question
title: ''
labels: 'question'
assignees: ''
---
Ask a question...