diff options
author | Rabenherz112 <rabenherz@theravenhub.com> | 2025-04-17 16:13:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-17 16:13:10 +0000 |
commit | 384a13bfb900da57ae3303bb1660e275b7788023 (patch) | |
tree | a27b97f6796765644ad94a8e89676394ee917453 | |
parent | [bot] build markdown from awesome-selfhosted-data f01f113 (diff) | |
download | awesome-selfhosted-384a13bfb900da57ae3303bb1660e275b7788023.tar.gz awesome-selfhosted-384a13bfb900da57ae3303bb1660e275b7788023.zip |
fix: issue template to new github format (#4192)
Co-authored-by: nodiscc <nodiscc@gmail.com>
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 5 | ||||
-rw-r--r-- | .github/issue_template.md | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..25825864 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: "Awesome Selfhosted Data" + url: "https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues" + about: "Please submit your issues or suggestions to the awesome-selfhosted-data repository instead." diff --git a/.github/issue_template.md b/.github/issue_template.md deleted file mode 100644 index 1bff314c..00000000 --- a/.github/issue_template.md +++ /dev/null @@ -1 +0,0 @@ -Please do not open issues in this repository. Use https://github.com/awesome-selfhosted/awesome-selfhosted-data instead. |