Skip to content

Commit

Permalink
Update Links / Author / Homepage / CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarmaged committed Jul 21, 2024
1 parent 56668f5 commit b1277a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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**
Expand Down Expand Up @@ -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!
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sarmaged@gmail.com>",
"author": "Dmitrii Sagalov <sarmaged@gmail.com>",
"license": "MIT",
"keywords": [
"style-forge",
Expand Down Expand Up @@ -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/"
}
Expand Down

0 comments on commit b1277a3

Please sign in to comment.