Skip to content

Trevor Community Contribution #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions faq/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,20 @@ If you have trouble, create an issue and tag `@@rhodyprog4ds/fall20instructors`
````
Doing each new assignment in its own branch is best practice. In a typical software development flow once the codebase is stable a new branch would be created for each new feature or patch. This analogy should help you build intuition for this GitHub flow and using branches. Also, pull requests are the best way for us to give you feedback. Also, if you create a branch when you do not need it, you can easily merge them after you are done, but it is hard to isolate things onto a branch if it's on main already.
````

## Why did my workflow not run correctly?
```{toggle}
If you find that changes you made to a workflow are not taking effect, or you run a workflow and it seems to not work, you may not be running the workflow correctly.

To correctly execute an action in GitHub you should:

1. Make sure you are in the actions tab in your repository
2. On the left side of the screen the specific workflows should be available to select.
3. Select the desired workflow.
4. At the top of the workflow runs there should be an option to run the workflow.
5. Select Run Workflow to run the most recent and up to date workflow.

This should help correct the workflow if it was causing issues.

**note that clicking "re-run" on a previous run does *not* work**
```
1 change: 0 additions & 1 deletion faq/syllabus.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@ excerpts or screenshots embedded in it.

They should be markdown files in your KWL repo. I recommend myst markdown.
```