From 93ff9190bedf698b19b7a6f3b65e34597f8eba19 Mon Sep 17 00:00:00 2001 From: Shlee Date: Fri, 28 Feb 2025 13:29:35 +1030 Subject: [PATCH 1/7] Create config.yml --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..60dd9f0fa --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Question + url: https://discord.gg/6Fy6AJMbMU + about: Please ask and answer questions in our Discord server From f395ffdd16f4b01ffc1a60754b563dbc7bb56f09 Mon Sep 17 00:00:00 2001 From: Shlee Date: Fri, 28 Feb 2025 13:30:44 +1030 Subject: [PATCH 2/7] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 60dd9f0fa..f23f87c99 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Mobile Application Issues + url: https://github.com/pixelfed/pixelfed-rn/issues + about: Please create issues in the mobile app repo. - name: Question url: https://discord.gg/6Fy6AJMbMU about: Please ask and answer questions in our Discord server From 8f686bcfd7f6471c06d9340a39f5757802973294 Mon Sep 17 00:00:00 2001 From: Shlee Date: Fri, 28 Feb 2025 13:31:08 +1030 Subject: [PATCH 3/7] Create bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 90 +++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 000000000..97fc90c09 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,90 @@ +name: 🐞 Bug report +title: "[Bug]: " +labels: ["bug", "triage"] +description: Report an issue with the Pixelfed app here +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + Before you proceed: + + - Make sure to check whether there are similar issues in the repository + - Make sure you're using the latest version of the app + + - type: markdown + attributes: + value: | + ## Required information + - type: textarea + id: description + attributes: + label: Description + description: Please provide a clear, concise and descriptive explanation of what the bug is. Include screenshots or a video if possible. Tell us what were you expecting to happen instead of what is happening now. + validations: + required: true + + - type: textarea + id: steps-to-reproduce + attributes: + label: Steps to reproduce + description: Provide a detailed list of steps that reproduce the issue. + placeholder: | + 1. + 2. + 3. + validations: + required: true + + - type: input + id: pixelfed-version + attributes: + label: Pixelfed version + description: What version of Pixelfed are you using? + placeholder: ex. 1.2.3 + validations: + required: true + + - type: dropdown + id: platforms + attributes: + label: Platforms + description: On what platform is your application running on? + multiple: true + options: + - Android + - iOS + validations: + required: true + + - type: markdown + attributes: + value: | + ## Additonal information + + Providing as much information as possible greatly helps us with reproducting the issues. + + - type: input + id: device-model + attributes: + label: Device model + description: What device you are experiencing this problem on? Specify full device name along with the version of the operating system it's running. + placeholder: ex. Samsung Galaxy A22 (Android 12) + + - type: textarea + id: other-info + attributes: + label: Other information + description: If there are any other things we should know, please provide them here. + + - type: dropdown + id: acknowledgements + attributes: + label: Acknowledgements + description: I searched for similar issues in the repository. + options: + - 'Yes' + validations: + required: true + From b758d1e382be05ac830238bbf5ebfe56d9c0b369 Mon Sep 17 00:00:00 2001 From: Shlee Date: Fri, 28 Feb 2025 13:32:23 +1030 Subject: [PATCH 4/7] Create feature-request.yml --- .github/ISSUE_TEMPLATE/feature-request.yml | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 000000000..be5da96fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,52 @@ +name: 💡 Feature request +title: "[Feature]: " +labels: ["enhancement", "triage"] +description: Suggest a new feature for Pixelfed here +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this feature request form! + + Before you proceed: + + - Make sure to check whether there are similar feature requests open in the repository + - Make sure this isn't currenly being worked on in a pull request + + - type: markdown + attributes: + value: | + ## Required information + - type: textarea + id: description + attributes: + label: Description + description: Please provide a clear, concise and description of what the feature is. + validations: + required: true + + - type: textarea + id: use-case + attributes: + label: Use-case + description: Please describe how this feature will benefit you and other users. + validations: + required: true + + - type: markdown + attributes: + value: | + ## Additonal information + + Providing as much information as possible greatly helps us with reproducting the issues. + + - type: dropdown + id: acknowledgements + attributes: + label: Acknowledgements + description: I searched for similar feature requests in the repository. + options: + - 'Yes' + validations: + required: true + From fdb0a0e11a7793821d263dbcc5398c455fbce943 Mon Sep 17 00:00:00 2001 From: Shlee Date: Fri, 28 Feb 2025 13:33:07 +1030 Subject: [PATCH 5/7] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 97fc90c09..13612d5cf 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,7 @@ name: 🐞 Bug report title: "[Bug]: " labels: ["bug", "triage"] -description: Report an issue with the Pixelfed app here +description: Report an issue with Pixelfed here body: - type: markdown attributes: @@ -46,18 +46,6 @@ body: validations: required: true - - type: dropdown - id: platforms - attributes: - label: Platforms - description: On what platform is your application running on? - multiple: true - options: - - Android - - iOS - validations: - required: true - - type: markdown attributes: value: | @@ -65,19 +53,6 @@ body: Providing as much information as possible greatly helps us with reproducting the issues. - - type: input - id: device-model - attributes: - label: Device model - description: What device you are experiencing this problem on? Specify full device name along with the version of the operating system it's running. - placeholder: ex. Samsung Galaxy A22 (Android 12) - - - type: textarea - id: other-info - attributes: - label: Other information - description: If there are any other things we should know, please provide them here. - - type: dropdown id: acknowledgements attributes: From dfc884890f15c57491714ad3b07b4780b3e97f4e Mon Sep 17 00:00:00 2001 From: Shlee Date: Fri, 28 Feb 2025 13:53:17 +1030 Subject: [PATCH 6/7] Create Federation.yml --- .github/ISSUE_TEMPLATE/Federation.yml | 65 +++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Federation.yml diff --git a/.github/ISSUE_TEMPLATE/Federation.yml b/.github/ISSUE_TEMPLATE/Federation.yml new file mode 100644 index 000000000..bebe73754 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Federation.yml @@ -0,0 +1,65 @@ +name: 🐞 Bug report +title: "[Federation]: " +labels: ["activitypub", "triage"] +description: Report an issue with Pixelfed and the Fediverse/ActivityPub here +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + Before you proceed: + + - Make sure to check whether there are similar issues in the repository + - Make sure you're using the latest version of the app + + - type: markdown + attributes: + value: | + ## Required information + - type: textarea + id: description + attributes: + label: Description + description: Please provide a clear, concise and descriptive explanation of what the bug is. Include screenshots or a video if possible. Tell us what were you expecting to happen instead of what is happening now. + validations: + required: true + + - type: textarea + id: steps-to-reproduce + attributes: + label: Steps to reproduce + description: Provide a detailed list of steps that reproduce the issue. + placeholder: | + 1. + 2. + 3. + validations: + required: true + + - type: input + id: pixelfed-version + attributes: + label: Pixelfed version + description: What version of Pixelfed are you using? + placeholder: ex. 1.2.3 + validations: + required: true + + - type: markdown + attributes: + value: | + ## Additonal information + + Providing as much information as possible greatly helps us with reproducting the issues. + + - type: dropdown + id: acknowledgements + attributes: + label: Acknowledgements + description: I searched for similar issues in the repository. + options: + - 'Yes' + validations: + required: true + From 4216638e040312f2beb7e513e12fb9b7490c4fe9 Mon Sep 17 00:00:00 2001 From: Shlee Date: Fri, 28 Feb 2025 14:05:47 +1030 Subject: [PATCH 7/7] Update and rename Federation.yml to federation.yml --- .github/ISSUE_TEMPLATE/{Federation.yml => federation.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{Federation.yml => federation.yml} (97%) diff --git a/.github/ISSUE_TEMPLATE/Federation.yml b/.github/ISSUE_TEMPLATE/federation.yml similarity index 97% rename from .github/ISSUE_TEMPLATE/Federation.yml rename to .github/ISSUE_TEMPLATE/federation.yml index bebe73754..5354124f1 100644 --- a/.github/ISSUE_TEMPLATE/Federation.yml +++ b/.github/ISSUE_TEMPLATE/federation.yml @@ -1,4 +1,4 @@ -name: 🐞 Bug report +name: 🐞 Federation (ActivityPub) title: "[Federation]: " labels: ["activitypub", "triage"] description: Report an issue with Pixelfed and the Fediverse/ActivityPub here