Skip to content

Commit

Permalink
[TASK] Adjust texts
Browse files Browse the repository at this point in the history
  • Loading branch information
deoostfrees committed Jan 28, 2024
1 parent 2b17ac7 commit 4b8ee1c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -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: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -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: ''
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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\"",
Expand Down

0 comments on commit 4b8ee1c

Please sign in to comment.