First off, thanks for taking the time to contribute! 🎉👍
The following is a set of guidelines for contributing to Stack Builders Tutorials, which are hosted in the Stack Builders Organization on GitHub. These are mostly just guidelines, not rules, use your best judgment and feel free to propose changes to this document in a pull request.
- Fork it
- Create your tutorial branch (
git checkout -b my-new-tutorial) - Add your tutorial changes following the tutorial guide
- Commit your changes (
git commit -am 'Add some tutorial') - Push to the branch (
git push origin my-new-tutorial) - Create a new Pull Request
- Create a new directory for your tutorial under
tutorials/<language>/ - Inside
tutorials/<language>/<your-tutorial-dir>create a directory namedcodeand place your tutorial's code in there - Add a
tutorial.mdfile undertutorials/<language>/<your-tutorial-dir>with the steps required for accomplishing your tutorial. Use this tutorial as a guide. - Add into
tutorial.mdfile the following variables (or at least one):
twitter-profile: jpvillaisaza
github-profile: jpvillaisaza
- If you want to add a personalized open graph image to your tutorial add this into
tutorial.md:
image: <language>/<your-tutorial-dir>/<your-image>.png