Issues (see the Issues tab in the menu above) is a forum-like part of a github project where people converse about project-related issues and tasks. To create an issue, you'll need to have a GitHub account.
When creating a mission-specific issue, please:
- Make sure this issue doesn't yet exist. If it does, add a comment to that conversation instead.
- Mention the mission code in the issue title
- Be as specific as possible in the description
- Title: 4-F: The steps in the description do not match the video. (contains the mission number and a one-line description)
- Description: 3. Leader turns to the right does not correspond to the video which shows the leader turning to the left. (a very specific description)
Here's a link to this project's issues.
Here's GitHub's help page on how to create an issue
Whoa, Neo, not everyone is a hacker. What is this forking and pulling stuff?
A "fork" is a special copy of a repository. It knows where it was copied from and when, and can tell the difference between its own content and the content of the original.
When you fork a repository, you end up with your own copy over which you have full control. This is where you make the changes you want to see in the original. Once you are done, you send a special message to the owner of the original pointing out the changes you made, and request the owner to include, or "pull" them in the original. That's the "pull request."
Here are the steps:
- Create your own fork (button in top right of the project)
- Make changes
- Click on the "Pull requests" grey tab of the forked project
- Create a pull request, remember to describe the changes
Please:
- Create individual pull requests for each mission -- makes discussion easy.
- Make sure to have your version of the tangomanual repository synced with the original, especially if some time passes between your forking the project and the pull request being ready. This may require using git from the command line. Instructions.
Here is GitHub's guide on forks, and one on creating a pull request from a fork
When I edit a mission, I see pound signs and stars and underscores and square brackets in the text... what are these?
These are a part of the GitHub Markdown syntax which allows you to create titles, italics, bold and links in plain text documents, without having to learn and write HTML code. By the way, you can also add emoji!
Video (TBA)
Want to get in touch with us about bringing this methodology to your community, learning to teach it yourself, or anything else?
Send us an email at tangomanual at gmail.com.