Skip to main content
Module

x/coward/CONTRIBUTING.md

๐Ÿ” Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
File

Contributing to Coward

Thank you for contributing to Coward! ๐Ÿฅณ There are many ways to contribute, whether it be improving the documentation, submitting bug reports, feature requests, or writing code that can be incorporated into Coward.

Donโ€™t use the issue tracker for support questions. Use the #coward-help channel on the Discord Server

Reporting Bug Report

Submit a bug report. Make it clear what the issue is.

Submitting a Feature Request

Submit a feature request. Make it clear what feature you want added to coward.

Submitting Changes

Send a pull request. Make it clear what you have done.

Make sure to write clear log messages for your commits. Single-line messages are fine for smaller changes, but bigger changes should be multi line.

$ git commit -m "A brief summary of the commit
>
> Add an optional extended description.