-
-
Notifications
You must be signed in to change notification settings - Fork 847
Closed
Labels
Feature: Board/GitHub MaintenanceProject board maintenance that we have to do repeatedlyProject board maintenance that we have to do repeatedlygood first issueGood for newcomersGood for newcomersrole: back end/devOpsTasks for back-end developersTasks for back-end developerssize: missing
Milestone
Description
Overview
As an issue creator, we want to implement issue templates for issue creation to streamline and simplify the process. The current issue forms require the person to replace the text, and is less user-friendly compared to GitHub Form issues.
Action Items
- Create a blank-issue-form.yml file in this folder
- Add the code below to the file.
name: 'Blank Issue '
description: 'Standard HackforLA issue template '
title: ''
labels: ''
assignees: ''
body:
- type: input
id: overview
attributes:
label: Overview
description: Clearly state the purpose of this issue in 2 sentences or less
validations:
required: true
- type: textarea
id: action-items
attributes:
label: Action Items
description: "List the research to be done, or the steps to be completed. Note: If the steps can be divided into tasks for more than one person, we recommend dividing it up into separate issues, or assigning it as a pair programming task."
validations:
required: true
- type: textarea
id: resources-instructions
attributes:
label: "Resources/Instructions"
description: "Provide links to resources or instructions that may help with this issue. This can include files to be worked on, external sites with solutions, documentation, etc."
validations:
required: true
- type: dropdown
id: dependency
attributes:
label: Is there a dependency?
options:
- "Yes"
- "No"
validations:
required: true
- type: textarea
id: dependency-explanation
attributes:
label: If Yes, please explain
- Rename the current blank-issue-.md file to blank-issue-template.md.
Resources/Instructions
Github Issue Forms Reading
Github Issue Forms Reading Pt2
#2128
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature: Board/GitHub MaintenanceProject board maintenance that we have to do repeatedlyProject board maintenance that we have to do repeatedlygood first issueGood for newcomersGood for newcomersrole: back end/devOpsTasks for back-end developersTasks for back-end developerssize: missing
Type
Projects
Status
Done