Thanks for your interest in improving Scheduled Command Executor! Contributions of all sizes are welcome — bug reports, docs, and pull requests.
git clone https://github.com/peopleworks/RunCommandsService.git
cd RunCommandsService
dotnet build -c Debug
dotnet run --project .\RunCommandsService.csprojThe dashboard is then available at http://localhost:5058/.
- Report a bug — open an issue using the Bug report template. Include your OS, .NET version, the relevant
appsettings.json(with secrets removed), and logs. - Suggest a feature — open an issue using the Feature request template and describe the use case.
- Send a pull request — see below.
- Fork the repository and create a feature branch (
feature/short-description). - Keep changes focused; one logical change per PR.
- Make sure it builds cleanly:
dotnet build -c Release. - Match the existing code style (nullable enabled, implicit usings, 4-space indent).
- Update the README / changelog when behavior or configuration changes.
- Open the PR against
masterand fill in the PR template.
Please do not open a public issue for security vulnerabilities. Instead, contact the maintainer privately so the issue can be addressed before disclosure.
Be respectful and constructive. We want this to be a welcoming project for everyone.