diff --git a/.github/ISSUE_TEMPLATE/Bug.yml b/.github/ISSUE_TEMPLATE/Bug.yml new file mode 100644 index 0000000..4ba7453 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug.yml @@ -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 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/Issue.yml b/.github/ISSUE_TEMPLATE/Issue.yml index 087d204..8a288c2 100644 --- a/.github/ISSUE_TEMPLATE/Issue.yml +++ b/.github/ISSUE_TEMPLATE/Issue.yml @@ -1,3 +1,7 @@ +################################# +# @author K10s Open Source Team # +# @since 01/01/2025 # +################################# name: Issue Template description: Describe this issue here. title: "[ISSUE]: " @@ -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. diff --git a/.github/ISSUE_TEMPLATE/Task.yml b/.github/ISSUE_TEMPLATE/Task.yml index f8b8a92..8d0e433 100644 --- a/.github/ISSUE_TEMPLATE/Task.yml +++ b/.github/ISSUE_TEMPLATE/Task.yml @@ -1,3 +1,7 @@ +################################# +# @author K10s Open Source Team # +# @since 01/01/2025 # +################################# name: Task Template description: Describe this task here. title: "[TASK]: " @@ -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. diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md index fb46f7a..27c6d17 100644 --- a/CODE-OF-CONDUCT.md +++ b/CODE-OF-CONDUCT.md @@ -1,4 +1,4 @@ -![logo](/Images/icon-192x192.png) +![logo](/Images/logo.png) # 🤍🩵💜CODE OF CONDUCT💜🩵🤍 ## 👉Our Pledge diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1095e7..b8b97ac 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -![logo](/Images/icon-192x192.png) +![logo](/Images/logo.png) # 🤍🩵💜CONTRIBUTING💜🩵🤍 ## 👉Contributing Guidelines diff --git a/Images/logo.png b/Images/logo.png new file mode 100644 index 0000000..11234d0 Binary files /dev/null and b/Images/logo.png differ diff --git a/LICENSE.md b/LICENSE.md index e068ca1..64e889e 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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: diff --git a/README.md b/README.md index b16eaa3..63cad71 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![logo](/Images/icon-192x192.png) +![logo](/Images/logo.png) # 🤍🩵💜README💜🩵🤍 ## 📘Table of Contents diff --git a/SECURITY.md b/SECURITY.md index cf72f12..9bbaddb 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,4 +1,4 @@ -![logo](/Images/icon-192x192.png) +![logo](/Images/logo.png) # 🤍🩵💜SECURITY💜🩵🤍 ## 👉Reporting a Vulnerability