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

fix unique issue template names #335

Merged
merged 1 commit into from
Feb 6, 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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/project-suggestion.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Project Proposal / Suggestion
about: Idea for a new project that will improve or enhance the TAG Environmental Sustainability (If you want to implement the idea personally, name it "Proposal" if NOT call it "Suggestion").
title: "[Project Proposal / Suggestion] some descriptive title"
title: "[PROEJCT PROPOSAL / SUGGESTION] some descriptive title"
labels: "triage-required"
assignees: ''
---
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/project-tracking.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Project Proposal / Suggestion
about: Idea for a new project that will improve or enhance the TAG Environmental Sustainability (If you want to implement the idea personally, name it "Proposal" if NOT call it "Suggestion").
title: "[Project Proposal / Suggestion] some descriptive title"
labels: "triage-required"
name: Project Tracking
about: Please use this template only if your project proposal / suggestion was accepted. This template is used to track the ongoing project progress.
title: "[PROJECT TRACKING] some descriptive title"
labels: "tracking"
assignees: ''

---
Expand Down