Skip to content

How to be Keeper (Tester)

zumbak04 edited this page Oct 25, 2019 · 28 revisions

Hello! Here we are going to explain how to test and review upcoming features, bugfixes and etc. Don't forget that testers do not only find bugs, but also give feedback. Feel free to share everything with us!

Cloning a Repository to your Desktop

First, you need to make sure you have the current version of the mod on your desktop. You can learn how you can get it in This Manual. Remember how to switch branches and view PRs (Pull Requests), it's very important for Keepers to know this.

Preparing for Testing

So, you have a GitHub account, the early version and you're ready for testing! Most likely, someone already requisted your review. If it's not, ask developers where they need your review. You can check review requests in Pull requests > Review requests.

Here you can see Pull Requests where your review is needed. Clicking on them will open a PR (Pull Request). Do it!

The first comment (See the screenshot below) is the most important thing for you. It explains all the changes and how to quickly test them. Respect your time! If the first comment isn't clear, write a comment on the PR asking for clarifications. Comment writing is aviable at the bottom of the PR page.

After the changes are clear to you. It's time to switch your branch to the branch of the PR. The branch name (see screenshot below) is mentioned right after the name of the PR itself.

Let's open Github Desktop and switch to this branch by selecting it in the list. Do not forget to Fetch and Pull the branch before testing by clicking on Fetch or Pull button. Fetch means check for updates, Pull means download updates. It's extremly importrant to keep your local branch updated.

The preparation is finished. It's time to start the game and run the early version.

Writing Review

After testing, it's time to write your feedback and mention found bugs.

Let's open the page of the PR we're testing and notice a button called Add review.

It will move you to the page called Files changed. In addition to Add review button, you can get here by clicking on Files changed on the main page of the PR.

So, what we see here? First of all, the comment section and the 3 types of the review: Comment, Request changes and Approve. Leave Approve comment only if you think everything is balanced and unbuggy. Otherwise, leave either Comment (if it's a general feedback) or Request changes (if it's a bug or really unbalanced).

We strongly recommend you to check These Text Tricks. They will make communication with the developers easy and beautiful.

If you're experienced in modding, you can even check files themselves. They're visible on Files changed page. By clicking on + and dragging it down (if you want to select a few lines), you can mention a few lines of code in your review.

End Words

That's all! If something isn't clear DM Zumbak! Good luck with testing!

Clone this wiki locally