Skip to content

Commit

Permalink
Merge pull request #88 from UAL-RE/chore/72_PR
Browse files Browse the repository at this point in the history
Chore/72 pr Updating PR templates
  • Loading branch information
zoidy committed Aug 16, 2022
2 parents 44701cc + 88bb1dc commit 79d2cbe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 33 deletions.
20 changes: 2 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE/bug-pull-request.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
---
name: Bug
about: Provide specifics about a PR for a bug fix
title: 'PR/Bug: ____(provide a descriptive name)'
labels: bug, p1
assignees: ''

---
<!-- IMPORTANT: Please do not create a PR without creating an issue first. -->

<!-- Fields in **bold** are REQUIRED, fields in *italics* are OPTIONAL. -->

**Description**
Expand All @@ -16,19 +8,11 @@ assignees: ''
<!-- Add any linked issue(s) -->
Fixes #

**Bump version**

v0.xx.x -> v0.xx.x

- [ ] README.md, [installation instructions](../../README.md#installation-instructions)
- [ ] [`setup.py`](../../setup.py)
- [ ] [`requiam_csv/__init__.py`](../../requiam_csv/__init__.py)


*Screenshots or additional context*
<!-- Add any other context about the problem here and/or screenshots to help explain the problem. -->


*Testing (if applicable)*
<!-- Explain how you tested this bug fix so that others can replicate it. -->
<!-- Example: The exact commands you ran and their output. -->
<!-- Example: The exact commands you ran and their output. -->
- [ ] python requiam_csv/script_run --execute
30 changes: 15 additions & 15 deletions .github/PULL_REQUEST_TEMPLATE/release-pull-request.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
---
name: Release
about: Provide specifics about a PR for a release
title: 'PR/Release: ____(provide a descriptive name)'
assignees: ''

---
<!-- IMPORTANT: Please do not create a PR without creating an issue first. -->

<!-- Fields in **bold** are REQUIRED, fields in *italics* are OPTIONAL. -->

**Description**
<!-- A description of the updates contained in this release. Example: -->
<!-- Incorporates Travis CI feature #91, summary for script_run #99, and root portal handling #88 -->

Closes #

<!-- Do not push the release tag until this PR is merged -->
This pull request updates v0.xx.x -> v0.xx.0

**Bump version**

**Bump version**
v0.xx.x -> v0.xx.0

- [ ] README.md, [installation instructions](../../README.md#installation-instructions)
- [ ] README.md if any
- [ ] [`setup.py`](../../setup.py)
- [ ] [`requirements.txt`](../../requirements.txt)
- [ ] [`requiam_csv/__init__.py`](../../requiam_csv/__init__.py)
- [ ] [RTD requirements] ../../docs/requirements.txt


*Update Additional Documentation*
- [ ] [ReadTheDocs files](../../docs/source/). Check and update the appropriate sections in the .rst files as needed

*Screenshots or additional context*
<!-- Add any other context about this release. -->
<!-- Add any other context about this release. -->

*Testing (if applicable)*
<!-- Explain how you tested this bug fix so that others can replicate it. -->
<!-- Example: The exact commands you ran and their output. -->
- [ ] python requiam_csv/script_run --execute

0 comments on commit 79d2cbe

Please sign in to comment.