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 #285

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

Improve metainfo #285

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

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 of a tag or commit instead of branch.

@SeaDve SeaDve added enhancement New feature or request good first issue Good for newcomers labels Mar 8, 2024
@SeaDve SeaDve added this to the 2.3.0 milestone Mar 11, 2024
@SeaDve SeaDve modified the milestones: 2.3.0, 3.0.0 Mar 21, 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