This adds a note into the CONTRIBUTING.md file to discourage
creation of extremely large changes in the project that are very
difficult to review.
Change-Id: I416082854024d81cfca1a047e1281f582c3e2fa5
Relates-To: #289
Closes: #289
Since documentation is stable on docs.airshipit.org/airshipctl, we no
longer need the Read the Docs webhook. This change removes publishing to
Read the Docs so the project can be deleted before other documentation
begins to link to the incorrect place.
Change-Id: I89b3e72626189ecd31971e6d266a0b298d059154
Signed-off-by: Drew Walters <andrew.walters@att.com>
Adds a post job to update related issues in Github on change merges. If
a change contains a "Closes: #X" tag, issue X will be closed on merge.
If a change contains a "Relates-To: #X" or "[#X]" tag, a comment will be
made on the associated issue to indicate the change was merged and that
the issue may be closeable.
Closes: #39
Change-Id: Ide9a4d53de7be0e467422938e4e8067fb41ce036
Changes links from Jira to GitHub Issues.
Adds additional information on GitHub Issue workflows, guidelines for
submitting changes, and links to review boards.
Change-Id: I9af8208807f2f0f084a65ca6882f8105f8bca0fa
Implements `make docs` command to create rtd-themed docs using Sphinx
from the existing Markdown documents in the docs directory.
Changes the `get-modules` command to `depend` to more closely match
OpenStack guidelines in [0].
Adds `fmt` command as specified in [0], currently referencing the `lint`
command.
Adds `godoc` command that will host a local godoc server instance with a
link directly to airshipctl technical documentation.
Adds `releasenotes` commands specified in [0], currently
noted as "TODO".
Adds `images` command as found in other Airship projects, referencing
`docker-image`.
[0] https://governance.openstack.org/tc/reference/pti/golang.html
Change-Id: I134fc2c2714bce6d23dc9cf8b86c3016d68def7e