-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also note that we're only support Deno at the moment.
- Loading branch information
1 parent
b5fac1d
commit 80dec57
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Contributing guidelines | ||
|
||
Thanks for your interest in extending the CLI's feature set! Although it is | ||
small at the moment (and relatively feature complete for now), we are open for | ||
patches related to bug fixes and porting to other runtimes. | ||
|
||
## Preflight checklist | ||
|
||
* Agree to the [community code of conduct](https://policies.recaptime.dev/code-of-conduct) | ||
and [the Linux DCO](https://developercertificate.org/). | ||
|
||
## Prerequisites for CLI dev | ||
|
||
* [Deno](https://deno.com) (v2.x preferred) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters