Thank you for considering contributing to remode. Below we provide some guidelines for contributing:
- Reporting a bug
- Suggesting a new feature to the package
- Contributing code
If you found a bug in remode, we would love to know more about it. Please let us know about this problem by opening an issue.
The most important thing to include in your new issue is a minimal reproducible example that we can use to verify your problem and understand its root cause.
For more information about issues, please refer to the official GitHub guides!
We are very interested in hearing your suggestions in regards to the development of new remode features. Let us know about what you think we should add next by opening a new issue.
To contribute code to remode, you can follow these three steps:
- Create a branch and make your changes
- Push the branch to GitHub and issue a Pull Request (PR)
- Discuss with us the pull request and iterate of eventual changes
You can read more about pull requests using GitHub's official documentation.