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
Copy file name to clipboardExpand all lines: career-path/leading-and-communicating/leading-on-stories.html.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ You should take responsibility for:
18
18
19
19
### Junior level
20
20
21
-
At junior level, you will be given support to work on user stories. You will normally work in a pair with a more experienced developer. You may be asked to take the lead on well defined stories - [see an example](/resources/delivery/user-story-template.html).
21
+
At junior level, you will be given support to work on user stories. You will normally work in a pair with a more experienced developer. You may be asked to take the lead on well defined stories - [see an example](/resources/delivery/user-story-template.html.md).
22
22
23
23
A well defined story will:
24
24
@@ -43,7 +43,7 @@ This could involve:
43
43
- working with the tech lead and the rest of the team to agree scope and identify risks to delivery early on
44
44
- creating well defined stories for other developers to pick up or suggesting an approach to take
45
45
- helping to resolve blockers
46
-
- making sure code gets [code reviewed](/resources/other/code-reviews.html) quickly
46
+
- making sure code gets [code reviewed](/resources/other/code-reviews.html.md) quickly
47
47
- doing a timeboxed investigation (spike) into a problem area
Copy file name to clipboardExpand all lines: career-path/leading-and-communicating/sharing-knowledge-with-others.html.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Much of what we’re doing is only possible because of open source code and the
16
16
## Your role as developer/webops
17
17
You can share knowledge internally by
18
18
19
-
-[Reviewing other developers' code](/resources/other/code-reviews.html)
19
+
-[Reviewing other developers' code](/resources/other/code-reviews.html.md)
20
20
- Documenting software you work with
21
21
- Demonstrating work at Show and Tell events and within your team
22
22
- Speaking at a monthly Technospective
@@ -39,7 +39,7 @@ You can also volunteer for the monthly Technospective to give a longer talk on a
39
39
40
40
### Mid level
41
41
42
-
[Working together with other developers](/career-path/leading-and-communicating/pair-programming.html) is a really good way to share knowledge, since you get to see other developer's workflow, environment and editor/IDE config, and general approaches to problem solving.
42
+
[Working together with other developers](/career-path/leading-and-communicating/pair-programming.html.md) is a really good way to share knowledge, since you get to see other developer's workflow, environment and editor/IDE config, and general approaches to problem solving.
43
43
44
44
You should also regularly review other developers' pull requests. It's a good idea to check other work-in-progress before picking up new stories, so that code review doesn't become a bottleneck for the team. See the [How to review code](https://gds-way.cloudapps.digital/manuals/code-review-guidelines.html) on the GDS way website for guidance about how to do code reviews well.
Copy file name to clipboardExpand all lines: career-path/technical-skills/designing-for-reliability.html.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,15 @@ title: Designing for reliability
11
11
12
12
Writing code is a core part of software development, but our responsibility extends beyond that.
13
13
14
-
As a developer you are responsible for the whole release process, from [code review](/resources/other/code-reviews.html) to
14
+
As a developer you are responsible for the whole release process, from [code review](/resources/other/code-reviews.html.md) to
15
15
deployment on a production system. You should also ensure that the products you are
16
16
working on are easy to support and operate.
17
17
18
18
### Junior level
19
19
20
20
Working with a more experienced developer, you should be able to produce code of a sufficient quality standard to ship to production.
21
21
22
-
You should [use automated testing](/career-path/technical-skills/using-appropriate-testing-to-ensure-software-quality.html) to ensure your code works.
22
+
You should [use automated testing](/career-path/technical-skills/using-appropriate-testing-to-ensure-software-quality.html.md) to ensure your code works.
Copy file name to clipboardExpand all lines: career-path/working-practices/knowing-when-to-ask-for-help.html.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ When asking questions, be sure to provide context about what you are trying to d
26
26
27
27
### Junior level
28
28
29
-
You'll usually be given [well defined tasks](/career-path/leading-and-communicating/leading-on-stories.html#junior-level) to work on, with support from a more experienced developer. Discuss the work with your colleague and try to understand what's involved.
29
+
You'll usually be given [well defined tasks](/career-path/leading-and-communicating/leading-on-stories.html.md#junior-level) to work on, with support from a more experienced developer. Discuss the work with your colleague and try to understand what's involved.
30
30
31
31
The person you're working with will give you guidance and you can ask questions as you go along. There's no such thing as a stupid question, so don't be afraid to ask!
Copy file name to clipboardExpand all lines: contributing/index.html.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Here are a few ways you can help:
11
11
1.[Review open pull requests](https://github.com/alphagov/gds-tech-learning-pathway/pulls). You don't have to be an expert on the topic to make suggestions.
12
12
2. Improve the copy so it's [easier to understand](https://www.gov.uk/guidance/content-design/writing-for-gov-uk).
13
13
3. Write a resource list for a topic you're interested in
14
-
4. Write a competency statement following the [template](template.html). Speak to someone before starting this as we have a list of competencies and what we think should go in them.
14
+
4. Write a competency statement following the [template](template.html.md). Speak to someone before starting this as we have a list of competencies and what we think should go in them.
15
15
4. Triage [issues](https://github.com/alphagov/gds-tech-learning-pathway/issues) and work out how they can be incorporated into the existing structure. This might be just adding a link to a resource list.
16
16
5. Raise an issue for something that is currently missing from the learning pathway.
0 commit comments