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

[Feature]: Normalize Contract struct Docs #505

Open
1 task done
0xNeshi opened this issue Jan 22, 2025 · 1 comment · May be fixed by #507
Open
1 task done

[Feature]: Normalize Contract struct Docs #505

0xNeshi opened this issue Jan 22, 2025 · 1 comment · May be fixed by #507
Assignees
Labels
effort: low Easy or tiny task that takes less than a day. good first issue Good for newcomers. priority: 0 Nice-to-have. Willing to ship without this. type: docs Changes to documentation. type: ref A code update that doesn't meaningfully change functionality.

Comments

@0xNeshi
Copy link
Collaborator

0xNeshi commented Jan 22, 2025

What is the feature you would like to see?

Instead of:

/// State of an `Erc20` token.
#[storage]
pub struct Erc20 {
    // ...

It should use a link:

/// State of an [`Erc20`] token.
#[storage]
pub struct Erc20 {
    // ...

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
@0xNeshi 0xNeshi added effort: low Easy or tiny task that takes less than a day. good first issue Good for newcomers. priority: 0 Nice-to-have. Willing to ship without this. type: docs Changes to documentation. type: ref A code update that doesn't meaningfully change functionality. labels Jan 22, 2025
@Emirhan-Cavusoglu-sftw Emirhan-Cavusoglu-sftw linked a pull request Jan 22, 2025 that will close this issue
3 tasks
@Emirhan-Cavusoglu-sftw
Copy link

Done it for the Erc20 the others were looking good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: low Easy or tiny task that takes less than a day. good first issue Good for newcomers. priority: 0 Nice-to-have. Willing to ship without this. type: docs Changes to documentation. type: ref A code update that doesn't meaningfully change functionality.
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

2 participants