Skip to content

Commit 271d6aa

Browse files
authored
Add url encoded quotes around github filter links (#415)
1 parent cc0f06b commit 271d6aa

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

_contribute/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ level: 1
44
texts: contribute.design
55
icon: "fa-solid fa-pen-ruler"
66
order: "60"
7-
external_redirect: https://github.com/AntennaPod/AntennaPod/labels/needs:%20mock-up%20or%20user%20story
7+
external_redirect: https://github.com/AntennaPod/AntennaPod/labels/%22needs:%20mock-up%20or%20user%20story%22
88
---

_events/needs-decision.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Needs: Decision - AntennaPod UX discussions"
33
summary: A bi-weekly meeting where core contributors discuss feature requests & make tough choices.
44
permalink: /events/:slug
55
uid: TDL9-28GB-50YV-P6X4-D48Y
6-
sequence:
6+
sequence:
77
# Optional. Defaults to 0 if left empty. Should be increased with 1 on every big event edit.
88
timezone: Europe/Brussels
99
datetime-start: 2024-02-14 21:00
@@ -13,19 +13,19 @@ recurrence-text: 2nd-4th-wednesday
1313
recurrence-rule: FREQ=WEEKLY;INTERVAL=2;BYDAY=WE
1414
recurrence-exceptions:
1515
- 2024-07-02
16-
recurrence-additions:
16+
recurrence-additions:
1717
# List of date-times on which the event is additionally taking place.
1818
- start: 2023-12-28 21:00
1919
end: 2023-12-28 22:30
2020
- start: 2024-07-10 21:00
2121
end: 2024-07-10 22:30
2222
location: online
23-
more-information: https://github.com/AntennaPod/AntennaPod/labels/Needs%3A%20decision
23+
more-information: https://github.com/AntennaPod/AntennaPod/labels/%22Needs%3A%20decision%22
2424
meeting-room: https://meet.antennapod.org/needsdecision
2525
---
2626

2727
We are very careful about AntennaPod's User Experience (UX). The [project's goal](/about) here is to balance simplicity with feature-richness. Sometimes that requires some hard thinking on how to implement a feature request.
2828

2929
Where do we place this button? What would most users expect AntennaPod to do here? Which impact does this choice have on other settings? How can we implement this without making the UI or code complex?
3030

31-
In these meetings @ByteHamster and @Keunes get together to do just that: discuss the options for a given feature request, and try to reach a decision. One [issue](https://github.com/AntennaPod/AntennaPod/labels/Needs%3A%20decision) at a time. You're most welcome to listen in as a fly on the wall, or jump in and share your thoughts.
31+
In these meetings @ByteHamster and @Keunes get together to do just that: discuss the options for a given feature request, and try to reach a decision. One [issue](https://github.com/AntennaPod/AntennaPod/labels/%22Needs%3A%20decision%22) at a time. You're most welcome to listen in as a fly on the wall, or jump in and share your thoughts.

_i18n/en/contribute/develop/app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
You're right at it: the core of the project! Used by thousands of people across the world, your contributions are an important contribution to an open podcasting ecosystem. So, are you experienced with Java, or just getting started? We welcome your contributions in our [GitHub repository](https://github.com/AntennaPod/AntennaPod).
22

33
## Where we need help
4-
There are a few areas where we could well use your support. When first getting started to AntennaPod development, we recommend to pick an issue with the ['Good first issue' label](https://github.com/AntennaPod/AntennaPod/labels/Good%20first%20issue) on GitHub. Before you start working on an issue, make sure that it does not have the 'Needs: Triage' or 'Needs: Decision' label. Those labels mean that the feature was not reviewed by the core AntennaPod team yet.
4+
There are a few areas where we could well use your support. When first getting started to AntennaPod development, we recommend to pick an issue with the ['Good first issue' label](https://github.com/AntennaPod/AntennaPod/labels/%22Good%20first%20issue%22) on GitHub. Before you start working on an issue, make sure that it does not have the 'Needs: Triage' or 'Needs: Decision' label. Those labels mean that the feature was not reviewed by the core AntennaPod team yet.
55

6-
If you prefer hunting bugs, your go-to list for a weekend bug-hunt is the ['confirmed bugs' issue label](https://github.com/AntennaPod/AntennaPod/labels/Type%3A%20Confirmed%20bug) on GitHub.
6+
If you prefer hunting bugs, your go-to list for a weekend bug-hunt is the ['confirmed bugs' issue label](https://github.com/AntennaPod/AntennaPod/labels/%22Type%3A%20Confirmed%20bug%22) on GitHub.
77

88
## Getting started
99
Before submitting a pull request, always *announce your interest first*. Sometimes we haven't reached an agreement on a user experience and interface yet. Or it can happen that someone volunteered to start working on something, but we forgot to 'assign' the GitHub issue. Chipping in on our [forum](https://forum.antennapod.org) is the best way to avoid losing hours on code that won't be accepted.

0 commit comments

Comments
 (0)