diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 479e9645220..258c213c701 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -145,8 +145,8 @@ jobs: - name: "Commit changes" run: | set -euo pipefail - git config user.name "GitHub Actions" - git config user.email noreply@github.com + git config --global user.name 'github-actions[bot]' + git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' git add . if ! git diff-index --quiet HEAD --; then git commit -m "Adding or updating preview build for PR ${{needs.build.outputs.PR_ID}}" diff --git a/data/authors.yml b/data/authors.yml index ec9e482738e..60eae481dc9 100644 --- a/data/authors.yml +++ b/data/authors.yml @@ -2846,3 +2846,8 @@ igoihman: sabusale: name: Saif Abu Saleh gravatar: 44e4378995fb672615e0dad9288c6701 + +jasperb: + name: Jasper Berton + email: jasper.berton@team.blue + gravatar: 134267a37e4981c3c0a94dcaddc88357 diff --git a/source/community/about/community-guidelines.md b/source/community/about/community-guidelines.md index 52b7c93feec..0a9cdc0a170 100644 --- a/source/community/about/community-guidelines.md +++ b/source/community/about/community-guidelines.md @@ -5,6 +5,7 @@ toc: true authors: - dneary - quaid + - jasperb --- # Community Code of Conduct @@ -13,7 +14,7 @@ We want to keep the oVirt Community a great place to participate, but we need yo The oVirt community is made up of a diverse mix of individuals using and contributing to all aspects of the project from all over the world, and we want to make sure that the community is a safe and friendly place for everyone. -This code of conduct applies equally to founders, mentors and those seeking help and guidance. It applies to all spaces managed by the oVirt project, including IRC, mailing lists, GitHub, Gerrit, oVirt events, and any other forums created by the project team which the community uses for communication. +This code of conduct applies equally to founders, mentors and those seeking help and guidance. It applies to all spaces managed by the oVirt project, including IRC, Matrix, mailing lists, GitHub, Gerrit, oVirt events, and any other forums created by the project team which the community uses for communication. While we have contribution guidelines for specific tools, we expect all members of our community to follow these general guidelines and be accountable to the community. This isn’t an exhaustive list of things that you can’t do. Rather, take it in the spirit in which it’s intended - a guide to make it easier to enrich all of us and the technical communities in which we participate. diff --git a/source/community/about/contact.md b/source/community/about/contact.md index b4c6ce586da..60c90c2a1bd 100644 --- a/source/community/about/contact.md +++ b/source/community/about/contact.md @@ -6,12 +6,13 @@ authors: - quaid - rbergeron - sandrobonazzola + - jasperb --- # Communication There are a number of ways to communicate with the oVirt Community. -[Mailing lists](/community/about/mailing-lists.html), [IRC](#irc) and [oVirt GitHub](https://github.com/oVirt). +[Mailing lists](/community/about/mailing-lists.html), [IRC](#irc) and [oVirt GitHub](https://github.com/oVirt) or [Matrix](#matrix). ## IRC @@ -25,3 +26,7 @@ We use GitHub to review patches. If you are not familiar with the process, you can read about [collaborating with pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests) on the GitHub website. + +## Matrix + +Join the conversation about oVirt on [Matrix](https://matrix.to/#/#ovirt:ovirt.tech). diff --git a/source/community/index.md b/source/community/index.md index 4bc452cab30..cbd56ff207d 100644 --- a/source/community/index.md +++ b/source/community/index.md @@ -8,6 +8,7 @@ authors: - sandrobonazzola - theron - gshereme + - jasperb page_classes: community no_container: true hide_metadata: true @@ -32,7 +33,7 @@ Before getting started, we recommend that you: - Sign up for the [users@ovirt.org mailing list](/community/users-list.html) and send us an email saying how you would like to contribute. Visit our [mailing lists](/community/about/mailing-lists.html) page for other oVirt mailing lists to sign up for. -- For fluent, real time communication, [join us on IRC](/community/about/contact.html#irc) +- For fluent, real time communication, [join us on IRC](/community/about/contact.html#irc) or [join us on Matrix](/community/about/contact.html#matrix) - Please read our [community etiquette guidelines](/community/about/community-guidelines.html). (Quick summary: Be nice!) # Community @@ -47,6 +48,7 @@ There are a few ways to engage with the oVirt Community: - [oVirt Facebook group](https://www.facebook.com/groups/ovirt.openvirtualization/) - [Twitter](https://twitter.com/ovirt) - IRC -- `#ovirt` on `irc.oftc.net` +- [Matrix](https://matrix.to/#/#ovirt:ovirt.tech) Before getting started, please read our [community etiquette guidelines](/community/about/community-guidelines.html). diff --git a/source/develop/index.md b/source/develop/index.md index c500a9ca44b..d59a1e70ffe 100644 --- a/source/develop/index.md +++ b/source/develop/index.md @@ -2,6 +2,7 @@ title: Joining the developers community authors: - sandrobonazzola + - jasperb page_classes: community no_container: true hide_metadata: true @@ -28,7 +29,7 @@ Please follow the [user documentation](/documentation/index.html) for deploying Sign up for the [devel@ovirt.org](https://lists.ovirt.org/archives/list/devel@ovirt.org/) mailing list and send us an email saying how you would like to contribute. Visit our [mailing lists](https://lists.ovirt.org/archives/) page for other oVirt mailing lists to sign up for. -For fluent, real time communication, you can [join us on IRC](/community/about/contact.html#irc) +For fluent, real time communication, you can [join us on IRC](/community/about/contact.html#irc) or [join us on Matrix](/community/about/contact.html#matrix). Please read our [community etiquette guidelines](/community/about/community-guidelines.html). (Quick summary: Be nice!) @@ -69,11 +70,11 @@ please comment on the ticket you are looking into it. If the ticket has already Before writing any code, please check the subproject coding standards in the README file. If there is no mention about coding standards, try to follow the coding style used within the subproject existing sources. -You can find us on both our mailing list and IRC if you run into trouble when selecting issues or setting up your development environment or if you have questions. +You can find us on both our [Mailing lists](/community/about/mailing-lists.html) and [IRC](/community/about/contact.html#irc) or [Matrix](/community/about/contact.html#matrix) if you run into trouble when selecting issues or setting up your development environment or if you have questions. ## Setting up a development environment Each subproject should have instructions on how to setup your development environment to be able to develop and test your changes. -If you don't find adequate documentation and you need help, please contact us on IRC or on the [devel@ovirt.org](https://lists.ovirt.org/archives/list/devel@ovirt.org/) mailing list. +If you don't find adequate documentation and you need help, please contact us on [IRC](/community/about/contact.html#irc), on [Matrix](/community/about/contact.html#matrix) or on the [devel@ovirt.org](https://lists.ovirt.org/archives/list/devel@ovirt.org/) mailing list. diff --git a/source/develop/localization.md b/source/develop/localization.md index 158cc624c8c..2eb3c9e7241 100644 --- a/source/develop/localization.md +++ b/source/develop/localization.md @@ -4,6 +4,7 @@ category: howto authors: - lhornyak - sandrobonazzola + - jasperb --- # Localization Mini-Howto @@ -11,11 +12,11 @@ authors: This is a short howto on localizing the ovirt engine user interface. The intended primary audience for this howto is translators: -1. Present yourself on `users@ovirt.org` mailing list and ask for an account on [Zanata](https://zanata.ovirt.org/) -2. Login on [Zanata](https://zanata.ovirt.org/) -3. Request to join your language group, this usually takes a few hours or up to a day -4. See the list of languages being translated within Zanata [oVirt project](https://zanata.ovirt.org/explore) -5. If the language you want to translate is not yet included in the project please ask for it to be added sending an email to `devel@ovirt.org` -6. As soon as you joined your language-group and oVirt has that language added, you can start translating on the Zanata web interface for [oVirt project](https://zanata.ovirt.org/). +1. Create an account on [Weblate](https://translate.ovirt.tech/) +2. Login and select for which project you want to add translations. +3. Select your language and select the component you want to add translations to. +4. Start translating either by choosing a certain string through the Browse button or go through the whole component string by string using the Translate button. +5. See the list of languages being translated with Weblate [oVirt project](https://translate.ovirt.tech/languages/) +6. If the language you want to translate is not yet included in the project, please ask for it to be added by sending an email to `devel@ovirt.org`. 7. Check known localization [bugzilla issues](https://bugzilla.redhat.com/buglist.cgi?quicksearch=classification%3Aovirt%20cf_ovirt_team%3Ai18n) - and [GitHub issues](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+user%3Aovirt+label%3Ai18n) + and [Github issues](https://github.com/issues?q=is%3Aopen+is%3Aissue+archived%3Afalse+user%3Aovirt+label%3Ai18n) \ No newline at end of file diff --git a/source/develop/qa/index.md b/source/develop/qa/index.md index e0201f26231..47963d668db 100644 --- a/source/develop/qa/index.md +++ b/source/develop/qa/index.md @@ -4,6 +4,7 @@ category: integration authors: - bproffitt - sandrobonazzola + - jasperb --- # oVirt Quality Assurance @@ -36,7 +37,7 @@ If you'd like to get involved with helping to make oVirt better, join oVirt [Com Everyone is welcome to join the `#ovirt` IRC channel, especially if you're thinking of getting involved with QA and would like to ask some questions first. -You can also join oVirt users mailing list, where quality assurance-related topics are marked using `[QE]` in subject. +You can also join oVirt users mailing list, where quality assurance-related topics are marked using `[QE]` in subject. Alternatively you could also join the [Matrix space](/community/about/contact.html#matrix). ## Next releases diff --git a/source/index.haml b/source/index.haml index 1105967e2b3..fc2f1d8f5c7 100644 --- a/source/index.haml +++ b/source/index.haml @@ -15,6 +15,7 @@ authors: - garrett - lveyde - gshereme + - jasperb hide_metadata: true --- @@ -43,12 +44,11 @@ hide_metadata: true %div :markdown oVirt is an open-source distributed virtualization solution, designed to manage your entire enterprise infrastructure. - oVirt uses the trusted KVM hypervisor and is built upon several other community projects, including libvirt, Gluster, PatternFly, and Ansible. + oVirt uses the trusted KVM hypervisor and is built upon several other community projects, including libvirt, PatternFly, and Ansible. .col-md-4 %div %img#kvm(src="/images/logos/kvm.png" alt="kvm logo") %img#libvirt(src="/images/logos/libvirt.png" alt="libvirt logo") - %img#gluster(src="/images/logos/gluster.jpg" alt="gluster logo") %img#patternfly(src="/images/logos/patternfly.png" alt="patternfly logo") %img#ansible(src="/images/logos/ansible.png" alt="ansible logo")