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
Allow logged documentation to be configurable (#23)
* move create and move to pack pack logging into configuration
* move remaining log events to user event logger
* Remove gusto specific things
* bump version
* remove temporary gusto config
* rubocop
1) Run `bin/packwerk update-deprecations` to update the violations. Make sure to run `spring stop` if you've added new load paths (new top-level directories) in your pack.
85
-
86
-
2) Update TODO lists for rubocop implemented protections. See #{UsePackwerk.config.documentation_link} for more info
87
-
88
-
3) Touch base with each team who owns files involved in this move
89
-
90
-
4) Expose public API in #{pack_name}/app/public. Try `bin/use_packwerk make_public #{pack_name}/path/to/file.rb`
1) Run `bin/packwerk update-deprecations` to update the violations. Make sure to run `spring stop` if you've added new load paths (new top-level directories) in your pack.
126
-
127
-
2) Update TODO lists for rubocop implemented protections. See #{UsePackwerk.config.documentation_link} for more info
128
-
129
-
3) Work to migrate clients of private API to your new public API
130
-
131
-
4) Update your README at packs/your_package_name/README.md
1) Move files into your pack with `bin/use_packwerk move #{pack_name} path/to/file.rb`
72
-
73
-
2) Run `bin/packwerk update-deprecations` to update the violations. Make sure to run `spring stop` if you've added new load paths (new top-level directories) in your pack.
74
-
75
-
3) Update TODO lists for rubocop implemented protections. See #{UsePackwerk.config.documentation_link} for more info
76
-
77
-
4) Expose public API in #{pack_name}/app/public. Try `bin/use_packwerk make_public #{pack_name}/path/to/file.rb`
If you're the author, please consider replacing this file with a README.md, which may contain:
367
-
- What your pack is and does
368
-
- How you expect people to use your pack
369
-
- Example usage of your pack's public API (which lives in `#{package.name}/app/public`)
370
-
- Limitations, risks, and important considerations of usage
371
-
- How to get in touch with eng and other stakeholders for questions or issues pertaining to this pack (note: it is recommended to add ownership in `#{package.name}/package.yml` under the `owner` metadata key)
372
-
- What SLAs/SLOs (service level agreements/objectives), if any, your package provides
373
-
- When in doubt, keep it simple
374
-
- Anything else you may want to include!
375
-
376
-
README.md files are under version control and should change as your public API changes.#{' '}
377
-
378
-
See #{UsePackwerk.config.documentation_link} for more info!
0 commit comments