Update README.md

Added instruction to check if issue has been reported already
Added Frequently reported section
This commit is contained in:
Krapht 2013-06-19 12:28:41 +03:00
parent 4f740be088
commit 9b97246535

View file

@ -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. features or change existing behaviour or balance, please discuss it with Sengir or Krapht before submiting the pull request.
### Reporting issues ### Reporting issues
Issues are for bugs/crashes, please do not use them to ask general questions. * Before reporting an issue, please check that it has not been reported before.
Always include the version you are having trouble with. Or if you're building from source, which source you're building. * 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 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 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. 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 ### 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. 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. * Linux users will need the latest version of astyle installed as well.