Contributions to SynD through the CodePeak Contribution Program are welcome! Join us in enhancing the capabilities of SynD and making synthetic data generation accessible to all.
We welcome contributions from anyone who is interested in improving this project. If you'd like to contribute, here are some ways you can get started:
- Submit a bug report if you find any issues with the application.
- Suggest new features or improvements.
- Submit a pull request to fix a bug or add a feature after an issue is assigned to you.
To run this project, use:
npm install
npm run dev
In adddition to this, also run backend part of this project from here: backend
To submit a pull request, please follow these steps:
- Fork this repository.
- Clone the forked repository.
git clone https://github.com/<your-github-username>/synd_dev
- Navigate to the project directory.
cd sampark
- Create a new branch.
git checkout -b <your_branch_name>
- Make changes.
- View and review your changes locally before pushing it.
- Stage your changes and commit.
git add -A
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push -u origin <your_branch_name>
- Create a pull request from your branch to the original repository.
- Congratulations! 🎉 you've made your contribution.
We will review your pull request and provide feedback. Once your changes are approved, we will merge them into the main branch.