Skip to content

Commit

Permalink
Update logo references in documentation and templates
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasDeHondt committed Dec 9, 2024
1 parent f76ef4c commit 88a1f23
Show file tree
Hide file tree
Showing 9 changed files with 69 additions and 7 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/Bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
#################################
# @author K10s Open Source Team #
# @since 01/01/2025 #
#################################
name: Bug Template
description: Describe this issue here.
title: "[ISSUE]: "
labels: ["Bug", "Open"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time 💜🩵🤍
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: ex. email@example.com
validations:
required: false
- type: textarea
id: details
attributes:
label: Bug details
description: Please write the contents of your bug. This can be in markdown.
placeholder: Type here (keep it simple but clear).
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you seeing the problem on?
multiple: true
options:
- Chrome
- Microsoft Edge
- Firefox
- Safari
- Other
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/EliasDeHondt/K10s/blob/main/CODE-OF-CONDUCT.md).
options:
- label: I agree to follow this project's Code of Conduct
required: true
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/Issue.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#################################
# @author K10s Open Source Team #
# @since 01/01/2025 #
#################################
name: Issue Template
description: Describe this issue here.
title: "[ISSUE]: "
Expand All @@ -8,7 +12,7 @@ body:
value: |
Thanks for taking the time 💜🩵🤍
- type: textarea
id: what-happened
id: details
attributes:
label: Issue details
description: Please write the contents of your issue. This can be in markdown.
Expand Down
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/Task.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#################################
# @author K10s Open Source Team #
# @since 01/01/2025 #
#################################
name: Task Template
description: Describe this task here.
title: "[TASK]: "
Expand All @@ -8,7 +12,7 @@ body:
value: |
Thanks for taking the time 💜🩵🤍
- type: textarea
id: what-happened
id: details
attributes:
label: Task details
description: Please write the contents of your task. This can be in markdown.
Expand Down
2 changes: 1 addition & 1 deletion CODE-OF-CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![logo](/Images/icon-192x192.png)
![logo](/Images/logo.png)
# 🤍🩵💜CODE OF CONDUCT💜🩵🤍

## 👉Our Pledge
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![logo](/Images/icon-192x192.png)
![logo](/Images/logo.png)
# 🤍🩵💜CONTRIBUTING💜🩵🤍

## 👉Contributing Guidelines
Expand Down
Binary file added Images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![logo](/Images/icon-192x192.png)
![logo](/Images/logo.png)
# 🤍🩵💜LICENSE💜🩵🤍

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![logo](/Images/icon-192x192.png)
![logo](/Images/logo.png)
# 🤍🩵💜README💜🩵🤍

## 📘Table of Contents
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![logo](/Images/icon-192x192.png)
![logo](/Images/logo.png)
# 🤍🩵💜SECURITY💜🩵🤍

## 👉Reporting a Vulnerability
Expand Down

0 comments on commit 88a1f23

Please sign in to comment.