Skip to content

Commit 77fd747

Browse files
committed
Documentation moved to https://style-forge.github.io/
1 parent c260f66 commit 77fd747

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-21
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ If you find a bug or have a feature request, please open an issue on GitHub. Pro
5151
- Be respectful and considerate in your communications.
5252
- Follow the project's code of conduct.
5353

54-
For more information, visit our [documentation site](https://style-forge.dev/form/).
54+
For more information, visit our [documentation site](https://style-forge.github.io/form/).
5555

5656
Thank you for your contributions!

README.md

+17-19
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,15 @@
99

1010
`Style-Forge.Form` package is a versatile and easy-to-use library designed to streamline the creation and management of forms in web applications. It offers a robust set of tools to handle form validation, styling, and submission processes, enhancing user experience and developer productivity.
1111

12-
## Description
12+
## Documentation
1313

14-
To check out docs, visit [style-forge.dev](https://style-forge.dev/form/)
14+
To check out docs, visit [style-forge.github.io](https://style-forge.github.io/form/).
1515

16-
## Contributing
16+
## Support the project ⭐
1717

18-
We welcome contributions from the community! Please follow these steps to contribute:
18+
If you feel awesome and want to support us in a small way, please consider starring and sharing the repo! This helps us getting known and grow the community. 🙏
1919

20-
1. Fork the repository.
21-
2. Create a new branch: `git checkout -b feature/branch-name`.
22-
3. Make your changes and commit them: `git commit -am 'Add some feature'`.
23-
4. Push your changes to the forked repository: `git push origin feature/branch-name`.
24-
5. Create a pull request in the original repository.
25-
26-
For more detailed information, please refer to [CONTRIBUTING.md](CONTRIBUTING.md).
27-
28-
## License
29-
30-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
20+
<img src="https://github.com/style-forge/hub/raw/main/public/github-star.gif" alt="style-forge-star" />
3121

3222
## Modules
3323

@@ -74,10 +64,18 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
7464
</tr>
7565
</table>
7666

77-
## Authors
67+
## Contributing
68+
69+
We welcome contributions from the community! Please follow these steps to contribute:
70+
71+
1. Fork the repository.
72+
2. Create a new branch: `git checkout -b feature/branch-name`.
73+
3. Make your changes and commit them: `git commit -am 'Add some feature'`.
74+
4. Push your changes to the forked repository: `git push origin feature/branch-name`.
75+
5. Create a pull request in the original repository.
7876

79-
- **Dmitrii Sagalov** - *Expert in interface development* - [Sarmaged](https://github.com/Sarmaged)
77+
For more detailed information, please refer to [CONTRIBUTING.md](CONTRIBUTING.md).
8078

81-
## Contact
79+
## License
8280

83-
If you have any questions or suggestions, please open an issue in [Issues](https://github.com/Style-Forge/form/issues).
81+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"bugs": {
4040
"url": "https://github.com/Style-Forge/form/issues"
4141
},
42-
"homepage": "https://style-forge.dev/form/",
42+
"homepage": "https://style-forge.github.io/form/",
4343
"publishConfig": {
4444
"registry": "https://registry.npmjs.org/"
4545
}

0 commit comments

Comments
 (0)