1
0
Fork 0
cuberite-2a/TESTING.md

31 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2017-08-24 05:19:40 -04:00
Contributing by Testing Cuberite
================================
2016-02-19 08:40:37 -05:00
You can help us even if you are not a programmer! This document explains how.
2017-08-24 05:19:40 -04:00
If you would like to help with coding instead, see [GETTING-STARTED.md][1] and [CONTRIBUTING.md][2].
2016-02-19 08:40:37 -05:00
Here are things you can help with without being a programmer:
2017-08-24 05:19:40 -04:00
- Run and test Cuberite. Report issues, bugs, crashes, and stacktraces at the [issue tracker][3]. This is best done in debug mode.
- Test unmerged versions (known as branches or Pull Requests) which are marked with the [ingame-testing-needed][4] label.
2016-02-19 08:40:37 -05:00
Note that code marked with `ingame-testing-needed` is not always available, and sometimes the above list will be empty.
Please use the issue tracker search feature and make sure your issue has not been reported before!
2017-08-24 05:19:40 -04:00
Obtaining Debug Builds
2016-02-19 08:40:37 -05:00
----------------------
When testing Cuberite, debug builds are preferred because they output detailed info about the problem that had occurred at the server console.
2016-02-19 08:40:37 -05:00
Currently, we do not provide debug builds. You will have to compile Cuberite yourself to obtain them. See the compilation instructions.
You can also test with regular builds.
2017-08-24 05:19:40 -04:00
Testing Unmerged Pull Requests
2016-02-19 08:40:37 -05:00
------------------------------
2017-08-24 05:19:40 -04:00
To test unmerged branches, pick one from the ingame-testing-needed list, and follow the download instructions.
2016-02-19 08:40:37 -05:00
If you are familiar with git, you can also fetch and compile the unmerged branch instead.
2017-08-24 05:19:40 -04:00
[1]: https://github.com/cuberite/cuberite/blob/master/GETTING-STARTED.md
[2]: https://github.com/cuberite/cuberite/blob/master/CONTRIBUTING.md
[3]: https://github.com/cuberite/cuberite/issues
[4]: https://github.com/cuberite/cuberite/pulls?q=is%3Aopen+is%3Apr+label%3Astatus%2Fingame-testing-needed