From b20c21d1b83c4f6b7edfb157627c38d10207d923 Mon Sep 17 00:00:00 2001 From: Madiator2011 Date: Wed, 19 Jun 2024 21:48:01 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/template-request.md | 20 +++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/template-request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..b209bb4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + - CUDA version + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/template-request.md b/.github/ISSUE_TEMPLATE/template-request.md new file mode 100644 index 0000000..198f0f6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/template-request.md @@ -0,0 +1,20 @@ +--- +name: Template Request +about: Describe this issue template's purpose here. +title: '' +labels: template-request +assignees: '' + +--- + +**New Template Request** + +* **Project Name:** [Insert name of the project you want to be built for RunPod] +* **Description:** [Insert brief description of the project] +* **Why do you need this image?:** [Insert a brief explanation of why this image is necessary for your project] +* **Project GitHub/GitLab Link:** [Insert a link to your project's GitHub or GitLab repository] +* **Note:** Desktop apps are not supported. Please ensure your project is a web-based application or a service that can run in a container. + +**Before submitting, please check if a similar request already exists:** + +* [Insert a link to the Issues tab in your repository, filtered by the `template-request` label]