From 64715c57c61be69b9844450135b003a112b2899a Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 16 Apr 2014 05:09:32 +0000 Subject: [PATCH] contributing update --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6c336df16..b665018d2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,7 +36,7 @@ Steps to reproduce | A **detailed** guide on how to successfully reproduce the p * Pull requests should have a title that gives the package name the PR is for, and a short description about the PR. * The body of the PR should contain a **detailed** description of what changes are being introduced, and most importantly, *why* this PR should be merged. * PRs must be for a single package only. A PR addressing multiple packages without merit risks having a delayed merge or being closed. -* Ensure your PR addresses two of the most common problems: +* Ensure your PR addresses three of the most common problems: * Correctly update the pkgver or pkgrel of the package (see below). * Update the checksums if external files have been added or modified. * Is the package only for specific architectures? Set the `buildarch` variable (see [the README](https://github.com/archlinuxarm/PKGBUILDs/blob/master/README.md))