Contributing Documentation
this is a stub for now, this place deserves better
You might be here because you found something you could improve in Gwion's documentation. Please open an issue describing the problem and how you might address it.
Dependencies
Technically none of these are needed, but they are quite useful:
Editing the documentation
Fork the repository
You can do this through the github site, or command-line tools like gh
or hub
. See Further Reading.
Clone the source
Clone the url of your fork
git clone https://github.com/<your username>/gwion-docs
Edit some files
cd gwion-docs
make watch
Add your changes
git add docs/myfile.mdr
Let the world know
git commit -m "Something meaningful about why we are here"
git push
Submit a pull request
You can do this through the github site, or command-line tools like gh
or hub
. See Further Reading.
You can now sit back and wait for your pull request to be reviewed. If it's accepted, congrats! 🎉 You've made a contribution!
Further reading
For a more advanced info on contributing, check out @Chaser324's GitHub Standard Fork & Pull Request Workflow.
For a guide on making a pull request, there's github's Creating a pull request from a fork.