-
Notifications
You must be signed in to change notification settings - Fork 455
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
docs: migrate env-injector and gnome extension pages #5212
docs: migrate env-injector and gnome extension pages #5212
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5212 +/- ##
==========================================
- Coverage 94.88% 89.69% -5.20%
==========================================
Files 658 343 -315
Lines 55189 22687 -32502
==========================================
- Hits 52364 20348 -32016
+ Misses 2825 2339 -486 ☔ View full report in Codecov by Sentry. |
This will be superceded by other branches.
777b0d7
to
14418f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs/reference/code/extensions/gnome-extension-gnome-system-monitor-expanded-diff.yaml
Outdated
Show resolved
Hide resolved
Give example diff a `.diff` extension to work around YAML linter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well written, nice work!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of typo fixes. Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all the work and patience on this! I've left one loose suggestion and left one comment thread open with details of why I think your word choice is fine but a possible replacement if you're uncomfortable with it.
@mr-cal This should be good to merge after the tests finish. |
In all the shuffling between the branches, this somehow got lost.
I'll land it today |
Grr, the extra commits are coming because of code sharing shenanigans between branches. |
All relevant tests have passed, merging. |
Add some indexes.
Add new how-tos about extensions.
Have you followed the guidelines for contributing?
Have you signed the CLA?
Have you successfully run
tox run -m lint
?Have you successfully run
tox run -e test-py310
? (supported versions:py39
,py310
,py311
,py312
)