1
0
Fork 0

minor cosmetic fixes

update the contrib guidelines to MR against dev, fix copyright
pull opbeat from .env-dist since we don't use it anymore
environments/stage/deployments/221
Corey Shields 2018-11-22 14:43:34 -05:00
parent 4316dd047b
commit 4872af63b6
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ master_doc = 'index'
# General information about the project.
project = u'satnogs-network'
copyright = u'2014-2017, Libre Space Foundation'
copyright = u'2014-%s, Libre Space Foundation' % time.strftime('%Y')
author = 'SatNOGS'
# The version info for the project you're documenting, acts as replacement for

View File

@ -51,9 +51,9 @@ When you want to start contributing, you should :doc:`follow the installation in
$ git push origin my_branch
#. Issue a pull request on Gitlab
#. Issue a pull request on Gitlab to the dev branch (not master)
#. Wait to hear from one of the core developers
#. Wait to hear from one of the core developers. You can find us on irc or matrix in channel satnogs if you wish to discuss your MR in real time.
If you're asked to change your commit message, you can amend the message and force commit::