First off, thank you for considering contributing to Pogly Standalone! It's people like you who make this project a great tool for streamers.
If you have any questions regarding development, feel free to join our Discord server!
If you find a bug, please report it by opening an issue here. Include details such as:
- A clear and descriptive title
- Steps to reproduce the issue
- Expected and actual behavior
- Screenshots or code snippets, if applicable
We are always looking to improve Pogly Standalone. If you have a feature request, please check our existing issues and open a new one if needed. Describe:
- The problem you’re trying to solve
- Why it will be beneficial
- Any potential implementation ideas
- Fork the repository and create your branch from most recent
x.x.x-release. - Ensure you have no changes in your local
mainbranch. - Make your changes.
- Write clear, concise commit messages.
- Push your branch to your forked repository.
- Open a Pull Request here with a detailed description of the changes.
- Make sure your Pull Request is directed to the most recent release branch.
- Add Dynrothe and/or Chippy as a reviewer.
You can find development documentation here.
Make sure you have the following installed:
- Fork the repository.
- Clone your fork:
git clone https://github.com/your-username/pogly-standalone.git
- Run
npm install. - Run
npm start