Skip to content

Commit

Permalink
Merge pull request #335 from leonardpahlke/fix-issue-template-names
Browse files Browse the repository at this point in the history
fix unique issue template names
  • Loading branch information
leonardpahlke authored Feb 6, 2024
2 parents 3fdae03 + 7bdb7fc commit cca1b9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit cca1b9b

Please sign in to comment.