Skip to content

Latest commit

 

History

History
77 lines (59 loc) · 3.44 KB

CONTRIBUTING.md

File metadata and controls

77 lines (59 loc) · 3.44 KB

Contributing Guide for f5-openstack-heat-plugins

If you have found this that means you you want to help us out. Thanks in advance for lending a hand! This guide should get you up and running quickly and make it easy for you to contribute. If we don't answer your questions here and you need help or just want to say hi, shoot us an email at [email protected].

Issues

Creating issues is good, creating good issues is even better. Filing meaningful bug reports with lots of information in them helps us figure out what to fix when and how it impacts our users. We like bugs because it means people are using our code, and we like fixing them even more.

Pull Requests

If you are submitting a pull request you need to make sure that you have done a few things first.

  • If an issue doesn't exist, file one.
  • Make sure you have tested your code because we are going to do that when when you make your PR. You don't want The Hat because your request fails unit tests.
  • Clean up your git history because no one wants to see 75 commits for one issue
  • Use our commit template
  • Use our pull request template
@<reviewer_id>
#### What issues does this address?
Fixes #<issueid>
WIP #<issueid>
...

#### What's this change do?

#### Where should the reviewer start?

#### Any background context?

Testing

Creating tests is pretty straightforward and we need you to help us ensure the quality of our code. We write both our unit tests and functional tests using pytest. We know it is extra work to write these tests, but the maintainers and consumers of this code appreciate the effort and writing the tests is pretty easy.

Running those tests is even easier.

shell
$ py.test --cov ./ --cov-report=html
$ open htmlcov/index.html

If you are running our functional tests you will need a real BIG-IP® to run them against, but you can get one of those pretty easily in Amazon EC2.

License

Apache V2.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Contributor License Agreement

Individuals or business entities who contribute to this project must have completed and submitted the F5® Contributor License Agreement to [email protected] prior to their code submission being included in this project.