Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions .github/ISSUE_TEMPLATE/project_labs.yml

This file was deleted.

20 changes: 14 additions & 6 deletions .github/ISSUE_TEMPLATE/software_project_contribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,21 +92,29 @@ body:
required: true

- type: textarea
id: description
id: business_problem
attributes:
label: Description
description: "1-2 sentence summary of what the software does."
label: Business Problem & Solution
description: "Describe the specific problem this solves for Financial Services and how this software addresses it."
validations:
required: true

- type: textarea
id: business_problem
id: mission_statement
attributes:
label: Business Problem & Solution
description: "Describe the specific problem this solves for Financial Services and how this software addresses it."
label: Mission Statement
description: "The mission statement should be a single sentence statement that begins with the words 'The mission of the project is to...' and is followed by the primary purpose of the project or primary goal of the project. This mission statement will be part of the projects technical charter."
validations:
required: true

- type: textarea
id: additional_info
attributes:
label: Additional Information (Optional)
description: "Please add any additional information here."
validations:
required: false

- type: markdown
attributes:
value: "---"
Expand Down