Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates requirements: ons-mkdocs-theme #133

Merged
merged 4 commits into from
Nov 22, 2024
Merged

Conversation

KeilanEvans
Copy link
Collaborator

@KeilanEvans KeilanEvans commented Nov 21, 2024

Description

Updated ons-mkdocs-theme to 1.1.2 -- fixing logo in footer of mkdocs webpage.

Type of change

  • Non-user facing change, structural change, dev functionality, docs ...

Checklist:

  • I have performed a self-review of my own code.
  • I have commented my code appropriately, focusing on explaining my design decisions (explain why, not how).
  • I have made corresponding changes to the documentation (comments, docstring, etc.. )
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have updated the change log.

Peer review

Any new code includes all the following:

  • Documentation: docstrings, comments have been added/ updated.
  • Style guidelines: New code conforms to the project's contribution guidelines.
  • Functionality: The code works as expected, handles expected edge cases and exceptions are handled appropriately.
  • Complexity: The code is not overly complex, logic has been split into appropriately sized functions, etc..
  • Test coverage: Unit tests cover essential functions for a reasonable range of inputs and conditions. Added and existing tests pass on my machine.

Review comments

Suggestions should be tailored to the code that you are reviewing. Provide context.
Be critical and clear, but not mean. Ask questions and set actions.

These might include:
  • bugs that need fixing (does it work as expected? and does it work with other code
    that it is likely to interact with?)
  • alternative methods (could it be written more efficiently or with more clarity?)
  • documentation improvements (does the documentation reflect how the code actually works?)
  • additional tests that should be implemented
    • Do the tests effectively assure that it
      works correctly? Are there additional edge cases/ negative tests to be considered?
  • code style improvements (could the code be written more clearly?)

Further reading: code review best practices

This commit updates the requirements to fetch the new ons-mkdocs-theme
@KeilanEvans KeilanEvans self-assigned this Nov 21, 2024
@KeilanEvans KeilanEvans added the documentation Improvements or additions to documentation label Nov 21, 2024
This was done as the issue with the crest in the footer of the docs site has been foxed.
@dombean dombean changed the title Updates requirements Updates requirements: ons-mkdocs-theme Nov 22, 2024
@dombean dombean merged commit a2a5cce into development Nov 22, 2024
6 checks passed
@dombean dombean deleted the update_requirements branch November 22, 2024 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants