mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-06 04:59:53 +02:00
add basic community health files
includes: * basic Issue templates * a basic PR template
This commit is contained in:
parent
f52484f302
commit
acfe8fc631
5 changed files with 122 additions and 0 deletions
41
.github/ ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
41
.github/ ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### Describe the bug
|
||||
|
||||
<!--
|
||||
A clear and short description of what the bug is.
|
||||
-->
|
||||
|
||||
### To Reproduce
|
||||
|
||||
<!--
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
-->
|
||||
|
||||
### Expected behavior
|
||||
|
||||
<!--
|
||||
A clear and short description of what you expected to happen.
|
||||
-->
|
||||
|
||||
### Version
|
||||
<!--
|
||||
e.g.
|
||||
push-to-registry:**v2**
|
||||
-->
|
||||
|
||||
### Additional context
|
||||
<!--
|
||||
Add any other context about the problem here.
|
||||
-->
|
Loading…
Add table
Add a link
Reference in a new issue