Thank you for considering contributing to FPnew! We very much appreciate contributions such as submitting bug reports and feature requests, writing code which can be included in the project or improvements to the documentation.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please, don't use the issue tracker for support questions. Instead, consider contacting the maintainers or consulting the PULP forums.
This repository loosely follows the GitFlow Branching Model.
Some points about the workflow:
masterbranch will be used for versioned releases of the projectdevelopbranch is the base for all development going on- New features / bugfixes shall create a feature branch off
developand merge back into it when the feature / fix is complete. - GitHub pull requests should be used to contribute your work by opening a PR against
develop. - Commits should reflect some meaningful step of work and will likely be squashed and rebased before merging if it's for a single feature only.
This document is incomplete. We're working on it...