Contributing Guidelines

A guide how to contribute to the project

Reporting Issues and Feature Requests

Pull Request Process

If you want to make a codding contribution please make a pull request. If you don't know how to use Git and Github please reefer to getting started guide. In ReplacementBot repository your pull request goes throught the following process:

  1. Follow the Setup Guide to run your own fork and local instance of the bot.

  2. Make the changes

  3. Check if everything works correctly. After checking it manually please run automated tests npm run test and npm run lint

  4. If you can, write tests for changes that you made to don't lower coverage. If you don't know how to write tests please use test.todo('Add tests for something blah blah')

  5. Create a Pull Request

  6. CI will automatically check your PR. It will run build, testing, and linting tests

Last updated