Skip to content

Commit 2d4a966

Browse files
authored
Remove sumamry field as title already there
1 parent fd2479b commit 2d4a966

File tree

6 files changed

+1
-57
lines changed

6 files changed

+1
-57
lines changed

.github/ISSUE_TEMPLATE/backend.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: Backend
22
description: Track a backend development task for Gardens V2 (Contracts or Subgraph).
33
projects: ["1Hive/17"]
44
body:
5-
- type: markdown
6-
attributes:
7-
value: |
8-
Use this template for backend work such as contract updates, indexing logic, or subgraph schema improvements.
9-
105
- type: dropdown
116
id: domain
127
attributes:
@@ -18,15 +13,6 @@ body:
1813
validations:
1914
required: true
2015

21-
- type: input
22-
id: summary
23-
attributes:
24-
label: Summary
25-
description: Short headline describing the backend task.
26-
placeholder: Implement CVStrategy upgradeable version
27-
validations:
28-
required: true
29-
3016
- type: textarea
3117
id: description
3218
attributes:

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ body:
88
attributes:
99
value: |
1010
Thanks for raising an issue. Share the essentials so we can reproduce and fix it quickly.
11-
- type: input
12-
id: summary
13-
attributes:
14-
label: What happened?
15-
description: One line summary of the problem.
16-
placeholder: Unable to sign proposal when...
17-
validations:
18-
required: true
1911
- type: textarea
2012
id: steps
2113
attributes:

.github/ISSUE_TEMPLATE/design.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ body:
1212
**Figma:** [Gardens V2 UI](https://www.figma.com/design/v9ECAmLYs2pam1wguh3HUS/Gardens-V2-UI?node-id=1-25&p=f&t=QTrkzN8ykb9AdIi6-0)
1313
**Miro:** [Design Collaboration Board](https://miro.com/app/board/uXjVJF2w8YI=/)
1414
15-
- type: textarea
16-
id: summary
17-
attributes:
18-
label: Summary
19-
description: Briefly describe the design goal or problem to solve.
20-
placeholder: Improve visual hierarchy in proposal cards...
21-
validations:
22-
required: true
23-
2415
- type: textarea
2516
id: context
2617
attributes:

.github/ISSUE_TEMPLATE/frontend.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,6 @@ body:
1111
**Figma:** [Gardens V2 UI](https://www.figma.com/design/v9ECAmLYs2pam1wguh3HUS/Gardens-V2-UI?node-id=1-25&p=f&t=QTrkzN8ykb9AdIi6-0)
1212
**Miro:** [Design Collaboration Board](https://miro.com/app/board/uXjVJF2w8YI=/)
1313
14-
- type: input
15-
id: summary
16-
attributes:
17-
label: Summary
18-
description: Short headline describing the task.
19-
placeholder: Implement proposal card hover animation
20-
validations:
21-
required: true
22-
2314
- type: textarea
2415
id: description
2516
attributes:

.github/ISSUE_TEMPLATE/story.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ body:
1111
1212
**Figma:** [Gardens V2 UI](https://www.figma.com/design/v9ECAmLYs2pam1wguh3HUS/Gardens-V2-UI?node-id=1-25&p=f&t=QTrkzN8ykb9AdIi6-0)
1313
**Miro:** [Design Collaboration Board](https://miro.com/app/board/uXjVJF2w8YI=/)
14-
- type: input
15-
id: summary
16-
attributes:
17-
label: Summary
18-
description: Short title or theme for the story.
19-
placeholder: Snapshot of the user need
20-
validations:
21-
required: true
2214
- type: textarea
2315
id: problem
2416
attributes:

.github/ISSUE_TEMPLATE/task.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@ body:
77
attributes:
88
value: |
99
Capture the goal, the work needed, and how you'll know it's done.
10-
- type: input
11-
id: summary
12-
attributes:
13-
label: Summary
14-
description: Brief headline for the task.
15-
placeholder: Publish docs update for...
16-
validations:
17-
required: true
1810
- type: textarea
1911
id: outcome
2012
attributes:
@@ -39,4 +31,4 @@ body:
3931
label: Links or context
4032
description: Add references, related issues, or notes.
4133
validations:
42-
required: false
34+
required: false

0 commit comments

Comments
 (0)