Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@ A few things to keep in mind:
- **Questions belong in Discord.** The issue tracker is for bug reports, documentation issues, and change requests – not general questions.

[Code of Conduct]: CODE_OF_CONDUCT.md

## Rebuild assets in each PR

Each PR opened in the UI repository must include rebuilt assets. To build assets, run the following command:

``` sh
npm run build
```

...then include any changes in your commit.