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
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: Create a Report to Help us Improve
title: "A one-line description of your problem"
labels:
- bug
assignees:
- "{{cookiecutter.github_username}}"
body:
- id: describe
type: textarea
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: How Can We Improve the Documentation
title: "What needs improving in the documentation?"
labels:
- documentation
assignees:
- "{{cookiecutter.github_username}}"
body:
- id: section
type: textarea
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: Suggest a Way to Improve This Project
title: "Feature suggestion: What should be added?"
labels:
- enhancement
assignees:
- "{{cookiecutter.github_username}}"
body:
- id: problem
type: textarea
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description: General Questions About Using {{cookiecutter.project_name}}
title: "The title of your question."
labels:
- question
assignees:
- "{{cookiecutter.github_username}}"
body:
- id: topic
type: dropdown
Expand Down