aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml6
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml4
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml20
-rw-r--r--.github/ISSUE_TEMPLATE/open_issue.yml12
4 files changed, 21 insertions, 21 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index dfb24d8fa..7b377c331 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,5 +1,5 @@
1name: Bug report 1name: Bug report
2description: Report a bug in Ferdi 2description: Report a bug in Ferdium
3title: "Describe your bug" 3title: "Describe your bug"
4labels: ["bug :beetle:"] 4labels: ["bug :beetle:"]
5body: 5body:
@@ -8,7 +8,7 @@ body:
8 label: Avoid duplicates 8 label: Avoid duplicates
9 description: Please ensure you've completed the following 9 description: Please ensure you've completed the following
10 options: 10 options:
11 - label: I have searched the [issues tracker](https://github.com/getferdi/ferdi/issues) for a bug report similar to mine, in vain 11 - label: I have searched the [issues tracker](https://github.com/ferdium/ferdium-app/issues) for a bug report similar to mine, in vain
12 required: true 12 required: true
13- type: textarea 13- type: textarea
14 attributes: 14 attributes:
@@ -24,7 +24,7 @@ body:
24- type: textarea 24- type: textarea
25 attributes: 25 attributes:
26 label: Debug link 26 label: Debug link
27 description: Get your debug link via Ferdi's "Help" > "Publish Debug Information", then share your link with us 27 description: Get your debug link via Ferdium's "Help" > "Publish Debug Information", then share your link with us
28 validations: 28 validations:
29 required: true 29 required: true
30- type: textarea 30- type: textarea
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 26833093e..faf53ba74 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
1# blank_issues_enabled: false 1# blank_issues_enabled: false
2contact_links: 2contact_links:
3 - name: Frequently Asked Questions 3 - name: Frequently Asked Questions
4 url: https://getferdi.com/faq/ 4 url: https://ferdium.org/faq/
5 about: The FAQ answers the most frequently asked questions on Ferdi 5 about: The FAQ answers the most frequently asked questions on Ferdium
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
index 679e007c3..89dde7dbf 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -1,28 +1,28 @@
1name: Feature Request 1name: Feature Request
2description: Suggest an idea for Ferdi 2description: Suggest an idea for Ferdium
3title: "" 3title: ""
4labels: ["enhancement :sparkles:"] 4labels: ["enhancement :sparkles:"]
5body: 5body:
6- type: markdown 6- type: markdown
7 attributes: 7 attributes:
8 value: | 8 value: |
9 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/getferdi/recipes/issues) 9 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/ferdium/recipes/issues)
10 2. If you are requesting support for a new service in Ferdi, please log it [here](https://github.com/getferdi/recipes/pulls) 10 2. If you are requesting support for a new service in Ferdium, please log it [here](https://github.com/ferdium/recipes/pulls)
11 3. Please remember to read the [self-help documentation](https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes. 11 3. Please remember to read the [self-help documentation](https://github.com/ferdium/ferdium#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes.
12 4. Please fill our form below, this way we can analyse and fix the problem as fast as possible. 12 4. Please fill our form below, this way we can analyse and fix the problem as fast as possible.
13 5. Please consider supporting Ferdi! 13 5. Please consider supporting Ferdium!
14 👉 https://github.com/sponsors/getferdi 14 👉 https://github.com/sponsors/ferdium
15 👉 https://opencollective.com/getferdi/donate 15 👉 https://opencollective.com/ferdium/donate
16- type: checkboxes 16- type: checkboxes
17 attributes: 17 attributes:
18 label: Preflight Checklist 18 label: Preflight Checklist
19 description: Please ensure you've completed all of the following. 19 description: Please ensure you've completed all of the following.
20 options: 20 options:
21 - label: I have read the [Contributing Guidelines](https://github.com/getferdi/ferdi/blob/develop/CONTRIBUTING.md) for this project. 21 - label: I have read the [Contributing Guidelines](https://github.com/ferdium/ferdium-app/blob/develop/CONTRIBUTING.md) for this project.
22 required: true 22 required: true
23 - label: I agree to follow the [Code of Conduct](https://github.com/getferdi/ferdi/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to. 23 - label: I agree to follow the [Code of Conduct](https://github.com/ferdium/ferdium-app/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to.
24 required: true 24 required: true
25 - label: I have searched the [issue tracker](https://github.com/getferdi/ferdi/issues) for a feature request that matches the one I want to file, without success. 25 - label: I have searched the [issue tracker](https://github.com/ferdium/ferdium-app/issues) for a feature request that matches the one I want to file, without success.
26 required: true 26 required: true
27- type: textarea 27- type: textarea
28 attributes: 28 attributes:
diff --git a/.github/ISSUE_TEMPLATE/open_issue.yml b/.github/ISSUE_TEMPLATE/open_issue.yml
index a7771be59..c6ab381e3 100644
--- a/.github/ISSUE_TEMPLATE/open_issue.yml
+++ b/.github/ISSUE_TEMPLATE/open_issue.yml
@@ -4,10 +4,10 @@ body:
4- type: markdown 4- type: markdown
5 attributes: 5 attributes:
6 value: | 6 value: |
7 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/getferdi/recipes/issues) 7 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/ferdium/recipes/issues)
8 2. If you are requesting support for a new service in Ferdi, please log it [here](https://github.com/getferdi/recipes/pulls) 8 2. If you are requesting support for a new service in Ferdium, please log it [here](https://github.com/ferdium/recipes/pulls)
9 3. Please remember to read the [self-help documentation](https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes. 9 3. Please remember to read the [self-help documentation](https://github.com/ferdium/ferdium#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes.
10 4. Please fill our form below, this way we can analyse and fix the problem as fast as possible. 10 4. Please fill our form below, this way we can analyse and fix the problem as fast as possible.
11 5. Please consider supporting Ferdi! 11 5. Please consider supporting Ferdium!
12 👉 https://github.com/sponsors/getferdi 12 👉 https://github.com/sponsors/ferdium
13 👉 https://opencollective.com/getferdi/donate 13 👉 https://opencollective.com/ferdium/donate