Things To Do: Portland
The following book is the result of a collaborative project from the How to Git workshop at Write the Docs Portland. Participants in the class used a Fork and Pull workflow to generate content for this GitBook-based documentation.
How to Contribute
- Fork the
wtd-thingsrepository here - Create a branch on your forked version of the repository
- On your branch, perform the following:
- Create a markdown file in the
/bookfolder, for example:place-name.md - Add content about the place you are suggesting, items to include could be:
- Address / Directions link
- Hours of Operation
- Description of the place
- Your suggestion for either things to do, eat, or drink there
- Create a markdown file in the
- Modify the
/book/SUMMARY.mdfile by adding a line under thePlaces to VisitorPlaces to Eat or Drinkand add a link to your content the the following example:* [Rogue Farms](rogue-farms.md)- Create a Pull Request against the
beardofedu/wtd-thingsrepository.