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

Add status badges in the readme #3

Closed
neon-mmd opened this issue May 4, 2023 · 0 comments · Fixed by #10
Closed

Add status badges in the readme #3

neon-mmd opened this issue May 4, 2023 · 0 comments · Fixed by #10

Comments

@neon-mmd
Copy link
Owner

neon-mmd commented May 4, 2023

Currently the readme (which is written in markdown) does not have any status badges but the readme should clearly show a few status badges these are:

  • Build status (showing the github workflow status)
  • Issue and pull request trackers (showing the number of open issues and pull requests )
  • License (showing which license is the project using)
  • Rating (showing the number of stars for this project on github)
  • Repo size (showing the size of this repository)

These all build statuses can be added using the shields.io website.

In markdown file html code can be added something like this:

<a href="https://github.com/neon-mmd/websurfx/graphs/contributors">
   <img src="https://contrib.rocks/image?repo=neon-mmd/websurfx" />
</a>

Note: All contributions should go into the rolling branch of this repository and for before you contribute fork this project add your appropriate changes to your fork and then add a PR mentioning this issue.

@neon-mmd neon-mmd closed this as completed May 5, 2023
neon-mmd pushed a commit that referenced this issue May 31, 2023
New: Include Tokyo Night, One Dark, and Dark Chocolate colorschemes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant