You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your interest in contributing to the Style Forge Helpers project! We welcome contributions from the community. Please follow these guidelines to ensure a smooth contribution process.
4
+
Thank you for your interest in contributing to the `Style-Forge.Helpers` project! We welcome contributions from the
5
+
community. Please follow these guidelines to ensure a smooth contribution process.
5
6
6
7
## How to Contribute
7
8
8
9
1.**Fork the repository**
9
-
- Click the "Fork" button at the top right corner of the repository page on GitHub.
10
+
- Click the "Fork" button at the top right corner of the repository page on GitHub.
10
11
11
12
2.**Clone the forked repository to your local machine**
@@ -19,7 +20,7 @@ Thank you for your interest in contributing to the Style Forge Helpers project!
19
20
```
20
21
21
22
4.**Make your changes and commit them**
22
-
- Please ensure that your commits have descriptive messages.
23
+
- Please ensure that your commits have descriptive messages.
23
24
```bash
24
25
git commit -am 'Add some feature'
25
26
```
@@ -31,20 +32,25 @@ Thank you for your interest in contributing to the Style Forge Helpers project!
31
32
32
33
6.**Create a pull request**
33
34
- Go to the page of your forked repository on GitHub.
34
-
- Click the "New pull request" button and follow the instructions.
35
+
- Click the "New pull request" button.
36
+
- Select the base repository and branch you want to merge your changes into.
37
+
- Provide a clear and detailed description of your changes.
35
38
36
-
## Code Requirements
39
+
## Code Style
37
40
38
-
-**Coding Style**: Please follow the existing coding style.
39
-
-**Tests**: Ensure that your code passes all tests.
40
-
-**Documentation**: Update the documentation if necessary.
41
+
-Please ensure your code follows the project's coding standards.
42
+
-Run existing tests to make sure your changes do not break anything.
43
+
-If applicable, add new tests to cover your changes.
41
44
42
45
## Reporting Issues
43
46
44
-
If you find a bug, please create a [new issue](https://github.com/Sarmaged/style-forge.helpers/issues) describing the problem and the steps to reproduce it.
47
+
If you find a bug or have a feature request, please open an issue on GitHub. Provide as much detail as possible to help us understand and address the issue.
45
48
46
-
## Suggestions
49
+
## Community
47
50
48
-
If you have ideas for improvements, please create a [new issue](https://github.com/Sarmaged/style-forge.helpers/issues) with a detailed description of your idea.
51
+
- Be respectful and considerate in your communications.
52
+
- Follow the project's code of conduct.
53
+
54
+
For more information, visit our [documentation site](https://style-forge.dev/helpers/).
0 commit comments