Skip to content

Commit a97d747

Browse files
authored
Merge pull request #1988 from postscript-dev/add_git_templates
Add/Update git templates from `old-master`
2 parents ab90d43 + 3a1a9db commit a97d747

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
##### **Describe the bug**
11+
A clear and concise description of the bug.
12+
13+
##### **To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Provide the file with which you observed the issue (commonly named PoC)
16+
2. List the exact commands/functions to reproduce the issue and include any related output
17+
3. Mention the branch/commit in which you observed the issue (e.g., `main`, `0.27-maintenance`, `commit 9f721b40`)
18+
19+
##### **Expected behavior**
20+
A short description of what you expected to happen.
21+
22+
##### **Desktop (please complete the following information):**
23+
- OS and version: (e.g., Linux (Fedora 34), macOS 12, Windows 11)
24+
- Compiler and version: (e.g., Gcc 11.2, Clang 13.0.0, MSVC 2019)
25+
- Compilation mode and/or compiler flags:
26+
27+
##### **Additional context**
28+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: request
6+
assignees: ''
7+
8+
---
9+
10+
##### **Is your feature request related to a problem?**
11+
A clear and concise description of the problem (e.g., I'm always frustrated when [...]; Exiv2 does not support XXX format [...])
12+
13+
##### **Describe the solution you would like**
14+
A short description of what you want to happen.
15+
16+
##### **Describe alternatives you have considered**
17+
A simple explanation of any alternative solutions or features you have considered.
18+
19+
##### **Additional context**
20+
Add any other information about the feature request here (e.g. screenshots, URLs).

0 commit comments

Comments
 (0)