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
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
6
+
7
+
Fixes # (issue)
8
+
9
+
## Type of change
10
+
11
+
Please select all relevant options, then delete those which are irrelevant.
12
+
13
+
-[ ] Bug fix
14
+
-[ ] New feature
15
+
-[ ] Documentation update
16
+
-[ ] Page content update.
17
+
18
+
## Validation
19
+
20
+
Please describe how you validate your proposed changes. Provide instructions so we can reproduce this result.
21
+
22
+
-[ ] Test A
23
+
24
+
## Checklist
25
+
26
+
-[ ] My code follows proposed/requested changes to the related issues.
27
+
-[ ] The [coding guidelines](https://github.com/S7-OpenLearning-Individual/DesignPatternPedia?tab=readme-ov-file#coding-standards) have been applied correctly and thoroughly.
28
+
-[ ]`npm run lint:mdx` passes without errors.
29
+
-[ ] I have performed a self-review of my own code and corrected any misspellings or grammatical errors.
30
+
-[ ] I have tested the changes locally and ensured there are no errors or functional problems.
31
+
32
+
## Screenshots (if applicable)
33
+
34
+
Please add screenshots to demonstrate the changes made (if applicable).
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
19
19
2. All images have `alt` texts explaining their purpose and contents.
20
20
3. All basic page elements that can be re-used should be turned into components.
21
21
4. Code is written in American English.
22
-
5. Page content is written in Queens English.
22
+
5. Page content is written in Queen's English.
23
23
6. Page content is cited, sourced, and referenced where deemed necessary.
24
24
7. All docs/pages are `.mdx` files.
25
25
8. Code compiles and tests pass.
26
26
9. Directories follow the correct pattern structure.
27
-
10. Each page is built using the [template](/template.mdx) (validated by `npm run lint:mdx`).
27
+
10. Each _pattern_page is built using the [template](/template.mdx) (validated by `npm run lint:mdx`).
28
28
11. Custom components should not implement their own title, they should use the correct heading (#) level in the page itself to ensure proper url based linking.
29
29
12. Images need to have padding applied around them, optimally `2rem`.
30
-
13.Code has no 'TODO' blocks, only a 'FUTURE_WORK' block may be present with a reference to an issue or task.
30
+
13.Source code contains no 'TODO' blocks, only a 'FUTURE_WORK' block may be present with a reference to an issue or task.
0 commit comments