Skip to content

Commit

Permalink
[Docs📑] Added Contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
[esekyi] committed Aug 24, 2024
1 parent 8cfb551 commit 7670527
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

0 comments on commit 7670527

Please sign in to comment.