Skip to content

Commit

Permalink
chore: update bot instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Feb 4, 2025
1 parent 0b1c57e commit de0d6d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .tasks/implement.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ This is a guide for implementing a new feature or function in Radashi.
- The steps must be done in order.
- When a step gives you a command, run it.
- When committing a change, use single quotes for the commit title, to avoid issues with special characters.
- When editing a newly created file, follow its template. For example, a new function's implementation must have a description comment with 1+ minimal code examples. Tests and benchmarks must use the `_` namespace import to access Radashi functions.
- When editing a newly created file, follow its template. For example, a new function's implementation must have a description comment with 1+ minimal code examples.
- Tests and benchmarks must use the `_` namespace import to access Radashi functions.
- Tests and benchmarks are using Vitest. Its API is available globally, so no imports from the `vitest` package are needed. Please use the `test()` function instead of `it()`. The test names must not start with "should" and they must describe what is being tested, not the expected outcome.

## Steps

Expand Down

0 comments on commit de0d6d1

Please sign in to comment.