From b1277a3675c5f845aa4883478bf7f504021a1b60 Mon Sep 17 00:00:00 2001 From: Sarmaged <3858245+Sarmaged@users.noreply.github.com> Date: Mon, 22 Jul 2024 02:04:59 +0300 Subject: [PATCH] Update Links / Author / Homepage / CONTRIBUTING.md --- CONTRIBUTING.md | 8 +++++--- package.json | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5e65a0e..7924184 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ -# Contributing to style-forge.patterns +# Contributing to Style-Forge.Patterns -Thank you for your interest in contributing to the style-forge.patterns project! We welcome contributions from the community. Please follow these guidelines to ensure a smooth contribution process. +Thank you for your interest in contributing to the `Style-Forge.Patterns` project! We welcome contributions from the community. Please follow these guidelines to ensure a smooth contribution process. ## How to Contribute @@ -10,7 +10,7 @@ Thank you for your interest in contributing to the style-forge.patterns project! 2. **Clone the forked repository to your local machine** ```bash - git clone https://github.com/your-username/style-forge.patterns.git + git clone https://github.com/Style-Forge/patterns.git ``` 3. **Create a new branch for your changes** @@ -50,4 +50,6 @@ If you find a bug or have a feature request, please open an issue on GitHub. Pro - Be respectful and considerate in your communications. - Follow the project's code of conduct. +For more information, visit our [documentation site](https://style-forge.dev/patterns/). + Thank you for your contributions! diff --git a/package.json b/package.json index 9d46f29..b93d078 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "main": "patterns.css", "repository": { "type": "git", - "url": "git+https://github.com/sarmaged/style-forge.patterns.git" + "url": "git+https://github.com/Style-Forge/patterns.git" }, - "author": "Sarmaged ", + "author": "Dmitrii Sagalov ", "license": "MIT", "keywords": [ "style-forge", @@ -42,9 +42,9 @@ "postcss-minify": "^1.1.0" }, "bugs": { - "url": "https://github.com/sarmaged/style-forge.patterns/issues" + "url": "https://github.com/Style-Forge/patterns/issues" }, - "homepage": "https://github.com/sarmaged/style-forge.patterns#readme", + "homepage": "https://style-forge.dev/patterns/", "publishConfig": { "registry": "https://registry.npmjs.org/" }