Skip to content

Commit

Permalink
fix(issue_templates): add about field to the new issues template (#4389)
Browse files Browse the repository at this point in the history
  • Loading branch information
P1sar authored Dec 10, 2024
1 parent 4133ea8 commit ff33dc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Epic
about:
about: Template for Epic type of issue
title: 'collection of business/tech scope'
labels: 'Epic'
assignees: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/investigation_or_research.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Investigation
about:
about: Template for issues that requires investigation or research
title: ' Investigate/ Research on ...'
labels: 'T-investigation'
assignees: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/software_design.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Software Design
about:
about: Template for issues that is a requirement for software design
title: 'Design ...'
labels: 'T-design'
assignees: ''
Expand Down

0 comments on commit ff33dc5

Please sign in to comment.