Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGiancarlo Razzolini <grazzolini@archlinux.org>2021-01-11 12:26:37 -0300
committerGiancarlo Razzolini <grazzolini@archlinux.org>2021-01-11 12:26:37 -0300
commitde248caa0c24df2d40777cf8bd9eb65d46961243 (patch)
treea546e5c8c9ee2971a26e19ef8a2023fdbbfdcd0b /CONTRIBUTING.md
parentc5250fbe3e83bbc5d56a3dc931eaae7b8a3df9aa (diff)
CONTRIBUTING: Fix typos
Fixed some typos on the CONTRIBUTING.md document.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b77deb5c..fdfd6644 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,8 +1,8 @@
# Contributing to archinstall
-Any contributons through pull requests are welcome as this project aims to be a community based project to ease some Arch Linux installation steps.<br>
-Bare in mind that the future of this repo might be transferred to the official [GitLab repo under Arch Linux](http://gitlab.archlinux.org/archlinux/) *(if they so choose to adopt the project)*.
-Therefor guidelines and style changes to the code might come into affect as well as guidelines surrounding bug reporting and discussions.
+Any contributions through pull requests are welcome as this project aims to be a community based project to ease some Arch Linux installation steps.<br>
+Bear in mind that the future of this repo might be transferred to the official [GitLab repo under Arch Linux](http://gitlab.archlinux.org/archlinux/) *(if they so choose to adopt the project)*.
+Therefore guidelines and style changes to the code might come into affect as well as guidelines surrounding bug reporting and discussions.
## Discussions
@@ -23,7 +23,7 @@ The exceptions to PEP8 are:
* [String quotes](https://www.python.org/dev/peps/pep-0008/#string-quotes) follow PEP8, the exception being when creating formatted strings, double-quoted strings are *preferred* but not required on the outer edges *(Example: `f"Welcome {name}"` rather than `f'Welcome {name}'`)*.
Most of these style guidelines have been put into place after the fact *(in an attempt to clean up the code)*.<br>
-There might therefor be older code which does not follow the coding convention and the code is subject to change.
+There might therefore be older code which does not follow the coding convention and the code is subject to change.
## Submitting Changes