Skip to content

Commit 094189b

Browse files
committed
refactor: extract splitAndSortEvents and add unit tests
1 parent bbf30ab commit 094189b

4 files changed

Lines changed: 518 additions & 136 deletions

File tree

.local/contributing-guidelines.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Contributing Guidelines
2+
3+
## For New Contributors
4+
5+
- Check the **good first issue** label for starter bugs & features.
6+
- Check **approved features** for features that have been approved by the dev team.
7+
8+
## Workflow
9+
10+
1. **Create or find issues.**
11+
2. **Message on the development channel** to discuss the feature you would like to implement.
12+
3. **Comment on the issue** asking to be assigned to it.
13+
4. **Create a PR**, wait for feedback.
14+
5. Once you've responded to feedback or pushed new commits, **re-request review** by clicking the ↻ icon next to the reviewer's name in the right sidebar.
15+
16+
## PR Review Escalation
17+
18+
If your PR has not been reviewed after a couple of days, escalate through these steps **in order**:
19+
20+
1. Comment **"please review"** on the PR (this will refresh the PR and put it on top of the queue).
21+
2. Post a link to it in the development channel.
22+
3. Ping **@evan** in the development channel.
23+
24+
## Important
25+
26+
> **Please keep PRs small (<200 lines).** Some features may need to be split into multiple PRs.

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"html.validate.scripts": false
2+
"html.validate.scripts": false,
3+
"tailwindCSS.lint.suggestCanonicalClasses": "ignore"
34
}

0 commit comments

Comments
 (0)