Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.96 KB

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 1.96 KB

Contributing to Framework One (FW/1, DI/1, AOP/1)

Please note that in order to encourage more people to get involved with Framework One, we have adopted a Code of Conduct so that everyone should feel welcome and safe when getting involved with any aspect of the Framework One community.

All development happens in the main Framework One repository on the develop branch. Feel free to fork the repo and submit Pull Requests on the develop branch. You can also open issues there to discuss potential enhancements etc.

You can also discuss bugs and enhancements on Gitter or Slack. You can sign into Gitter directly using your GitHub credentials. For Slack, you'll need to request an account.

Pull Requests that contain new/updated tests for the bug fix / enhancement will be looked on more favorably than those that do not contain fixes. Github Workflows automatically runs the test suite for Pull Requests which helps us be confident that the Pull Request is "good".

Please follow the same formatting as the existing code, especially in terms of spacing around operators, parentheses, braces and so on. If in doubt, ask on the mailing list.

By submitting a Pull Request, you are granting copyright license to Sean Corfield and that your submission may be legally released under the Apache Source License 2.0 (http://www.apache.org/licenses/LICENSE-2.0).

The master branch represents the current stable release of FW/1. Do not submit Pull Requests against master. Showstopping bugs should be raised as issues and fixes will be applied to develop (if appropriate) and backported to master manually.

Note: Do not submit Pull Requests against Sean's personal fork - that exists for historical reasons and Github doesn't let you turn Pull Requests off.