You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,7 +25,7 @@ main project repository. Pull requests are sent through git systems, like
25
25
GitLab, GitHub, and BitBucket, to notify the rest of your team that a branch
26
26
or fork is ready to be reviewed."
27
27
28
-
{alt='Image from Undraw.co for version control visualization'}
28
+
{alt='Decorative image from Undraw.co to visualize a version control pipeline'}
29
29
30
30
In other words, PRs are a mechanism for introducing and merging changes
31
31
into a code base in a manner that enables discussion and collaboration.
@@ -34,7 +34,7 @@ In this lesson, students will learn about better practices for GitHub PRs.
34
34
35
35
## How Pull Requests Fit in the Development Process
36
36
37
-
{alt='From Freira et al.: Visualization of the GitHub development workflow with PRs'}
37
+
{alt='From Freira et al.: Visualization of the GitHub development workflow with PRs. Workflow goes from Developer to Clone to Create a Branch to individual commits to Create Pull Request to Discussion/Project Community, ending with Merge or close the PR'}
38
38
39
39
The development workflow can have several different formats; however, a simple
40
40
one is this:
@@ -60,7 +60,7 @@ integrated and stand-alone.
60
60
GitHub integrates branching and merging into their version control system. Every project
61
61
on GitHub can use the integrated pull requests feature.
62
62
63
-
{alt='INTERSECT training repository navigation bar'}
63
+
{alt='INTERSECT training repository navigation bar, showing, from left to right: Code, Issues, Pull Requests, Actions, Projects, Security, Insights'}
64
64
65
65
To access a repository's PRs, simply navigate to the repository root
66
66
page and click on "Pull requests" in the navigation bar. This will take you to the
@@ -82,7 +82,7 @@ Navigate to [https://github.com/spack/spack](https://github.com/spack/spack) and
0 commit comments