Skip to content

Commit

Permalink
Add back interface description
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat committed Oct 17, 2023
1 parent b3afa5e commit 9e5be8d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,14 @@ yarn test
We use [Changesets] to manage package releases.
You'll see a 🦋 bot gliding around pull requests.

You should write a changeset if you are changing the public interface.
You should write a changeset if you are changing the public Scoobie interface,
which includes:

- Top-level exports from [src/index.ts](/src/index.ts)
- Top-level exports from [webpack/index.js](/webpack/index.js)
- Bundled configuration files [types.d.ts](/types.d.ts) and [typography.ts](/typography.ts)
- [npm dependencies](/package.json)

On the other hand,
a changeset is not necessary for:

Expand Down

0 comments on commit 9e5be8d

Please sign in to comment.