We welcome contributions to the WebComponents by Dataspheres AI Components project! Please read these guidelines to get started.
- Fork the Repository: Click on the 'Fork' button at the top right of the repository page.
- Clone the Forked Repository: Clone your forked repository to your local machine:
git clone https://github.com/your-username/dataspheres-ai-components.git
- Create a New Branch: Create a new branch for your feature or bug fix:
git checkout -b feature-branch-name
- Make Your Changes: Make your changes to the codebase.
- Commit Your Changes: Commit your changes with a descriptive commit message:
git commit -m 'Add new feature'
- Push to Your Branch: Push your changes to your forked repository:
git push origin feature-branch-name
- Submit a Pull Request: Open a pull request to the main repository with a description of your changes.
Follow the existing code style and conventions. Ensure your code passes all linting and tests before submitting.
Write tests for your code. Ensure all tests pass before submitting your pull request.
Please adhere to our Code of Conduct when participating in this project.
By contributing, you agree that your contributions will be licensed under the MIT License.