Skip to content

Commit f0ae4eb

Browse files
committed
remove dashes
1 parent 03cb617 commit f0ae4eb

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: backlog
44
- color: A90EA3
55
description: Pull requests/issues that are candidates to be backlog items
6-
name: backlog-candidate
6+
name: backlog candidate
77
- color: fc2929
88
description: An issue reporting a potential bug
99
name: bug
@@ -60,7 +60,7 @@
6060
name: question
6161
- color: FEF2C0
6262
description: Pull requests that don't need to be added to the changelog
63-
name: skip-changelog
63+
name: skip changelog
6464
- color: 8E7888
6565
description: Pull requests/issues with no activity
6666
name: stale

.github/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
changelog:
22
exclude:
33
labels:
4-
- skip-changelog
4+
- skip changelog
55
categories:
66
- title: 🚀 Features
77
labels:

ISSUE_LIFECYCLE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ To ensure a balance between work carried out by the NGINX engineering team while
2121

2222
4. Determine milestone: The owner, in collaboration with the wider team (PM & engineering), determines what milestone to attach to an issue. Generally, milestones correspond to product releases - however there are two 'magic' milestones with special meanings (not tied to a specific release):
2323

24-
- Issues assigned to backlog: Our team is in favour of implementing the feature request/fixing the issue, however the implementation is not yet assigned to a concrete release. If and when a `backlog` issue aligns well with our roadmap, it will be scheduled for a concrete iteration. We review and update our roadmap at least once every quarter. The `backlog` list helps us shape our roadmap, but it is not the only source of input. Therefore, some `backlog` items may eventually be closed as `out of scope`, or relabelled as `backlog-candidate` once it becomes clear that they do not align with our evolving roadmap.
24+
- Issues assigned to backlog: Our team is in favour of implementing the feature request/fixing the issue, however the implementation is not yet assigned to a concrete release. If and when a `backlog` issue aligns well with our roadmap, it will be scheduled for a concrete iteration. We review and update our roadmap at least once every quarter. The `backlog` list helps us shape our roadmap, but it is not the only source of input. Therefore, some `backlog` items may eventually be closed as `out of scope`, or relabelled as `backlog candidate` once it becomes clear that they do not align with our evolving roadmap.
2525

26-
- Issues assigned to `backlog-candidate`: Our team does not intend to implement the feature/fix request described in the issue and wants the community to weigh in before we make our final decision.
26+
- Issues assigned to `backlog candidate`: Our team does not intend to implement the feature/fix request described in the issue and wants the community to weigh in before we make our final decision.
2727

2828
`backlog` issues can be labeled by the owner as `help wanted` and/or `good first issue` as appropriate.
2929

3030

31-
5. Promotion of `backlog-candidate` issue to `backlog` issue: If an issue labelled `backlog-candidate` receives more than 30 upvotes within 60 days, we promote the issue by applying the `backlog` label. While issues promoted in this manner have not been committed to a particular release, we welcome PRs from the community on them.
31+
5. Promotion of `backlog candidate` issue to `backlog` issue: If an issue labelled `backlog candidate` receives more than 30 upvotes within 60 days, we promote the issue by applying the `backlog` label. While issues promoted in this manner have not been committed to a particular release, we welcome PRs from the community on them.
3232

3333
If an issue does not make our roadmap and has not been moved to a discussion, it is closed with the label `out of scope`. The goal is to get every issue in the issues list to one of the following end states:
3434

0 commit comments

Comments
 (0)