Skip to content

Latest commit

 

History

History
69 lines (40 loc) · 1.71 KB

CONTRIBUTING.md

File metadata and controls

69 lines (40 loc) · 1.71 KB

Contributing to Adaptive Framework

Thank you for taking the time to help contribute to this project!

We need help in order to make this project successful, and therefore welcome Pull Requests, Bug Rports and Feature requests. Please read the following guidelines before contributing to ensure your contributions are successful.

Table of Contents

Code of Conduct

Getting Started

How to Contribute

Style Guidelines

Communication

Code of Conduct

This project and everyone participating in it has adopted the Contributor Covenant. By participating, you are expected to uphold this code.

Getting Started

If you are new to the project, and wish to learn what Adaptive Framework is all about, please start with the currently published documentation.

How to Contribute

Reporting Bugs

Please use GitHub's Issue Tracker to submit any bugs you find. Prior to submitting a bug, please search the issue tracker to ensure that the bug has not already been reported. If it has, please add any additional information you have to the existing issue.

Suggesting Enhancements

Pull Requests

We currently use the Git Flow model for development.

Branches

Branches are labeled as follows:

  • main - The current stable release
  • develop - The current development branch
  • feature/* - A feature branch
  • release/* - A release branch
  • hotfix/* - A hotfix branch
  • bugfix/* - A bugfix branch

Forks

Style Guidelines

Communication