summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2014-12-18 11:12:53 +1100
committermd_5 <git@md-5.net>2014-12-18 11:12:53 +1100
commit212f508550a4060507bb20ae8d6f2881772cbb90 (patch)
tree2e5a3b89863e753726dbc220f6e13f1e4030ee56 /README.md
parent6a2f313af1e63172e52d91094d29f0a9a40d987a (diff)
downloadbukkit-212f508550a4060507bb20ae8d6f2881772cbb90.tar
bukkit-212f508550a4060507bb20ae8d6f2881772cbb90.tar.gz
bukkit-212f508550a4060507bb20ae8d6f2881772cbb90.tar.lz
bukkit-212f508550a4060507bb20ae8d6f2881772cbb90.tar.xz
bukkit-212f508550a4060507bb20ae8d6f2881772cbb90.zip
Fix bullets
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index bfb20177..e69d02ea 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@ The development team is very open to both bug and feature requests / suggestions
Compilation
-----------
Bukkit is a Java program which uses [Maven 3](http://maven.apache.org/) for compilation. To compile fresh from Git, simply perform the following steps:
+
* Install Maven and Git using your preferred installation methods.
* `git clone https://hub.spigotmc.org/stash/scm/spigot/bukkit.git`.
* `mvn clean install`.
@@ -18,6 +19,7 @@ Some IDEs such as [NetBeans](https://netbeans.org/) can perform these steps for
Contributing
------------
Contributions of all sorts are welcome. To manage community contributions, we use the pull request functionality of Stash. In to gain access to Stash and create a pull request, you will first need to perform the following steps:
+
* Create an account on [JIRA](http://hub.spigotmc.org/jira/).
* Fill in the [SpigotMC CLA](http://www.spigotmc.org/go/cla) and wait up to 24 hours for your Stash account to be activated. Please ensure that your username and email addresses match.
* Log into Stash using your JIRA credentials.