Docs update readme (#36)

* docs: display last commit badge
* chore: simplify pull request template
This commit is contained in:
Ayo Ayco 2022-10-04 17:13:34 +02:00 committed by GitHub
parent 3f0b3b106d
commit 49d2e17ca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 10 deletions

View file

@ -1,14 +1,8 @@
What is this PR about? What is this PR about? docs / bugfix / feature
- [ ] docs -
- [ ] bugfix
- [ ] feature
Description of changes: Description of changes:
<!-- -
Mention the issue this PR is addressing
Describe the changes you made preferrably broken down into a list in the following format:
1. <filename> - <update done>
-->
Tasks: Tasks:
- [ ] I have ran the tests to make sure nothing is broken (see CONTRIBUTING.md) - [ ] I have ran the tests to make sure nothing is broken (see CONTRIBUTING.md)

View file

@ -1,6 +1,7 @@
![library-cover](https://user-images.githubusercontent.com/4262489/193811991-dc6ed9d7-0960-42f3-8b72-108620c6ab25.png) ![library-cover](https://user-images.githubusercontent.com/4262489/193811991-dc6ed9d7-0960-42f3-8b72-108620c6ab25.png)
[![Build and Test](https://github.com/ayoayco/astro-reactive-library/actions/workflows/build-and-test.yml/badge.svg?branch=main)](https://github.com/ayoayco/astro-reactive-library/actions/workflows/build-and-test.yml) [![Build and Test](https://github.com/ayoayco/astro-reactive-library/actions/workflows/build-and-test.yml/badge.svg?branch=main)](https://github.com/ayoayco/astro-reactive-library/actions/workflows/build-and-test.yml)
[![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-library)](https://github.com/ayoayco/astro-reactive-library)
# Components and utilities for building reactive user interfaces 🔥 # Components and utilities for building reactive user interfaces 🔥

View file

@ -3,7 +3,6 @@
[![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![npm](https://img.shields.io/npm/v/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form)
[![npm](https://img.shields.io/npm/l/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![npm](https://img.shields.io/npm/l/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form)
[![npm](https://img.shields.io/npm/dt/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form) [![npm](https://img.shields.io/npm/dt/astro-reactive-form)](https://www.npmjs.com/package/astro-reactive-form)
[![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-library)](https://github.com/ayoayco/astro-reactive-library)
# Astro Reactive Form 🔥 # Astro Reactive Form 🔥