Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (34 loc) · 1.73 KB

CONTRIBUTING.md

File metadata and controls

44 lines (34 loc) · 1.73 KB

Contributing

This project is open for contributions from anyone who are interested. The following are some ways for you on how to contribute:

Reporting an issue

If you found an issue when using the bot, you can report it by opening an issue at GitHub issues (make sure that there are no the same issue that is currently open).

Proposing changes

If you have an idea in mind that you think is a good idea for the project, don't hesitate to open an issue at GitHub issues or at the Facebook page so we can discuss about it.

Proposing code changes

If you know how to code in JavaScript with Node.js framework, and Git. Please learn the project's code structure and you can just propose your changes. Make sure that you are following the guidelines when coding.

Guidelines

  • When editting JavaScript (*.js, *.mjs) files, please follow the standard.js styleguide;
  • When committing, the commit message should follow the Conventional Commits. You can run npm run commitlint to test the latest commit message.

You can also take a look at the repository's projects to know more about the project's future plans.

Any contributions to this project are greatly appreciated. Thank you