Skip to content

Conversation

@danyeaw
Copy link
Member

@danyeaw danyeaw commented Oct 6, 2025

Description

As one of the lessons learned from the last sprint, the team wanted to archive the Planning project board and remove the sorting process since it isn't currently being executed as is. After looking at it in more detail, I think without a sorting process there would still be an implicit way in how we triage issues and requests.

Instead of removing the process, I updated it to match how we are currently using the Roadmap and Sprint project. Although there is currently no rotating sorting engineers, there is still sorting going on, and we probably need to invest more time in it in the coming quarters.

@github-project-automation github-project-automation bot moved this to 🆕 New in 🔎 Review Oct 6, 2025
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Oct 6, 2025
@danyeaw danyeaw marked this pull request as ready for review October 6, 2025 16:16
@danyeaw danyeaw requested a review from a team as a code owner October 6, 2025 16:16
### When do items move out of the "Sorting" tab?

Items move out of the ["Sorting" tab][project-sorting] once the investigatory phase described in [What is done about the issues in the "Sorting" tab?](#what-is-done-about-the-issues-in-the-sorting-tab) has concluded and the sorting engineer has enough information to make a decision about the appropriate resolution schedule for the issue. The additional tabs in the project board that the issues can be moved to include the following:
Items move out of the ["Sorting" tab][project-sorting] once the investigatory
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the change here? Just the new line, right?
I see several of these in this PR.

Copy link
Member Author

@danyeaw danyeaw Oct 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @ForgottenProgramme, it becomes very hard to see the diff because we should have some maximum line length setting for docs W505:

[tool.ruff.lint.pycodestyle]
max-doc-length = 88

There are changes here and in each paragraph, for example renaming sorting engineer to core maintainer.

Copy link

@soapy1 soapy1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice improvements. It would also be nice to carve out some time in our sprint plans to address triaging and cleaning up issues.

appropriate resolution schedule for the issue. The additional tabs in the
project board that the issues can be moved to include the following:

- **"Support"** - Any issue in the ["Support" tab of the Planning board][project-support] is a request for support and is not a feature request or a bug report. Add the https://github.com/conda/infrastructure/labels/type%3A%3Asupport label to move an issue to this tab.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to have a seperate place for support type questions if possible. That way the issue tracker can just be for tracking issues and feature requests.

# issues are added to the conda Roadmap and Sprint Planning project
# PRs are added to the Review project
project-url: https://github.com/orgs/conda/projects/${{ github.event_name == 'issues' && 2 || 16 }}
project-url: https://github.com/orgs/conda/projects/${{ github.event_name == 'issues' && 22 || 16 }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will auto add ALL new issues to this project, is that what we want?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A better choice for this would be to delete this workflow and to instead enable the add cards to workflow in the project itself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed [bot] added once the contributor has signed the CLA

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

5 participants