This commit is contained in:
Andrew J Krug 2018-11-27 10:04:19 -08:00 коммит произвёл GitHub
Родитель 417313270b
Коммит a50621ecbf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -15,7 +15,7 @@ Types of Contributions
Report Bugs
~~~~~~~~~~~
Report bugs at https://github.com/andrewkrug/ssm_acquire/issues.
Report bugs at https://github.com/mozilla/ssm_acquire/issues.
If you are reporting a bug, please include:
@ -45,7 +45,7 @@ articles, and such.
Submit Feedback
~~~~~~~~~~~~~~~
The best way to send feedback is to file an issue at https://github.com/andrewkrug/ssm_acquire/issues.
The best way to send feedback is to file an issue at https://github.com/mozilla/ssm_acquire/issues.
If you are proposing a feature:
@ -103,7 +103,7 @@ Before you submit a pull request, check that it meets these guidelines:
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 2.7, 3.4, 3.5 and 3.6, and for PyPy. Check
https://travis-ci.org/andrewkrug/ssm_acquire/pull_requests
https://travis-ci.org/mozilla/ssm_acquire/pull_requests
and make sure that the tests pass for all supported Python versions.
Tips