From 087d622146a3a3922c0cbc4fcca728aa295e34a1 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 17 Feb 2014 21:03:22 +0200 Subject: [PATCH] CONTRIBUTING.md: update --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0045be0e111..f64e65a312a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,6 +35,13 @@ Feature requests are great, but they usually end up lying around the issue tracker indefinitely. Sending a pull request is a much better way of getting a particular feature into OpenELEC. +### Reporting build failures + +As buildsystem / core packages (toolchain) / random libraries change from time to time, it is required +that you always do a clean build (make clean) before reporting build failures. Also make sure that you +have a clean, unmodified git clone, we can't fix bugs caused by you failed to merge / rebase on +your own fork. + ### Pull Requests - **Create topic branches**. Don't ask us to pull from your master branch.