phantom
phantom copied to clipboard
Rp contri doc
Thank you for contributing to Phantom!
đź‘» Please review our contribution guidelines.
Description
What changes did you make? ⚠️ DO NOT LEAVE EMPTY
There was a broken link in CONTRIBUTING.md. It was the CODEOFCONDUCT.md. Should be CODE_OF_CONDUCT.md
Thanks @RussellPacheco! All tests pass, however—there's a small issue.
I see that 14 files has been changed—I recreated the dev branch a few minutes ago, and it looks like your commit might have carried to old version of dev.
Can you delete the dev branch locally, pull again, and enact the PR for CONTRIBUTING.md
?
To recreate the latest dev branch:
git checkout production
git pull
git branch -d dev
git checkout dev
After that you should be able to make a new PR. Sorry for the trouble.