Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak issue templates, Add add_new_task template #41

Merged
merged 1 commit into from
Jun 15, 2024
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
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: API Addition
name: Add new API
about: Suggest new API endpoints for inclusion
title: ""
labels: api addition
labels: add api
assignees: ""
---

# API Addition
# Add new API

## Description of API

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: Data Addition
name: Add new Data
about: Suggest new data sources for inclusion
title: ""
labels: data addition
labels: add data
assignees: ""
---

# Data Addition
# Add new Data

## Description of Data

Expand Down
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/add_new_task.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Add new Task
about: Suggest new tasks for inclusion
title: ""
labels: add task
assignees: ""
---

# Add new Task

## Description of Task

<!-- A clear and concise description of the task you're suggesting. -->

-

## Goal of Task

<!-- Specify the goal of the task. -->

-

## Requirements

### Dependencies

<!-- List any dependencies required to complete the task. -->

-

### Required Data

<!-- List any data_id required to complete the task. -->

-

## Additional Context

<!-- Add any other context or screenshots about the task suggestion here. -->

-