-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Change scribble/blueboxes to scribble/signature-box #206
Comments
@jackfirth I'd suggest this issue should be labelled 'good first issue' as it is a lot of steps but achievable for a beginner. Steps to complete the task;
|
@spdegabrielle Good idea! I don't seem to have issue-labeling powers though, and I don't know who would. |
Thank you @rfindler! |
Hi, I gave this a PR a try but the tests weren't passing. This is the first time I've tried working with racket so I'm not sure what the error message means. I put the details in the PR #286 |
In racket/drracket#291 and racket/drracket#172, it was decided that "signature box" is a much better term than "blue box", and various parts of drracket's documentation were updated to use this phrase. Scribble's
scribble/blueboxes
library uses the term "blue box" in its documentation and the names of its exported identifiers.We should add a
scribble/signature-box
library that's the same asscribble/blueboxes
but with changed names. Then we should deprecate thescribble/blueboxes
library and point users to the new library.The text was updated successfully, but these errors were encountered: