summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKevin Morris <kevr@0cost.org>2020-12-22 07:33:46 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2021-02-20 17:55:29 +0100
commit3ecee639ac5332978647572028339f06658f2beb (patch)
tree1bf08e077d2de57a637769d7cfa4f44a0410c701 /CONTRIBUTING.md
parentf6cbb433efd89090764921a74da490427e268118 (diff)
downloadaur-3ecee639ac5332978647572028339f06658f2beb.tar.gz
aur-3ecee639ac5332978647572028339f06658f2beb.tar.xz
update documentation for FastAPI tests and deps.
Additionally, we now ask for two more favors from contributors: 1. All source modified or added within a patchset **must** maintain equivalent or increased coverage by providing tests that use the functionality. 2. Please keep your source within an 80 column width. PS: Sneak a few test Makefile and gitlab fixes. Signed-off-by: Kevin Morris <kevr@0cost.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7b9ff466..1d57d742 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -8,3 +8,12 @@ You can add a git hook to do this by installing `python-pre-commit` and running
`pre-commit install`.
[1] https://lists.archlinux.org/listinfo/aur-dev
+
+### Coding Guidelines
+
+1. All source modified or added within a patchset **must** maintain equivalent
+ or increased coverage by providing tests that use the functionality.
+
+2. Please keep your source within an 80 column width.
+
+Test patches that increase coverage in the codebase are always welcome.