Thank you for considering contributing to bos-workspace! Here are some guidelines to help you get started.
To contribute to bos-workspace, follow these steps:
- Fork the repository on GitHub.
- Clone your forked repository to your local machine.
- Make your changes locally, see the examples for how to do this.
- Test your changes to ensure they work as expected.
- Commit your changes with descriptive commit messages. We like Semantic Commit Messages.
- Push your changes to your fork on GitHub.
- Create a pull request to the main repository.
Please follow the existing code style and conventions used in the project.
This repository uses jest unit tests, which can be found in /tests. Ensure that your changes include appropriate tests and that existing tests pass.
If you encounter any issues or have feature requests, please submit them through GitHub issues. Include as much detail as possible to help us understand and address the problem efficiently.
Thank you for your interest in contributing to bos-workspace! Your contributions are greatly appreciated.