Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 960 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 960 Bytes

Contributing to DAGOZILLA ITB Encyclopedia

Background

Documentation is needed to preserve the know-how that DAGOZILLA ITB members had from various generations. By sharing some documentations to the public, we hope our community will improved and everyone can contribute to making it even better.

Any contributions you make will be under the MIT Software License

In short, when you submit code changes, your submissions are understood to be under the MIT License that covers the project. Feel free to contact the maintainers if that's a concern.

Workflow

Keep it simple:

  1. Open a new issue and discuss it there.
  2. Create your development branch from your issue you have created.
  3. Develop it.
  4. Create a pull request (PR) and mention the related issue in the PR description.
  5. After the reviewer review and accept your PR, squash and merge it to main branch.
  6. Don't forget to delete your development branch after it merged.