Skip to content

Commit

Permalink
docs: Fix fork url and add CI badges to README (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephannv authored Apr 21, 2023
1 parent 10da2b0 commit 0cd5360
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<p align="center">
<a href="https://blueprint.gunbolt.org" target="_blank">
<picture>
<img alt="Blueprint" src="https://raw.githubusercontent.com/gunbolt/blueprint/HEAD/.github/blueprint-logo.svg" width="200" height="200" style="max-width: 100%;">
<img
alt="Blueprint logo"
src="https://raw.githubusercontent.com/gunbolt/blueprint/HEAD/.github/blueprint-logo.svg"
width="200"
height="200"
style="max-width: 100%;"
>
</picture>
</a>
</p>
Expand All @@ -10,6 +16,11 @@
A framework for writing reusable and testable HTML templates in plain Crystal.
</p>

<p align="center">
<a href="https://github.com/gunbolt/blueprint/actions/workflows/ci.yml"><img src="https://github.com/gunbolt/blueprint/actions/workflows/ci.yml/badge.svg" alt="Tests & Code Format"></a>
<a href="https://github.com/gunbolt/blueprint/actions/workflows/weekly.yml"><img src="https://github.com/gunbolt/blueprint/actions/workflows/weekly.yml/badge.svg" alt="Weekly CI"></a>
</p>

------

## Documentation
Expand All @@ -18,7 +29,7 @@ For full documentation, visit <https://blueprint.gunbolt.org>.

## Contributing

1. Fork it (<https://github.com/stephannv/blueprint/fork>)
1. Fork it (<https://github.com/gunbolt/blueprint/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
Expand Down

0 comments on commit 0cd5360

Please sign in to comment.