mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-04-20 23:31:22 +00: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.
|
||||||
|
-->
|
2
.github/ ISSUE_TEMPLATE/config.yml
vendored
Normal file
2
.github/ ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
blank_issues_enabled: true
|
||||||
|
contact_links: []
|
32
.github/ ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
32
.github/ ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: "[FEATURE]"
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Is your feature request related to a problem? Please describe.
|
||||||
|
|
||||||
|
<!--
|
||||||
|
A clear and short description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Describe the solution you'd like
|
||||||
|
|
||||||
|
<!--
|
||||||
|
A clear and short description of what you want to happen.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Describe alternatives you've considered
|
||||||
|
|
||||||
|
<!--
|
||||||
|
A clear and short description of any alternative solutions or features you've considered.
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Additional context
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Add any other context or screenshots about the feature request here.
|
||||||
|
-->
|
22
.github/ ISSUE_TEMPLATE/questions.md
vendored
Normal file
22
.github/ ISSUE_TEMPLATE/questions.md
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
name: Project Question
|
||||||
|
about: Ask a question regarding this project
|
||||||
|
title: "[QUESTION]"
|
||||||
|
labels: question
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Checklist for Questions
|
||||||
|
|
||||||
|
> Note:
|
||||||
|
> Please make sure to at least couplet the first check. If you don't I will link the duplicate in the best case or simply close your duplicate question.
|
||||||
|
|
||||||
|
* [ ] I have searched older issues/questions before opening this
|
||||||
|
* [ ] I have tried to find the answer of my question before opening this
|
||||||
|
|
||||||
|
### Question
|
||||||
|
|
||||||
|
<!--
|
||||||
|
The question you have regarding the project. Please be as specific as you can be.
|
||||||
|
-->
|
25
.github/pull_request_template.md
vendored
Normal file
25
.github/pull_request_template.md
vendored
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
### Description
|
||||||
|
|
||||||
|
<!--
|
||||||
|
A short an simple description on what this PR aims to accomplish
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Changes
|
||||||
|
|
||||||
|
<!--
|
||||||
|
A List of changes within this PR
|
||||||
|
* chane component A
|
||||||
|
* update dependency B
|
||||||
|
* fix function C
|
||||||
|
* remove deprecated function D
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Issues
|
||||||
|
|
||||||
|
<!--
|
||||||
|
A List of Issues this PR aims to fix or is related to.
|
||||||
|
* #IssueNumber
|
||||||
|
* ...
|
||||||
|
or if it is not related to an issue
|
||||||
|
* n/a
|
||||||
|
-->
|
Loading…
Reference in a new issue