Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 443 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (13 loc) · 443 Bytes

Contribution Guide

⚠️ WIP

Adding a new Status

You can add a new status by creating a new .json file in src/activities.

Make sure you follow the schema by including it in the file:

{
  "$schema": "../activities.schema.json",
  // ...
}

You don't need to add the "Listening to" or "Playing" parts to the name, they get added automatically.

The only type where you need to write out the entire status is custom.