Thank you for your interest in contributing to Listr!
Before contributing to Listr, please review our Code of Conduct to ensure that all interactions in our community are respectful and inclusive.
If you find any issues or have feature requests, please open an issue on the Listr issue tracker.
When opening an issue, please include as much detail as possible about the problem you are experiencing or the feature you would like to see implemented. This will help us to quickly address the issue or feature request.
If you would like to contribute code to Listr, please submit a pull request (PR) to the Listr GitHub repository.
When submitting a PR, please ensure that your code adheres to the following guidelines:
- Write clear commit messages that explain the changes you have made
- Use descriptive variable names and comments where appropriate
- Ensure that your code is well-documented
- Write clear and concise tests to accompany your code changes
- Ensure that your code adheres to the Listr code style guidelines
To maintain consistency throughout the Listr codebase, we use ESLint and Prettier to enforce a common set of code style guidelines. Please ensure that your code adheres to these guidelines before submitting a PR.
By contributing to Listr, you agree that your contributions will be licensed under the MIT License.