Skip to content

Commit

Permalink
[template]: Reorder pull request template
Browse files Browse the repository at this point in the history
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 <drewrisinger@users.noreply.github.com>
  • Loading branch information
drewrisinger authored and sbourdeauducq committed Oct 23, 2018
1 parent 0b43ec4 commit 761d30d
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/pull_request_template.md
Expand Up @@ -12,6 +12,27 @@ Based on https://raw.githubusercontent.com/PyCQA/pylint/master/.github/PULL_REQU

# ARTIQ Pull Request

## Description of Changes

### Related Issue

<!--
If this PR fixes a particular issue, use the following to automatically close that issue
once this PR gets merged:
Closes #XXX
-->

## Type of Changes

<!-- Leave ONLY the corresponding lines for the applicable type of change: -->
| | Type |
| ------------- | ------------- |
|| :bug: Bug fix |
|| :sparkles: New feature |
|| :hammer: Refactoring |
|| :scroll: Docs |

## Steps (Choose relevant, delete irrelevant before submitting)

### All Pull Requests
Expand All @@ -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

Expand All @@ -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

<!--
If this PR fixes a particular issue, use the following to automatically close that issue
once this PR gets merged:
Closes #XXX
-->

## Type of Changes

<!-- Leave ONLY the corresponding lines for the applicable type of change: -->
| | Type |
| ------------- | ------------- |
|| :bug: Bug fix |
|| :sparkles: New feature |
|| :hammer: Refactoring |
|| :scroll: Docs |


### Licensing

Expand Down

0 comments on commit 761d30d

Please sign in to comment.