Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.68 KB

File metadata and controls

32 lines (23 loc) · 1.68 KB

Contributing to GIRAF

Thank you for your interest in contributing to GIRAF. We welcome contributions from everyone and you are obviously welcome to reach out for any sort of assistance. We are always keen to see both students and non-AAU people participate.

General Workflow

  1. Fork the repository you want to contribute to
  2. Create a branch from the default branch:
    • Features: feat/123-short-description
    • Bug fixes: fix/123-short-description
    • Documentation: docs/123-short-description
  3. Make your changes following the repo's coding standards
  4. Test your changes locally
  5. Open a Pull Request against the default branch with a clear description
  6. Address review feedback — maintainers will review your PR

For detailed workflow documentation, see the Process section on the wiki.

Per-Repo Setup

Each repository uses slightly different tech stacks

Code of Conduct

All contributors are expected to follow our Code of Conduct. Please read it before participating.