We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Lets start tagging issues and PRs with what they depend on.
For example:
or
NOTE: if youre actually writing these, omit the asterisk.
If we do this rigorously then we can more easily integrate into @jbenet's dependency visualizer tool
The text was updated successfully, but these errors were encountered:
The current dependency regex isn't smart enough to detect pre blocks, so your depends lines above show up in the graph ;).
If you want to not match the regexp, put something else in the line. For example, backticks (depends on #7) or a leading *:
depends on #7
Sorry, something went wrong.
@wking haha, thanks for the tip
No branches or pull requests
Lets start tagging issues and PRs with what they depend on.
For example:
or
NOTE: if youre actually writing these, omit the asterisk.
If we do this rigorously then we can more easily integrate into @jbenet's dependency visualizer tool
The text was updated successfully, but these errors were encountered: