Skip to content

Commit 39134f9

Browse files
frissocheina97
authored andcommitted
Adding information about community (how-to, meetings, etc)
1 parent 4f27435 commit 39134f9

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

.github/ISSUE_TEMPLATE/feature_proposal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
attributes:
2121
label: Describe your proposed solution
2222
description: Please complete this section if you have ideas / suggestions on how to implement the feature. We strongly recommend discussing your approach within the Liqo community before spending time implementing a change.
23-
placeholder: A clear description of how you want to implement it.
23+
placeholder: A clear description of how you want to implement it. Please consider to ask for a slot in one of the upcoming community meetings as described in [COMMUNITY-HOW-TO.md](COMMUNITY-HOW-TO.md).
2424
validations:
2525
required: false
2626
- type: checkboxes

COMMUNITY.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,13 @@ The Liqo community warmly thanks all the people who served in pivotal roles in b
2929

3030
## Minutes of the Maintainer meetings
3131

32-
Minutes of the maintainer meetings are available on this [public document](https://docs.google.com/document/d/1gWZ7jnilitAlKn5rOF9-X9A9OC_KDz5uuHP8yjWLzQg/edit?usp=sharing).
32+
Minutes of the maintainer meetings are available [here](https://github.com/liqotech/liqo-community/tree/main/meetings/minutes).
33+
34+
## Community How-To and Meetings
35+
36+
The Liqo community meets periodically to present ongoing and future activities related to the project, to discuss new features, to collect feedbacks from the growing community, and more.
37+
For more informations:
38+
39+
* [Document] [COMMUNITY-HOW-TO.md] summarizing how to contribute to the community (e.g., proposing new features), how to interact with the community.
40+
* [Upcoming community meetings](https://github.com/liqotech/liqo-community/blob/main/meetings/README.md)
41+
* [Minutes](https://github.com/liqotech/liqo-community/tree/main/meetings/minutes) of the past community meetings.

vm.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
metadata:
2+
name: testvmi-lun
3+
apiVersion: kubevirt.io/v1
4+
kind: VirtualMachineInstance
5+
spec:
6+
domain:
7+
resources:
8+
requests:
9+
memory: 64M
10+
devices:
11+
disks:
12+
- name: mypvcdisk
13+
# This makes it a lun device
14+
lun: {}
15+
volumes:
16+
- name: mypvcdisk
17+
persistentVolumeClaim:
18+
claimName: mypvc

0 commit comments

Comments
 (0)