Thank you for considering opening a pull requests to the project. Without contributions, React Email would not be possible.Before opening a pull request, please first view our Development workflow. The setup guide will help you properly set up the project.
While our community is open-source, we ask that features be discussed before they are implemented.To discuss a feature, please open up a discussion as an RFC.Once we come to an agreement on the feature and its implementation, you are welcome to create the feature and open a pull request.
If you’ve found a bug, and plan to fix it, please open up
a proper issue first. While you develop your fix, the issue can help us track the work, allow for other voices to offer suggestions, provide workarounds for those facing the bug if possible, and finish fixing the bug if you are no longer able to fix the issue.Whenever possible, please add tests to your fixes, to ensure that regressions aren’t introduced in later versions of the codebase.
Once you open your pull request, we will need to review it. The better your communicate what you did, the easier and quicker we can review your PR.Currently, we do not have a pull request template you can follow to help you, but you can follow some common guidelines.
If you went through technical difficulties, describe them.Explaining your difficulties also gives you a chance to describe your thought process, which solutions you considered and discarded, and why you chose the one you did. This process can help avoid unnecessary back and forth and allows us to provide more helpful feedback.
3. Write down the specific changes the pull request introduces
Writing down your specific changes—both generally and technically—makes it clear what your code does. Consider also including what key points your code does not address if appropriate to help us understand the scope of your work.