1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Fix python version support in CONTRIBUTING.md

This commit is contained in:
Viranch Mehta
2021-11-15 22:43:20 -08:00
committed by GitHub
parent 0d140aedd4
commit cfc1aa35bc

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).