1# Contributing to gotest.tools 2 3Thank you for your interest in contributing to the project! Below are some 4suggestions which may make the process easier. 5 6## Pull requests 7 8Pull requests for new features should generally be preceded by an issue 9explaining the feature and why it is necessary. 10 11Pull requests for bug fixes are always appreciated. They should almost always 12include a test which fails without the bug fix.