From 3dceaa29213a1775c9b716a1417b3f2bcd039925 Mon Sep 17 00:00:00 2001 From: Dhairya Majmudar <2022kuec2045@iiitkota.ac.in> Date: Mon, 29 Apr 2024 23:15:39 +0530 Subject: [PATCH] adding issue template --- .github/workflows/add_org.yml | 50 ++++++++++++++++++++++++ .github/workflows/bug_report.yml | 67 ++++++++++++++++++++++++++++++++ 2 files changed, 117 insertions(+) create mode 100644 .github/workflows/add_org.yml create mode 100644 .github/workflows/bug_report.yml diff --git a/.github/workflows/add_org.yml b/.github/workflows/add_org.yml new file mode 100644 index 0000000..d1bc73f --- /dev/null +++ b/.github/workflows/add_org.yml @@ -0,0 +1,50 @@ +name: 🌐 Add Orgnaisation +description: 🌐 Add a new organisation +title: "🌐 Add new organisation" +labels: ["Status: triage"] +body: + - type: input + attributes: + label: Organisation Name + description: Name of organisation goes here + validations: + required: true + - type: input + attributes: + label: Organisation Logo + description: Logo of organisation goes here + validations: + required: true + - type: textarea + attributes: + label: Describe about the organisation + description: A short description of what organisation is about + validations: + required: true + - type: input + attributes: + label: Organisation Github link + description: Github link of organisation goes here + validations: + required: false + - type: input + attributes: + label: Organisation Twitter link + description: Twitter link of organisation goes here + validations: + required: false + - type: input + attributes: + label: Organisation Crunchbase link + description: Crunchbase link of organisation goes here + validations: + required: false + - type: dropdown + attributes: + label: Select in which list organisation is to be added + options: + - "Adopters List" + - "Community List" + - "Sponsors List" + validations: + required: true diff --git a/.github/workflows/bug_report.yml b/.github/workflows/bug_report.yml new file mode 100644 index 0000000..0452567 --- /dev/null +++ b/.github/workflows/bug_report.yml @@ -0,0 +1,67 @@ +name: 🐛 Bug +description: Create a report to help us improve +title: "🐛 Bug" +labels: ["🐛 Bug", "Status: triage"] +body: + - type: textarea + attributes: + label: Describe the bug + description: A clear and concise description of what the bug is + validations: + required: true + - type: textarea + attributes: + label: Steps To Reproduce + description: Steps to reproduce the behavior + placeholder: | + 1. Go to'...' + 2. Click on'...' + 3. Scroll down to'...' + 4. See error + validations: + required: true + - type: textarea + attributes: + label: Expected Behavior + description: A clear and concise description of what you expected to happen + validations: + required: true + - type: textarea + attributes: + label: Screenshots + description: | + If applicable, add screenshots to help explain your problem + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in + validations: + required: false + - type: textarea + attributes: + label: Device Information [optional] + description: | + examples: + - **OS**: Ubuntu 20.04 + - **Browser**: chrome + - **version**: 22 + value: | + - OS: + - Browser: + - version: + render: markdown + validations: + required: false + - type: dropdown + attributes: + label: Are you working on this issue? + options: + - "Yes" + - "No" + validations: + required: true + - type: dropdown + attributes: + label: Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy) + options: + - "Yes" + - "No" + validations: + required: true