diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 6f90c19..42ebfc1 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -34,7 +34,7 @@ # Workflows -- [Tuesday meeting](./workflows/tuesday-meeting.md) +- [Meetings](./workflows/meetings.md) - [Releases](./workflows/releases.md) - [Misc](./workflows/misc.md) diff --git a/src/workflows/meetings.md b/src/workflows/meetings.md new file mode 100644 index 0000000..b8cfa9c --- /dev/null +++ b/src/workflows/meetings.md @@ -0,0 +1,9 @@ +# Meetings + +## Tuesday meeting + +1. Go through the [iteration plan](https://github.com/web-infra-dev/rspack/milestones) + +## Thursday meeting + +1. Go through any topics that need [to be discussed](https://github.com/web-infra-dev/rspack/issues?q=is%3Aopen+label%3A%22to+be+discussed%22+sort%3Aupdated-desc) diff --git a/src/workflows/tuesday-meeting.md b/src/workflows/tuesday-meeting.md deleted file mode 100644 index 5549487..0000000 --- a/src/workflows/tuesday-meeting.md +++ /dev/null @@ -1,34 +0,0 @@ -# Tuesday meeting - -## Process - -1. Go through unsolved issues/PRs in the milestone that plan to finish last week. [Link](https://github.com/web-infra-dev/rspack/milestones?direction=asc&sort=title&state=open) - 1. Move unsolved issues/PRs in the milestone that plan to finish this week. - 2. Close the milestone that plan to finish last week. - -2. Go through issues in `planned` milestone. - 1. Prioritize all all issues. [Link](https://github.com/web-infra-dev/rspack/issues?q=is%3Aopen+is%3Aissue+milestone%3APlanned+-label%3Ap0-urgent+-label%3Ap1-important+-label%3Ap1-signifincant-downstream-blocker+-label%3Ap2-signifincant+-label%3Ap3-has-workaround+-label%3Ap3-minor-bug+-label%3Ap3-nice-to-have) - - 2. Go though p1 issues. [Link](https://github.com/web-infra-dev/rspack/issues?q=is%3Aopen+milestone%3APlanned+label%3Ap1-important%2Cp1-signifincant-downstream-blocker+) - - 2. Go though p2 issues. [Link](https://github.com/web-infra-dev/rspack/issues?q=is%3Aopen+milestone%3APlanned+label%3Ap2-signifincant+) - - 2. Go though p3 issues. [Link](https://github.com/web-infra-dev/rspack/issues?q=is%3Aopen+milestone%3APlanned+label%3Ap3-has-workaround%2Cp3-minor-bug%2Cp3-nice-to-have) - - 3. Assign issues. - 1. Assign issue to related persons. - - 2. Assign issue to the milestone that plan to finish. - -5. Review issues/PRs in the milestone plan to finish this week. - -### Discussions - -1. Go through issues/PRs with the label named `to be discussed`. [Link](https://github.com/web-infra-dev/rspack/labels/to%20be%20discussed) - -2. Go through discussions with the label named `to be discussed`. [Link](https://github.com/web-infra-dev/rspack/discussions/categories/core?discussions_q=is%3Aopen+category%3ACore+label%3A%22to+be+discussed%22) - - -## Related - -- See [Releases](./releases.md) to follow the releasing process of Rspack. \ No newline at end of file