Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/Update git templates from old-master #1988

Merged
merged 3 commits into from
Oct 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

##### **Describe the bug**
A clear and concise description of the bug.

##### **To Reproduce**
Steps to reproduce the behavior:
1. Provide the file with which you observed the issue (commonly named PoC)
2. List the exact commands/functions to reproduce the issue and include any related output
3. Mention the branch/commit in which you observed the issue (e.g., `main`, `0.27-maintenance`, `commit 9f721b40`)

##### **Expected behavior**
A short description of what you expected to happen.

##### **Desktop (please complete the following information):**
- OS and version: (e.g., Linux (Fedora 34), macOS 12, Windows 11)
- Compiler and version: (e.g., Gcc 11.2, Clang 13.0.0, MSVC 2019)
- Compilation mode and/or compiler flags:

##### **Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: request
assignees: ''

---

##### **Is your feature request related to a problem?**
A clear and concise description of the problem (e.g., I'm always frustrated when [...]; Exiv2 does not support XXX format [...])

##### **Describe the solution you would like**
A short description of what you want to happen.

##### **Describe alternatives you have considered**
A simple explanation of any alternative solutions or features you have considered.

##### **Additional context**
Add any other information about the feature request here (e.g. screenshots, URLs).