From 4b8ee1c5afa190dfa60a95e2a2c4d8d89bdda6cd Mon Sep 17 00:00:00 2001 From: deoostfrees <68224180+deoostfrees@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:01:26 +0100 Subject: [PATCH] [TASK] Adjust texts --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/enhancement.md | 2 +- README.md | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 91d2d87..720ba14 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,6 +1,6 @@ --- name: Bug -about: A problem with the framework. +about: A problem with the boilerplate. title: 'Bug: [Title]' labels: 'type: bug' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index 41f97a6..b37387a 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -1,6 +1,6 @@ --- name: Enhancement -about: Suggest an idea for this framework. +about: Propose an idea for this boilerplate. title: 'Enhancement: [Title]' labels: 'type: enhancement' assignees: '' diff --git a/README.md b/README.md index 9661d50..f1e2358 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Ratata +# Ratata (WIP) -HTML, CSS, and JavaScript framework (WIP) +HTML, CSS and JavaScript Boilerplate with HTML, CSS and JavaScript. ## Table of contents diff --git a/package.json b/package.json index f2a6616..d891211 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ratata", "version": "0.0.0", - "description": "HTML, CSS, and JavaScript framework (WIP)", + "description": "HTML, CSS and JavaScript Boilerplate with HTML, CSS and JavaScript.", "main": "css/ratata.css", "scripts": { "testJs": "standard \"js/ratata.js\"",