Skip to content

Commit

Permalink
feat: issue template modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubpark committed Apr 17, 2024
1 parent aff16ab commit 1af1bc1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature Request
about: Create a feature request item to be picked up by a contributor.
title: ''
labels: 'enhancement'
assignees: ''

---

## Description and context
<!--- Write a description or todo list as the scope. A task should be: -->
<!--- Actionable: can be acted on right away. -->
<!--- Clearly defined scope: has precise limits/boundaries. -->
<!--- Small scope: break complex tasks into smaller ones if they involve multiple system parts, multiple people/PRs, or parallelizable work. -->

## Suggested solution
<!--- Optionally write a description of suggested solution for this feature request -->

## Definition of done
<!--- Describe completion: e.g. code merged, deployment is done, or release published etc. -->
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ assignees: ''
<!--- Clearly defined scope: has precise limits/boundaries. -->
<!--- Small scope: break complex tasks into smaller ones if they involve multiple system parts, multiple people/PRs, or parallelizable work. -->

## Suggested solution
<!--- Optionally write a description of suggested solution for this feature request -->

## Definition of done
<!--- Describe completion: e.g. code merged, deployment is done, or release published etc. -->

0 comments on commit 1af1bc1

Please sign in to comment.