-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhanced Item Sheet #646
Comments
This is a very neat idea. Shouldn't be too hard to do. The only challenge is shoehorning the extra data into the settings UI 😄 |
If you don't mind, I can try my hand at it. It would just be cool if you could give me a tip on how to put in a pull request, in my professional projects I can simply make a branch, but I haven't figured out how to do that in an external Github project yet. |
Definitely! I can see you already have a fork, shich is step 1. Step 2 is to get your main branch updated to mine. Then write your code and push to a new branch in your fork. Once your happy, if you go yuour fork on GitHub it will be promting you to open a PR. Once your on Discord (link on the other ticket) I can walk you through the process if you like. |
ah okay so i can sand a PR from MY repo to yours |
Yep, exactly! That's the model for open-source collaboration on GitHub - you have your own fork so you can make as many branches as you like without distracting anyone, then you can offer those back to the parent project as a PR |
I'd like to suggest an addition to an item sheet. Based on the permission-system we used for NPC id would me a whopper if we could set a minimum permission for the dynamig Item fields.
So a GM could decide which Information is secret to players.
Alternatively a simple GM-Notes field could be added, which would also do the trick.
The text was updated successfully, but these errors were encountered: