Skip to content

Commit

Permalink
Merge pull request #5 from pokt-network/jessicadaugherty-patch-1
Browse files Browse the repository at this point in the history
Create Issue Template
  • Loading branch information
okdas authored Oct 12, 2022
2 parents 63eee37 + 5a8f828 commit 3f99ab8
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.md
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)]

0 comments on commit 3f99ab8

Please sign in to comment.