discord-rpc-client/CONTRIBUTING.md

12 lines
414 B
Markdown
Raw Permalink Normal View History

2018-03-23 05:44:52 -04:00
# Contributing Guidelines
2018-04-09 10:51:08 -04:00
Contributions to this project are welcome, just follow these steps.
2018-03-23 05:44:52 -04:00
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
2022-02-03 16:57:40 -05:00
4. Make sure all tests pass
2018-03-23 05:44:52 -04:00
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.