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
"Ignoring color-contrast due to https://github.com/pa11y/pa11y/issues/697.",
21
+
"Hiding `clipboard-copy` until https://github.com/danielfrg/mkdocs-jupyter/pull/206 is merged.",
22
+
"Hiding `[id^='__codelineno'], .md-search__form, #__toc` due to known false positives in mkdocs-material: https://github.com/squidfunk/mkdocs-material/discussions/4102"
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -36,19 +36,19 @@ Look at the [development guide in our documentation](https://arup-group.github.i
36
36
To contribute changes:
37
37
38
38
1. Fork the project on GitHub.
39
-
2. Create a feature branch to work on in your fork (`git checkout -b new-fix-or-feature`).
40
-
3. Test your changes using `pytest`.
41
-
4. Commit your changes to the feature branch (you should have `pre-commit` installed to ensure your code is correctly formatted when you commit changes).
42
-
5. Push the branch to GitHub (`git push origin new-fix-or-feature`).
43
-
6. On GitHub, create a new [pull request](https://github.com/arup-group/pam/pull/new/main) from the feature branch.
39
+
1. Create a feature branch to work on in your fork (`git checkout -b new-fix-or-feature`).
40
+
1. Test your changes using `pytest`.
41
+
1. Commit your changes to the feature branch (you should have `pre-commit` installed to ensure your code is correctly formatted when you commit changes).
42
+
1. Push the branch to GitHub (`git push origin new-fix-or-feature`).
43
+
1. On GitHub, create a new [pull request](https://github.com/arup-group/pam/pull/new/main) from the feature branch.
44
44
45
45
### Pull requests
46
46
47
47
Before submitting a pull request, check whether you have:
48
48
49
-
* Added your changes to `CHANGELOG.md`.
50
-
* Added or updated documentation for your changes.
51
-
* Added tests if you implemented new functionality.
49
+
- Added your changes to `CHANGELOG.md`.
50
+
- Added or updated documentation for your changes.
51
+
- Added tests if you implemented new functionality.
52
52
53
53
When opening a pull request, please provide a clear summary of your changes!
0 commit comments