discord-rpc-client/CONTRIBUTING.md

414 B

Contributing Guidelines

Contributions to this project are welcome, just follow these steps.

  1. Fork this repository and create a feature branch named after the feature you want to implement
  2. Make your changes on your branch
  3. Add some test if possibe
  4. Make sure all tests pass
  5. Submit a PR/MR on GitHub or GitLab

Note: Make sure you rebase your feature branch on top of master from time to time.