From 49d2e17ca1ae5024d9835e6222d906da8a30ed1b Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 4 Oct 2022 17:13:34 +0200 Subject: [PATCH] Docs update readme (#36) * docs: display last commit badge * chore: simplify pull request template --- .github/pull_request_template.md | 12 +++--------- README.md | 1 + packages/astro-reactive-form/README.md | 1 - 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ff9b165..e7d8a95 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,14 +1,8 @@ -What is this PR about? -- [ ] docs -- [ ] bugfix -- [ ] feature +What is this PR about? docs / bugfix / feature +- Description of changes: - +- Tasks: - [ ] I have ran the tests to make sure nothing is broken (see CONTRIBUTING.md) diff --git a/README.md b/README.md index 349b3ac..80dd2ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ![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) +[![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 🔥 diff --git a/packages/astro-reactive-form/README.md b/packages/astro-reactive-form/README.md index ce418ba..4acbd18 100644 --- a/packages/astro-reactive-form/README.md +++ b/packages/astro-reactive-form/README.md @@ -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/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) -[![github](https://img.shields.io/github/last-commit/ayoayco/astro-reactive-library)](https://github.com/ayoayco/astro-reactive-library) # Astro Reactive Form 🔥