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 templates for issues and PRs #822

Merged
merged 1 commit into from
Feb 10, 2023
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
39 changes: 39 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Affected version**

> **IMPORTANT!**: oVirt prior to 4.5 reached end of life.
> If you have an issue on an older version please
> upgrade to latest stable release before opening an issue.

* oVirt Engine: (example: ovirt-engine-4.5.0.8-1.el8.noarch)
* Host OS Variant: (example: oVirt Node 4.5.4)
* VDSM version: (example: vdsm-4.50.1.4-1.el8.x86_64)
* Additional relevant package versions: (add whatever seems related to the issue, example: glusterfs-10.2-1.el8s.x86_64)

**Describe the bug**

A clear and concise description of what the bug is

**To reproduce**

Steps to reproduce the behavior

**Expected behavior**

A clear and concise description of what you expected to happen

**Screenshots**

If applicable, add screenshots to help explain your problem

**Additional context**

Add any other context about the problem here
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: oVirt Mailing Lists
url: https://lists.ovirt.org/archives/
about: Join us on the mailing list for more conversations and community support
- name: oVirt User Documentation
url: https://ovirt.org/documentation/
about: Documentation for oVirt users
- name: oVirt Developer Documentation
url: https://ovirt.org/develop/devdocs.html
about: Documentation for oVirt developers
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/request-for-enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Request for enhancement
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is

**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
13 changes: 13 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Fixes issue # (delete if not relevant)

## Changes introduced with this PR

*

*

*

## Are you the owner of the code you are sending in, or do you have permission of the owner?

[y/n]