-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add contribution guidelines (#73)
- Loading branch information
Showing
8 changed files
with
57 additions
and
3 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,20 @@ | ||
# Contributing to Cliffy | ||
|
||
First off, thank you for considering contributing to cliffy. Here are a few things you may find helpful. | ||
|
||
### Get in touch | ||
|
||
- ❓ Ask general support questions on [StackOverflow](https://stackoverflow.com/questions/tagged/cliffy) (using the `cliffy` tag) or in the [chat](https://discord.gg/nktwtG). | ||
- 👨💻 Use [issues](https://github.com/c4spar/deno-cliffy/issues/new) to report bugs, request new features and discuss your contributions. | ||
- 💬 Discuss topics in the [chat](https://discord.gg/nktwtG). | ||
|
||
### Contributing to development | ||
|
||
Before you submit your PR please consider the following guidelines: | ||
|
||
- 🕶 Follow Deno's [style guide](https://deno.land/manual/contributing/style_guide#typescript). | ||
- ✨ Make sure to run `deno fmt` before committing. | ||
- 📄 [Conventional Commits](https://conventionalcommits.org) are appreciated. | ||
- ⚙️ Test your changes locally with `deno test -r --allow-env --unstable`. | ||
|
||
> If you need any help, feel free to ask! |
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
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
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
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
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
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
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