Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 925 Bytes

File metadata and controls

34 lines (22 loc) · 925 Bytes

Contributing to SAMPSON

Thanks for your interest in contributing!

Reporting bugs

Open an issue using the bug label. Include your OS, Python version (if running from source), and steps to reproduce.

Suggesting features

Open an issue using the enhancement label with a clear description of the use case.

Pull requests

  1. Fork the repo and create a branch from main.
  2. Keep changes focused — one fix or feature per PR.
  3. Test on your platform before submitting.
  4. PRs are reviewed by the maintainer before merge.

Development setup

git clone https://github.com/irpina/Sampson-Sample-Manager.git
cd Sampson-Sample-Manager
pip install -r requirements.txt
python main.py

License

By contributing, you agree your contributions will be licensed under the GNU General Public License v3.0.


SAMPSON is licensed under the GNU General Public License v3.0.