Skip to content
Snippets Groups Projects
Unverified Commit 6504a4dd authored by lemoer's avatar lemoer Committed by GitHub
Browse files

Merge pull request #2820 from stweil/contributing

actions, docs: fix English typo, wording
parents 1a489c52 d81897a4
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ jobs: ...@@ -34,7 +34,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
# Read back changd targets to create build matrix # Read back changed targets to create build matrix
target: ${{ fromJSON(needs.changed.outputs.targets) }} target: ${{ fromJSON(needs.changed.outputs.targets) }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
......
...@@ -23,8 +23,8 @@ using other parts or why the proposed change breaks other parts of the system. ...@@ -23,8 +23,8 @@ using other parts or why the proposed change breaks other parts of the system.
They might even refuse the idea altogether - after all, they have to sleep well They might even refuse the idea altogether - after all, they have to sleep well
after merging the changes, too. after merging the changes, too.
The preferred way to discuss in the IRC channel ([#gluon] on irc.hackint.org) The preferred way to discuss is in the IRC channel ([#gluon] on irc.hackint.org)
or on the [mailing list], however, you can also open a new issue on Github to or on the [mailing list], however, you can also open a new issue on GitHub to
discuss there. We maintain a [list of rejected features] and we'd like to discuss there. We maintain a [list of rejected features] and we'd like to
kindly ask you to review it first. In general, looking for duplicates may save kindly ask you to review it first. In general, looking for duplicates may save
you some time. you some time.
......
...@@ -15,7 +15,7 @@ The following targets for x86 images exist: ...@@ -15,7 +15,7 @@ The following targets for x86 images exist:
There are three images: There are three images:
* `generic` (compressed "raw" image, can written to a disk directly or booted with qemu) * `generic` (compressed "raw" image, can be written to a disk directly or booted with qemu)
* `virtualbox` (VDI image) * `virtualbox` (VDI image)
* `vmware` (VMDK image) * `vmware` (VMDK image)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment