Skip to content

Commit

Permalink
feat(odin): use odin_suggestion template (#714)
Browse files Browse the repository at this point in the history
Co-authored-by: Can Sirin <8138047+cansirin@users.noreply.github.com>
  • Loading branch information
cansirin and cansirin authored Dec 27, 2023
1 parent ef5fbdc commit 5d1a0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/kampus/features/kampus-url/kampus-github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface Lesson {

export const getOdinGithubIssueUrl = (lesson: Lesson) => {
const params = {
template: "suggestion.yaml",
template: "odin_suggestion.yml",
title: `${lesson.title}: <Önerinizin kısa bir açıklaması>`,
"lesson-link": lesson.path,
};
Expand Down

0 comments on commit 5d1a0ed

Please sign in to comment.