Skip to content

Commit 20fcfd8

Browse files
nbhansenclaude
andcommitted
Fix markdown lint errors in new wiki pages
Remove trailing punctuation from headers (MD026) and add blank lines before lists (MD032) to pass CI markdownlint checks. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 948f1fd commit 20fcfd8

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

docs/Onboarding/accounts_and_access.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This page describes how to get access to GIRAF services and accounts.
77
All relevant passwords are stored in [KeePass](https://keepass.info/). Contact Ulrik Nyman ([ulrik@cs.aau.dk](mailto:ulrik@cs.aau.dk)) to get the `.kbdx` file.
88

99
**Best practices:**
10+
1011
- Store the file on Google Drive so all team members can access it
1112
- The SM group should manage the password file
1213
- Re-upload after any changes
@@ -16,6 +17,7 @@ All relevant passwords are stored in [KeePass](https://keepass.info/). Contact U
1617
The [GIRAF GitHub organization](https://github.com/aau-giraf) contains all repositories.
1718

1819
**To get access:**
20+
1921
1. Contact an existing owner to be added
2022
2. Or use the shared account (requires 2FA code from Ulrik):
2123
- Username: `giraf@lists.aau.dk`

docs/Onboarding/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Welcome to the GIRAF project! This section will help you get set up in your first week.
44

5-
## What is GIRAF?
5+
## About GIRAF
66

77
GIRAF is an umbrella term for digital tools developed for autistic children with little or no verbal communication. The applications have been developed by students at Aalborg University since 2011, in close cooperation with:
88

@@ -26,7 +26,7 @@ GIRAF is an umbrella term for digital tools developed for autistic children with
2626
| Know what my role involves | [Process → Roles](../Process/roles.md) |
2727
| See how previous teams worked | [Archive](../Archive/index.md) |
2828

29-
## Questions?
29+
## Need Help
3030

3131
- **Discord** — Day-to-day questions ([Invite Link](https://discord.gg/dNCkbsezKb))
3232
- **Your supervisor** — Project-level guidance

docs/Process/code_workflow.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ When your work is complete, create a pull request.
6868
### Before Creating a PR
6969

7070
Ensure your code:
71+
7172
- Addresses only one issue (one PR per user story)
7273
- Is fully tested (removing any functionality should break a test)
7374
- Is reachable in the application
@@ -113,6 +114,7 @@ Ensure your code:
113114
## 5. Merging
114115

115116
Once approved:
117+
116118
1. Ensure CI checks pass
117119
2. Merge the PR (squash or regular merge per repo conventions)
118120
3. Delete the feature branch

docs/Process/sprint_events.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Time estimation uses Planning Poker with Fibonacci cards: 1, 2, 3, 5, 8, 13, 21,
3535
**Include in estimates:** Testing, code review, documentation, usability test design.
3636

3737
**Process:**
38+
3839
1. Everyone reads and discusses the issue
3940
2. Everyone picks a card secretly, then reveals simultaneously
4041
3. If estimates differ by more than two steps (e.g., 3 vs 8), discuss and re-estimate
@@ -57,9 +58,10 @@ Time estimation uses Planning Poker with Fibonacci cards: 1, 2, 3, 5, 8, 13, 21,
5758

5859
Teams work on their assigned issues. See [Code Workflow](code_workflow.md) for the issue-to-merge process.
5960

60-
### Need More Work?
61+
### Need More Work
6162

6263
If your team finishes early:
64+
6365
1. Find an issue in the Sprint Backlog
6466
2. Ask the SM group for approval (they may redirect you to higher priorities)
6567

0 commit comments

Comments
 (0)