-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
372 additions
and
266 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
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** | ||
<!-- A description of how this PR resolved the specified bug--> | ||
|
||
<!-- Add any linked issue(s) --> | ||
Fixes # | ||
|
||
|
||
**Update Changelog** | ||
<!-- Be brief, use imperative mood or simple noun phrases and add linked issues --> | ||
<!-- Examples: Improve verbosity of log messages #103 | GitHub actions for CI #105 --> | ||
|
||
- [ ] README.md, [changelog](../../README.md#changelog) <!-- update changelog here --> | ||
|
||
|
||
**Bump version** | ||
|
||
v0.xx.x -> v0.xx.x | ||
|
||
- [ ] README.md, [installation instructions](../../README.md#installation-instructions) | ||
- [ ] [`setup.py`](../../setup.py) | ||
- [ ] [`requiam/__init__.py`](../../requiam/__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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
name: Feature | ||
about: Provide specifics about a PR for a feature | ||
title: 'PR/Feature: ____(provide a descriptive name)' | ||
labels: enhancement | ||
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 how this PR addresses the feature/enhancement. --> | ||
|
||
<!-- Add any linked issue(s) --> | ||
See # | ||
|
||
|
||
**ToDo List** | ||
|
||
<!-- Add any open questions and Pre-Merge TODOs. Use checkboxes. --> | ||
- [ ] ToDo --> | ||
- [ ] ToDo --> | ||
- [ ] ToDo --> | ||
|
||
|
||
**Test plan** | ||
<!-- Explain how you tested this feature so that others can replicate it. --> | ||
<!-- Example: The exact commands you ran and their output, screenshots. --> | ||
|
||
|
||
**Update Changelog** | ||
<!-- Be brief, use imperative mood or simple noun phrases and add linked issues --> | ||
<!-- Examples: Improve verbosity of log messages #103 | GitHub actions for CI #105 --> | ||
|
||
- [ ] README.md, [changelog](../../README.md#changelog) <!-- update changelog here --> | ||
|
||
|
||
*Resources* | ||
<!-- Links to blog posts, StackOverflow, libraries or add-ons used to solve this problem. --> | ||
|
||
|
||
*Screenshots or additional context* | ||
<!-- Add any other context about the problem here and/or screenshots to help explain the problem. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
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 # | ||
|
||
|
||
**Update Changelog** | ||
<!-- List changes: be brief, use imperative mood or simple noun phrases and add linked issues --> | ||
<!-- Examples: Improve verbosity of log messages #103 | GitHub actions for CI #105 --> | ||
|
||
- [ ] README.md, [changelog](../../README.md#changelog) <!-- update changelog here --> | ||
|
||
|
||
**Bump version** | ||
|
||
v0.xx.x -> v0.xx.0 | ||
|
||
- [ ] README.md, [installation instructions](../../README.md#installation-instructions) | ||
- [ ] [`setup.py`](../../setup.py) | ||
- [ ] [`requiam/__init__.py`](../../requiam/__init__.py) | ||
|
||
|
||
*Screenshots or additional context* | ||
<!-- Add any other context about this release. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.