mirror of
https://github.com/peridotbuild/pv2.git
synced 2024-11-22 05:01:26 +00:00
3488f7ca28
* Add GitImporter class to importer utility * Given a pagure or gitlab source, it should be able to import an rpm * Added utilitis to handle GitImporter changes * Modified README for future github transport * Added issue templates for future github transport * Raise micro version
26 lines
613 B
Markdown
26 lines
613 B
Markdown
---
|
|
name: "[BUG] NAME"
|
|
about: Create a bug report to fix up pv2 issues
|
|
title: ''
|
|
labels: bug
|
|
assignees:
|
|
- nazunalika
|
|
|
|
---
|
|
|
|
**Below, describe the bug**
|
|
<!-- Describe the bug that you ran into -->
|
|
|
|
**Console or Terminal Info (terminal output from a script)**
|
|
<!-- Add any terminal output below using backticks as necessary -->
|
|
|
|
**Distribution and Python Version**
|
|
- Distribution:
|
|
- Python:
|
|
|
|
**Any other details, e.g. what were you trying to do?**
|
|
<!-- Include any other information you may believe is applicable
|
|
to this report. If you are using a python script that imports this
|
|
module, please include it. -->
|
|
|