From 9b972465355bad0fb3d44ab1338094bcf5315bbd Mon Sep 17 00:00:00 2001 From: Krapht Date: Wed, 19 Jun 2013 12:28:41 +0300 Subject: [PATCH] Update README.md Added instruction to check if issue has been reported already Added Frequently reported section --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a7738f7..62b45037 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,16 @@ If you wish to submit a pull request to fix bugs or broken behaviour feel free t features or change existing behaviour or balance, please discuss it with Sengir or Krapht before submiting the pull request. ### Reporting issues -Issues are for bugs/crashes, please do not use them to ask general questions. -Always include the version you are having trouble with. Or if you're building from source, which source you're building. +* Before reporting an issue, please check that it has not been reported before. +* Issues are for bugs/crashes, please do not use them to ask general questions. +* Always include the version you are having trouble with. Or if you're building from source, which source you're building. If you don't, we might assume that you are using latest-greatest and waste a bunch of time trying to reproduce a problem that might have fixed been already. Such things makes for very grumpy devs. Grumpy devs spend less time coding and more time doing stuff that makes them less grumpy. +#### Frequently reported +java.lang.AbstractMethodError - Incompatibility between BC/Forge/Mod using BC API. Usually not a BC issue + ### Compiling and packaging Buildcraft 1. Ensure that `Apache Ant` (found [here](http://ant.apache.org/)) and `Git` (found [here](http://git-scm.com/)) are installed correctly on your system. * Linux users will need the latest version of astyle installed as well.