Skip to content

Commit

Permalink
Add a placeholder title to all issue templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
samcunliffe committed Feb 16, 2024
1 parent 22d2e6c commit acb9d63
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Bug Report
description: Create a Report to Help us Improve
title: ""
title: "A one-line description of your problem"
labels:
- bug
assignees:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Documentation
description: How Can We Improve the Documentation
title: ""
title: "What needs improving in the documentation?"
labels:
- documentation
assignees:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Question
description: General Questions About Using the Cookiecutter Template
title: ""
title: "The title of your question."
labels:
- question
assignees:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Task
description: A Task to be Completed
title: ""
title: "Task: What needs to be done?"
labels:
- task
assignees:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/website.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Website
description: How Can We Improve the Website
title: ""
title: "Website Improvement:"
labels:
- website
assignees:
Expand Down

0 comments on commit acb9d63

Please sign in to comment.