A test repository for teaching issues, forks, and basic GitHub operations.
Try opening and issue and submitting a sample bug report:
- Click into the
app/
orscripts/
directory and click into any file. - Find a line (any line) reference for your bug report.
- Click the line number to the left, then the
...
button that appears to the left. - Select "Reference in New Issue"
- Add a title for your issue, and enter sample text explaining your observations.
- Submit the issue and watch as it is received and processed.
Create your own copy of this repository by forking it.
- Click on the "Fork" link in the upper-right of the main page of this repository. Or click here
- Select an account or organization for the fork to live in. It is customary to name the fork repository the same as its upstream. You can fork just the
main
branch. - Once the fork is created, you can now clone the repository to your local workstation and add/commit/pull/push freely.
- Syncing changes:
- To synchronize your fork with changes in the uptream, click the "Sync Fork" button.
- To synchronize changes in your fork with the upstream, submit a Pull Request using the "Contribute" button.
- Create a new file in your fork. Name it with the path
students/<USERID>/README.md
- Edit the README file to include your name, your home town, and your year at UVA.
- Commit the file to your fork.
- Submit a Pull Request back to the upstream repo.