-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
[esekyi]
committed
Aug 24, 2024
1 parent
8cfb551
commit 7670527
Showing
1 changed file
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,4 +40,26 @@ To install SpiceShare, follow these steps: | |
# or | ||
yarn install | ||
``` | ||
|
||
|
||
|
||
|
||
|
||
## Contributing | ||
|
||
Contributions to SpiceShare are welcome! Please follow these steps: | ||
|
||
1. Fork the repository | ||
2. Create a new branch: `git checkout -b feature/your-feature-name` | ||
3. Make your changes and commit them: `git commit -m 'Add some feature'` | ||
4. Push to the branch: `git push origin feature/your-feature-name` | ||
5. Submit a pull request | ||
|
||
Please make sure to update tests as appropriate and adhere to the project's coding standards. | ||
|
||
## License | ||
|
||
[MIT License](LICENSE) | ||
|
||
## Contact | ||
|
||
If you have any questions or feedback, please open an issue on GitHub or contact the maintainer at [email protected]. |