Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.06 KB

File metadata and controls

24 lines (18 loc) · 1.06 KB

Contributing Guidelines

Reporting Issues

Contributing Code

  • By contributing to this project, you share your code under the GNU AFFERO GENERAL PUBLIC LICENSE Version 3, as specified in the LICENSE file.
  • Create a new branch for your feature (for example: git checkout -b feature_name)
  • Your pull request must merge your feature branch to project's development branch
  • Project code style: https://github.com/glcomtech/glwiz/blob/main/CODESTYLE.rst
  • Don't forget to add yourself to the AUTHORS file.

Code Review

  • Everyone is invited to review and comment on pull requests.
  • If it looks fine to you, comment with "LGTM" (Looks good to me).
  • If changes are required, notice the reviewers with "PTAL" (Please take another look) after committing the fixes.
  • Before merging the Pull Request, at least one team member must have commented and approved changes.