Browse Source

Merge pull request #810 from octodns/py3-contributing

Fix python version support in CONTRIBUTING.md
pull/811/head
Ross McFarland 4 years ago
committed by GitHub
parent
commit
0f11cf212f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CONTRIBUTING.md

+ 1
- 1
CONTRIBUTING.md View File

@ -35,7 +35,7 @@ Here are a few things you can do that will increase the likelihood of your pull
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
- We target Python 2.7, but have taken steps to make Python 3 support as easy as possible when someone decides it's needed. PR welcome.
- We target Python 3, support for Python 2 has been dropped.
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).


Loading…
Cancel
Save