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

improve metainfo #9

Open
2 of 3 tasks
SeaDve opened this issue Mar 8, 2024 · 0 comments
Open
2 of 3 tasks

improve metainfo #9

SeaDve opened this issue Mar 8, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@SeaDve
Copy link
Owner

SeaDve commented Mar 8, 2024

  • Add brand color, like the following:
<branding>
  <color type="primary" scheme_preference="light">#ff00ff</color>
  <color type="primary" scheme_preference="dark">#993d3d</color>
</branding>
  • Add screenshot captions, like the following:
<screenshots>
  <screenshot type="default">
    <image>https://example.org/example1.png</image>
    <caption>A caption</caption>
  </screenshot>
  <screenshot>
    <image>https://example.org/example2.png</image>
    <caption>A caption</caption>
  </screenshot>
</screenshots>
  • Use proper screenshot image tag

The link should be based on a tag or commit instead of a branch.

@SeaDve SeaDve added enhancement New feature or request good first issue Good for newcomers labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant