How do I contribute? #1642
-
Hi, I've cloned the repository in order to update some documentation. I've created a local branch, committed changes, but when I try to push the branch I get the error:
When I use Gitpod to do the same process I get the error:
I'm keen to contribute, if someone could kindly take the time to explain what I'm missing that would be really appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, happy to hear you want to contribute! You can do the following:
git remote set-url origin https://github.com/thetestlabs/slidev.git
|
Beta Was this translation helpful? Give feedback.
Hi, happy to hear you want to contribute!
You can do the following:
Fork the repository. For example, to https://github.com/thetestlabs/slidev.
In you local repo, run the following command to change the remote from
slidevjs/slidev
tothetestlabs/slidev
.Push the branch to the new origin.
Go to https://github.com/slidevjs/slidev/pulls, there should be a "Compare & Pull Request" button, where you can create a PR.