Thank you for taking the time to contribute! 🎉
By participating, you are expected to follow this Code of Conduct.
You can open an issue which will be reviewed as soon as possible, or follow the steps below to create a PR.
- Fork the repository.
- Clone the forked repository to your machine and change it to your working directory.
- Create a branch.
git checkout -b <yourbranchname>
Example:
git checkout -b add-link-foo
- Commit and push your changes.
git push origin <yourbranchname>
Example:
git push origin add-link-foo
- Open a pull request by clicking on the
Compare & pull request
button you'll see on the remote repository. - Your changes will be merged into the main branch as soon as possible.