Skip to content

Commit

Permalink
fix yaml lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stamepicmorg committed Dec 6, 2023
1 parent 3d783bd commit 8016757
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: A generic bug report
name: "Bug Report"
description: "A generic bug report"
title: "[BUG]: "
labels: ["Type: Bug", "Status: Available"]
#projects: ["octo-org/1", "octo-org/44"]
Expand Down
32 changes: 16 additions & 16 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
blank_issues_enabled: true
contact_links:
- name: metamod-r GitHub Repo
- name: "metamod-r GitHub Repo"
url: https://github.com/theAsmodai/metamod-r
about: Official repo
about: "Official repo"
- name: metamod-r GitHub Documentation
url: https://github.com/theAsmodai/metamod-r/wiki
about: Documentation
- name: metamod-r on dev-cs.ru
about: "Documentation"
- name: "metamod-r on dev-cs.ru"
url: https://dev-cs.ru/resources/208/
about: Thread at community forum
- name: metamod-r site
about: "Thread at community forum"
- name: "metamod-r site"
url: https://metamod-r.org/
about: Official site
- name: ReHLDS GitHub Repo
about: "Official site"
- name: "ReHLDS GitHub Repo"
url: https://github.com/dreamstalker/ReHLDS
about: Reverse-engineered HLDS
- name: ReHLDS GitHub Documentation
about: "Reverse-engineered HLDS"
- name: "ReHLDS GitHub Documentation"
url: https://github.com/dreamstalker/ReHLDS/wiki
about: Reverse-engineered HLDS Documentation
- name: ReHLDS on dev-cs.ru (RU)
about: "Reverse-engineered HLDS Documentation"
- name: "ReHLDS on dev-cs.ru (RU)"
url: https://dev-cs.ru/resources/64/
about: Thread at community forum
- name: ReHLDS on cs.rin.ru (EN)
about: "Thread at community forum"
- name: "ReHLDS on cs.rin.ru (EN)"
url: https://cs.rin.ru/forum/viewtopic.php?f=29&t=67651
about: Thread at community forum
- name: ReHLDS site
about: "Thread at community forum"
- name: "ReHLDS site"
url: https://rehlds.ru/
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Feature request
description: Suggest an idea for this project
name: "Feature request"
description: "Suggest an idea for this project"
title: "[Feature request]: "
labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Rrequest"
#projects: ["octo-org/1", "octo-org/44"]
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Question
description: Create some Question for this project
name: "Question"
description: "Create some Question for this project"
title: "[TASK]: "
labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Question"
#projects: ["octo-org/1", "octo-org/44"]
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Generic task
description: Create some generic task for this project
name: "Generic task"
description: "Create some generic task for this project"
title: "[TASK]: "
labels: "Engine: Independent, Priority: Medium, OS: Independent, Status: Available, Type: Task"
#projects: ["octo-org/1", "octo-org/44"]
Expand Down

0 comments on commit 8016757

Please sign in to comment.