phantom icon indicating copy to clipboard operation
phantom copied to clipboard

Rp contri doc

Open RussellPacheco opened this issue 3 years ago • 1 comments

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

RussellPacheco avatar May 28 '21 01:05 RussellPacheco

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.

sidiousvic avatar May 28 '21 02:05 sidiousvic