From 3951a6ab5d84739f702d08d19b23acdeccb8dc66 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 24 Jul 2023 16:11:12 -0700 Subject: [PATCH] feat: :technologist: gitlab issue templates --- .gitlab/issue_templates/bug.md | 36 +++++ .gitlab/issue_templates/feature.md | 24 ++++ .../pull_request_template.yml | 2 +- issue_template/bug.yaml | 136 ------------------ issue_template/feature.yaml | 61 -------- 5 files changed, 61 insertions(+), 198 deletions(-) create mode 100644 .gitlab/issue_templates/bug.md create mode 100644 .gitlab/issue_templates/feature.md rename pull_request_template.yml => .gitlab/merge_request_templates/pull_request_template.yml (96%) delete mode 100644 issue_template/bug.yaml delete mode 100644 issue_template/feature.yaml diff --git a/.gitlab/issue_templates/bug.md b/.gitlab/issue_templates/bug.md new file mode 100644 index 000000000..374626db3 --- /dev/null +++ b/.gitlab/issue_templates/bug.md @@ -0,0 +1,36 @@ +--- +name: 🐛 Bug Report +about: File a bug report +title: "[Bug]: " +blank_issues_enabled: true +--- + +💖 Thanks for taking the time to fill out this bug report! +💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23firefish:matrix.fedibird.com) +🔒 Found a security vulnerability? [Please disclose it responsibly.](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/SECURITY.md) +🤝 By submitting this issue, you agree to follow our [Contribution Guidelines.](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md) + +**What happened?** _(Please give us a brief description of what happened.)_ + +**What did you expect to happen?** _(Please give us a brief description of what you expected to happen.)_ + +**Version** _(What version of firefish is your instance running? You can find this by clicking your instance's logo at the bottom left and then clicking instance information.)_ + +**Instance** _(What instance of firefish are you using?)_ + +**What type of issue is this?** _(If this happens on your device and has to do with the user interface, it's client-side. If this happens on either with the API or the backend, or you got a server-side error in the client, it's server-side.)_ + +**What browser are you using? (Client-side issues only)** + +**What operating system are you using? (Client-side issues only)** + +**How do you deploy Firefish on your server? (Server-side issues only)** + +**What operating system are you using? (Server-side issues only)** + +**Relevant log output** _(Please copy and paste any relevant log output. You can find your log by inspecting the page, and going to the "console" tab. This will be automatically formatted into code, so no need for backticks.)_ + +**Contribution Guidelines** +By submitting this issue, you agree to follow our [Contribution Guidelines](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md) +- [ ] I agree to follow this project's Contribution Guidelines +- [ ] I have searched the issue tracker for similar issues, and this is not a duplicate. diff --git a/.gitlab/issue_templates/feature.md b/.gitlab/issue_templates/feature.md new file mode 100644 index 000000000..c288a83d4 --- /dev/null +++ b/.gitlab/issue_templates/feature.md @@ -0,0 +1,24 @@ +--- +name: ✨ Feature Request +about: Request a Feature +title: "[Feature]: " +blank_issues_enabled: true +--- + +💖 Thanks for taking the time to fill out this feature request! +💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23firefish:matrix.fedibird.com) +🔒 Found a security vulnerability? [Please disclose it responsibly.](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/SECURITY.md) +🤝 By submitting this issue, you agree to follow our [Contribution Guidelines.](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md) + +**What feature would you like implemented?** _(Please give us a brief description of what you'd like.)_ + +**Why should we add this feature?** _(Please give us a brief description of why your feature is important.)_ + +**Version** _(What version of firefish is your instance running? You can find this by clicking your instance's logo at the bottom left and then clicking instance information.)_ + +**Instance** _(What instance of firefish are you using?)_ + +**Contribution Guidelines** +By submitting this issue, you agree to follow our [Contribution Guidelines](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md) +- [ ] I agree to follow this project's Contribution Guidelines +- [ ] I have searched the issue tracker for similar requests, and this is not a duplicate. diff --git a/pull_request_template.yml b/.gitlab/merge_request_templates/pull_request_template.yml similarity index 96% rename from pull_request_template.yml rename to .gitlab/merge_request_templates/pull_request_template.yml index b9694e411..60fd11000 100644 --- a/pull_request_template.yml +++ b/.gitlab/merge_request_templates/pull_request_template.yml @@ -18,7 +18,7 @@ body: id: terms attributes: label: Contribution Guidelines - description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/CONTRIBUTING.md) + description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://git.joinfirefish.org/firefish/firefish/-/blob/develop/CONTRIBUTING.md) options: - label: I agree to follow this project's Contribution Guidelines required: true diff --git a/issue_template/bug.yaml b/issue_template/bug.yaml deleted file mode 100644 index ec0fc11cb..000000000 --- a/issue_template/bug.yaml +++ /dev/null @@ -1,136 +0,0 @@ -name: 🐛 Bug Report -about: File a bug report -title: "[Bug]: " -blank_issues_enabled: true -contact_links: - - name: 💁 Support Matrix - url: https://matrix.to/#/%23firefish:matrix.fedibird.com - about: Having trouble with deployment? Ask the support chat. - - name: 🔒 Resposible Disclosure - url: https://git.joinfirefish.org/firefish/firefish/src/branch/develop/SECURITY.md - about: Found a security vulnerability? Please disclose it responsibly. -body: - - type: markdown - attributes: - value: | - 💖 Thanks for taking the time to fill out this bug report! - 💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23firefish:matrix.fedibird.com) - 🔒 Found a security vulnerability? [Please disclose it responsibly.](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/SECURITY.md) - 🤝 By submitting this issue, you agree to follow our [Contribution Guidelines.](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/CONTRIBUTING.md) - - type: textarea - id: what-happened - attributes: - label: What happened? - description: Please give us a brief description of what happened. - placeholder: Tell us what you see! - validations: - required: true - - type: textarea - id: what-is-expected - attributes: - label: What did you expect to happen? - description: Please give us a brief description of what you expected to happen. - placeholder: Tell us what you wish happened! - validations: - required: true - - type: input - id: version - attributes: - label: Version - description: What version of firefish is your instance running? You can find this by clicking your instance's logo at the bottom left and then clicking instance information. - placeholder: v13.1.4.1 - validations: - required: true - - type: input - id: instance - attributes: - label: Instance - description: What instance of firefish are you using? - placeholder: firefish.social - validations: - required: false - - type: dropdown - id: issue-type - attributes: - label: What type of issue is this? - description: If this happens on your device and has to do with the user interface, it's client-side. If this happens on either with the API or the backend, or you got a server-side error in the client, it's server-side. - multiple: false - options: - - Client-side - - Server-side - - Other (Please Specify) - - type: dropdown - id: browsers - attributes: - label: What browser are you using? (Client-side issues only) - multiple: false - options: - - N/A - - Firefox - - Chrome - - Brave - - Librewolf - - Chromium - - Safari - - Microsoft Edge - - Other (Please Specify) - - type: dropdown - id: device - attributes: - label: What operating system are you using? (Client-side issues only) - multiple: false - options: - - N/A - - Windows - - MacOS - - Linux - - Android - - iOS - - Other (Please Specify) - - type: dropdown - id: deplotment-method - attributes: - label: How do you deploy Firefish on your server? (Server-side issues only) - multiple: false - options: - - N/A - - Manual - - Ubuntu Install Script - - Docker Compose - - Docker Prebuilt Image - - Helm Chart - - YunoHost - - AUR Package - - Other (Please Specify) - - type: dropdown - id: operating-system - attributes: - label: What operating system are you using? (Server-side issues only) - multiple: false - options: - - N/A - - Ubuntu >= 22.04 - - Ubuntu < 22.04 - - Debian - - Arch - - RHEL (CentOS/AlmaLinux/Rocky Linux) - - FreeBSD - - OpenBSD - - Android - - Other (Please Specify) - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. You can find your log by inspecting the page, and going to the "console" tab. This will be automatically formatted into code, so no need for backticks. - render: shell - - type: checkboxes - id: terms - attributes: - label: Contribution Guidelines - description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/CONTRIBUTING.md) - options: - - label: I agree to follow this project's Contribution Guidelines - required: true - - label: I have searched the issue tracker for similar issues, and this is not a duplicate. - required: true diff --git a/issue_template/feature.yaml b/issue_template/feature.yaml deleted file mode 100644 index aee9b2cad..000000000 --- a/issue_template/feature.yaml +++ /dev/null @@ -1,61 +0,0 @@ -name: ✨ Feature Request -about: Request a Feature -title: "[Feature]: " -blank_issues_enabled: true -contact_links: - - name: 💁 Support Matrix - url: https://matrix.to/#/%23firefish:matrix.fedibird.com - about: Having trouble with deployment? Ask the support chat. - - name: 🔒 Resposible Disclosure - url: https://git.joinfirefish.org/firefish/firefish/src/branch/develop/SECURITY.md - about: Found a security vulnerability? Please disclose it responsibly. -body: - - type: markdown - attributes: - value: | - 💖 Thanks for taking the time to fill out this feature request! - 💁 Having trouble with deployment? [Ask the support chat.](https://matrix.to/#/%23firefish:matrix.fedibird.com) - 🔒 Found a security vulnerability? [Please disclose it responsibly.](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/SECURITY.md) - 🤝 By submitting this issue, you agree to follow our [Contribution Guidelines.](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/CONTRIBUTING.md) - - type: textarea - id: what-feature - attributes: - label: What feature would you like implemented? - description: Please give us a brief description of what you'd like. - placeholder: Tell us what you want! - validations: - required: true - - type: textarea - id: why-add-feature - attributes: - label: Why should we add this feature? - description: Please give us a brief description of why your feature is important. - placeholder: Tell us why you want this feature! - validations: - required: true - - type: input - id: version - attributes: - label: Version - description: What version of firefish is your instance running? You can find this by clicking your instance's logo at the bottom left and then clicking instance information. - placeholder: Firefish Version 13.1.4.1 - validations: - required: true - - type: input - id: instance - attributes: - label: Instance - description: What instance of firefish are you using? - placeholder: firefish.social - validations: - required: false - - type: checkboxes - id: terms - attributes: - label: Contribution Guidelines - description: By submitting this issue, you agree to follow our [Contribution Guidelines](https://git.joinfirefish.org/firefish/firefish/src/branch/develop/CONTRIBUTING.md) - options: - - label: I agree to follow this project's Contribution Guidelines - required: true - - label: I have searched the issue tracker for similar requests, and this is not a duplicate. - required: true