-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
SpecFlow is open source, meaning you can help the community in improving SpecFlow by contributing fixes and new features. If you feel you can contribute to SpecFlow's development, a good place to start is to check out the To-Do list for open tasks and follow the discussions on the [[forum|https://groups.google.com/forum/?escaped_fragment=topic/specflow/#!forum/specflow]]. Remember that you need to be willing to invest your own blood, sweat and tears into writing code, as the list of pending features is long and development resources are limited.
If you want to contribute a larger change or new features, please first discuss your ideas with the community on the forum to clear up any potential issues. This also ensures that you don't take on a task that someone else is working on. If you have an idea for improvements that are not in the To-Do list, please discuss your proposal first; you don't want to invest a lot of work into something that will not be merged with the release version.
To contribute to SpecFlow:
- Create a Github account.
- Fork the project.
- Implement your feature or bugfix, and update the changelog.
- Send us a pull request via GitHub and maybe leave a short note on the forum.
Note: We are currently using the v2 branch for development.
If you are new to Github, a good description of how to create pull requests can be found here: http://help.github.com/pull-requests/
Important! Please use autocrlf when committing to the SpecFlow repository (more details available here).
###Useful information for contributors
- Building SpecFlow
- CI build server: https://ci.appveyor.com/project/SpecFlow/specflow
- Updating Gherkin Keywords
- Overview of contributors and contributions
And finally, here is an overview of the Release Process (in case we forget it).