From 837ce34bc64e8008eb222538a474e13193dd5e4f Mon Sep 17 00:00:00 2001 From: JigSaw Date: Sat, 20 Jan 2024 00:06:36 +0100 Subject: [PATCH] feat(github): add discussion template for requests (#2182) --- .github/DISCUSSION_TEMPLATE/requests.yml | 100 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug-report.yml | 4 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- 3 files changed, 103 insertions(+), 3 deletions(-) create mode 100644 .github/DISCUSSION_TEMPLATE/requests.yml diff --git a/.github/DISCUSSION_TEMPLATE/requests.yml b/.github/DISCUSSION_TEMPLATE/requests.yml new file mode 100644 index 00000000..3edbab0e --- /dev/null +++ b/.github/DISCUSSION_TEMPLATE/requests.yml @@ -0,0 +1,100 @@ +name: Application Request +description: Request a new application in our official store ! +title: ✨ MyNewApp +body: + - type: textarea + id: description + attributes: + label: Description + description: A clear and concise description of the application wanted. + placeholder: >- + Unofficial Bitwarden compatible server written in Rust, formerly known + as bitwarden_rs + validations: + required: true + - type: input + id: website + attributes: + label: Official Website + description: Please give us the official website link + - type: input + id: docs-link + attributes: + label: Documentation link + description: Please indicate the link of the application documentation (wiki, etc) + placeholder: https://github.com/dani-garcia/vaultwarden/wiki + validations: + required: true + - type: input + id: last-release-date + attributes: + label: Last application release & date + description: Please tell us which & when the last stable version was released + placeholder: 1.30.1 (19/10/2023) + validations: + required: true + - type: input + id: license + attributes: + label: Application license + description: Please indicate license of application + placeholder: AGPL-3.0 license + validations: + required: true + - type: input + id: github-repository + attributes: + label: Source code repository link + description: >- + Link to official Github repository link (or Gitlab, etc.) to see source + code + placeholder: https://github.com/dani-garcia/vaultwarden + validations: + required: true + - type: input + id: docker-image-link + attributes: + label: Docker image link + description: Link to docker image respository of app (Github prefered over Dockerhub) + placeholder: https://github.com/dani-garcia/vaultwarden/pkgs/container/vaultwarden + validations: + required: true + - type: textarea + id: other + attributes: + label: Other's + description: Add any other context or information about the application request here. + placeholder: >- + Forums: https://vaultwarden.discourse.group; Proxy Examples: + https://github.com/dani-garcia/vaultwarden/wiki/Proxy-examples + - type: checkboxes + id: confirmation + attributes: + label: Please confirm the following + options: + - label: I confirm that I've put the app name in the title of the discussion + required: true + - label: I confirm that the application is actively maintained. + required: true + - label: >- + I confirm that the docker image of the application is actively + maintained. + required: true + - label: >- + I confirm that I have indeed checked that no similar request for + this application already exists + required: true + - type: markdown + attributes: + value: |- + ---- + **Hey folks!** + + Please upvote 👍 this discussion to show your interest in this request! + + Thanks ⛺ + - type: markdown + attributes: + value: >- + This template was generated with [Issue Forms + Creator](https://issue-forms-creator.netlify.app) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index cdd22c81..95a2d0c4 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ -name: 🚨 Bug Report +name: 🐛 Bug Report description: Something is not working -title: '🚨 [MyApp] Concise description of the issue' +title: '🐛 [MyApp] Concise description of the issue' labels: - bug - triage diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 45b3c9ac..017c73c5 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,7 +7,7 @@ contact_links: url: https://discord.gg/d8afGXHAhc about: Want to discuss RunTipi with others? Check out our Discord. - name: 📦 Store Application Requests - url: https://github.com/runtipi/runtipi-appstore/discussions/categories/applications-requests + url: https://github.com/runtipi/runtipi-appstore/discussions/categories/requests about: Remember to search for existing application requests and "up-vote" any you like - name: 🎪 Store Improvement Ideas url: https://github.com/runtipi/runtipi-appstore/discussions/categories/ideas