From 761d30d9986d6552e771a6f0e94cefe58259d3c1 Mon Sep 17 00:00:00 2001 From: Drew Date: Mon, 22 Oct 2018 14:22:55 -0400 Subject: [PATCH] [template]: Reorder pull request template PR template wasn't in a logical order, hard for maintainers to read. Reorganized. Fix directory where docs are built from. Signed-off-by: Drew Risinger --- .github/pull_request_template.md | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 22b5b9ba27..7c50ac1cd7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -12,6 +12,27 @@ Based on https://raw.githubusercontent.com/PyCQA/pylint/master/.github/PULL_REQU # ARTIQ Pull Request +## Description of Changes + +### Related Issue + + + +## Type of Changes + + +| | Type | +| ------------- | ------------- | +| ✓ | :bug: Bug fix | +| ✓ | :sparkles: New feature | +| ✓ | :hammer: Refactoring | +| ✓ | :scroll: Docs | + ## Steps (Choose relevant, delete irrelevant before submitting) ### All Pull Requests @@ -31,7 +52,7 @@ Based on https://raw.githubusercontent.com/PyCQA/pylint/master/.github/PULL_REQU ### Documentation Changes -- [ ] Check, test, and update the documentation in [doc/](../doc/). Build documentation (`cd doc; make html`) to ensure no errors. +- [ ] Check, test, and update the documentation in [doc/](../doc/). Build documentation (`cd doc/manual/; make html`) to ensure no errors. ### Git Logistics @@ -41,27 +62,6 @@ Based on https://raw.githubusercontent.com/PyCQA/pylint/master/.github/PULL_REQU [topic]: description. < 50 characters total. Longer description. < 70 characters per line ``` -## Description of Changes - -### Related Issue - - - -## Type of Changes - - -| | Type | -| ------------- | ------------- | -| ✓ | :bug: Bug fix | -| ✓ | :sparkles: New feature | -| ✓ | :hammer: Refactoring | -| ✓ | :scroll: Docs | - ### Licensing