Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

26 lines (20 loc) · 1.04 KB

Contributing to PyVet

Welcome, and thank you for wanting to contribute to pyvet! This is a python library that helps organizations, companies, and even veterans themselves analyze and research data from the Department of Veterans Affairs. This document outlines the quickest way to start contributing and get familiar with the code base.

Local clone and code navigation

Follow the below if to contribute:

  1. Installation & Environment
  2. Code layout
  3. Style
  4. Tests

Features and Bugs

Before you start working on a change, visit the issues and pull-requests tabs and see if there is something already related to your change. If not, then once your change is completed locally, in your own branch, ensure all tests pass (and add tests to your change), and then create a pull request filled out with all the pertinent information.