From 68d73a2aca02ad90f1fe9b287bd6feaab223377e Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 20 May 2026 20:15:48 +0200 Subject: [PATCH] update contributing Signed-off-by: Vladimir Mandic --- CONTRIBUTING | 42 +++++++++++++++++++----------------------- wiki | 2 +- 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index 4e129066b..bbaadd209 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,27 +1,23 @@ -# Contributing Guidelines +# Contributing to SD.Next -Pull requests from everyone are welcome +Welcome! We’re glad you want to help improve SD.Next. -Procedure for contributing: +This repository accepts contributions for code, UI, extensions, scripts, themes, documentation, and more. -- Select SD.Next `dev` branch: - -- Create a fork of the repository on github - In a top right corner of a GitHub, select "Fork" - Its recommended to fork latest version from main branch to avoid any possible conflicting code updates -- Clone your forked repository to your local system - `git clone https://github.com//` -- Make your changes -- Test your changes -- Lint your changes against code guidelines - - `ruff check` - - `pylint /.py` -- Push changes to your fork -- Submit a PR (pull request) - - Make sure that PR is against `dev` branch - - Update your fork before createing PR so that it is based on latest code - - Make sure that PR does NOT include any unrelated edits - - Make sure that PR does not include changes to submodules +## How to start -Your pull request will be reviewed and pending review results, merged into `dev` branch -Dev merges to main are performed regularly and any PRs that are merged to `dev` will be included in the next main release +- Read `CODE_OF_CONDUCT` first. +- Visit `wiki/Dev-Home.md` for the project’s conventions and development workflow. +- Search existing issues and pull requests before creating a new one. + +## Keep it simple + +- Focus each contribution on one clear change. +- Link related issues or discussions when you open a PR. +- Keep your branch small and easy to review. +- Explain what you changed and why in the PR description. + +## When in doubt + +- Ask in [Discord Server](https://discord.gg/sd-next-federal-batch-inspectors-1101998836328697867) +- Ask in [GitHub Discussions](https://github.com/vladmandic/sdnext/discussions) diff --git a/wiki b/wiki index dbf401770..121b0612a 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit dbf401770a54756590a54b2bc234f05f9d7e0a7b +Subproject commit 121b0612a97be0f4fa11da79eb9d6d65968870d7