Started by
Danitosaurio
on
Topic category: Help with MCreator software
I have followed all steps to use IDEA (https://github.com/MCreator/MCreator/wiki/How-to-work-on-MCreator-using-Intellij-IDEA)to test and give feedback about Added support for custom item properties PR (https://github.com/MCreator/MCreator/pull/2000) but when I run MCreator on IDEA, despite running the correct version (mcreator 2023.2.99999) I can't really find nothing about this PR that is ready for review from community. On the other hand, I can see things from other PRs that have already been merged.
have I used IDEA wrong? Did I have to do some special adjustment to be able to test a PR that hasn't been merged yet?
Please help me if you think you know how.
Edited by Danitosaurio on Fri, 05/05/2023 - 19:18
You have probably set the Git to run from the master branch. You need to checkout to the branch from PR.
This may help: https://docs.github.com/en/pull-requests/collaborating-with-pull-reques…