Commits
Adelemphii authored and md_5 committed 359d0533abd
23 23 | ----------- |
24 24 | CraftBukkit is a Java program which uses [Maven 3](http://maven.apache.org/) for compilation. To compile fresh from Git, simply perform the following steps: |
25 25 | |
26 26 | * Install Git using your preferred installation methods. |
27 27 | * Download and run [BuildTools](https://www.spigotmc.org/wiki/buildtools/) |
28 28 | |
29 29 | Some IDEs such as [NetBeans](https://netbeans.org/) can perform these steps for you. Any Maven capable Java IDE can be used to develop with CraftBukkit, however the current team's personal preference is to use NetBeans. |
30 30 | |
31 31 | Contributing |
32 32 | ------------ |
33 - | 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: |
33 + | Contributions of all sorts are welcome. To manage community contributions, we use the pull request functionality of Stash. In order to gain access to Stash and create a pull request, you will first need to perform the following steps: |
34 34 | |
35 35 | * Create an account on [JIRA](http://hub.spigotmc.org/jira/). |
36 36 | * 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. |
37 37 | * Log into Stash using your JIRA credentials. |
38 38 | |
39 39 | Once you have performed these steps you can create a fork, push your code changes, and then submit it for review. |
40 40 | |
41 41 | If you submit a PR involving both Bukkit and CraftBukkit, each PR should link the other. |
42 42 | |
43 43 | Although the minimum requirement for compilation & usage is Java 8, we prefer all contributions to be written in Java 7 style code unless there is a compelling reason otherwise. |