Skip to content

Commit

Permalink
docs: types fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 11, 2024
1 parent 494a64a commit 4be1ff6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Request a new feature, or an improvement to existing functionality.
labels: 'category: feature'

body:
- type: input
- type: textarea
id: describe
attributes:
label: Describe
Expand All @@ -13,7 +13,7 @@ body:
- Why Ape's current functionality is inadequate to address your goal
validations:
required: false
- type: input
- type: textarea
id: specification
attributes:
label: Specification
Expand All @@ -22,7 +22,7 @@ body:
Remember, your feature is much more likely to be included if it does not involve any breaking changes.
validations:
required: false
- type: input
- type: textarea
id: dependencies
attributes:
label: Dependencies
Expand Down
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/work-item.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Work Item
description: New work item for Ape team
body:
- type: input
- type: textarea
id: pitch
attributes:
label: Evelator Pitch
Expand All @@ -14,30 +14,30 @@ body:
Who is this for?
Persona or group of people whom will derive value from the scenario.
What benefits will be achieved or business metrics improved?
- type: input
- type: textarea
id: dependencies
attributes:
label: Dependencies
placeholder: |
Call out key people, teams, tech dependencies, or assumptions.
- type: input
- type: textarea
id: approach
attributes:
label: Design Approach
placeholder: |
Free text / diagram / whiteboard picture / etc. that clearly shows your approach and considerations to build the task list.
Existing code patterns in production code base that you will base your work off of.
- type: input
- type: markdown
id: tasks
attributes:
label: Task List
description: Bulleted list describing the exit criteria, desired end state and any documentation, monitors, work for DRI, etc. that will need to be added to make sure someone else can support once it's live.
placeholder: \[\] Tasks go here
- type: input
- type: textarea
id: date
attributes:
label: Estimated Completion Date
- type: input
- type: markdown
id: review
attributes:
description: 1-2 people needed for signoff
Expand Down

0 comments on commit 4be1ff6

Please sign in to comment.