generated from pokt-network/repo-template
-
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.
Merge pull request #5 from pokt-network/jessicadaugherty-patch-1
Create Issue Template
- Loading branch information
Showing
1 changed file
with
65 additions
and
0 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,65 @@ | ||
--- | ||
name: Issue | ||
about: A general purpose issue - should be attached to a milestone | ||
title: "[REPLACE ME] with a descriptive title" | ||
labels: "" | ||
assignees: "" | ||
--- | ||
|
||
<!-- | ||
1. Please make sure to update the _Assigness_, _Labels_, _Projects_, _Milestone_ before submitting the issue | ||
2. Please make sure to add labels for the purpose (e.g. `persistence`) and priority (e.g. `low`) of this PR | ||
--> | ||
|
||
## Objective | ||
|
||
<!-- | ||
[ What? Issue description ] | ||
--> | ||
|
||
|
||
## Origin Document | ||
|
||
<!-- | ||
[ Why? Issue justification and/or link to another document] | ||
--> | ||
|
||
## Goals | ||
|
||
|
||
<!-- | ||
- _\_*REPLACE_ME*: List of things that are high level ideas or goals driving the task_ | ||
- [ ] ... | ||
--> | ||
|
||
## Deliverable | ||
|
||
<!-- | ||
- _\_*REPLACE_ME*: List of things that are concrete deliverables_ | ||
- [ ] ... | ||
--> | ||
|
||
## Non-goals / Non-deliverables | ||
|
||
<!-- | ||
- _\_*REPLACE_ME*: List of things that are out of scope_ | ||
- ... | ||
--> | ||
|
||
## General issue deliverables | ||
|
||
- [ ] Update the appropriate CHANGELOG | ||
- [ ] Update any relevant READMEs (local and/or global) | ||
- [ ] Update any relevant global documentation & references | ||
|
||
<!-- | ||
## [Optional] Testing Methodology | ||
- \__REPLACE_ME_: Make sure to update the testing methodology appropriately\_ | ||
- **All tests**: `make test` | ||
- **LocalNet**: verify a `LocalNet` is still functioning correctly by following the instructions at [docs/development/README.md](https://github.com/pokt-network/pocket/tree/main/docs/development) | ||
--> | ||
--- | ||
|
||
**Creator**: [github username of the creator] | ||
**Co-Owners**: [optional - github usernames of the co-owner(s)] |