Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.23 KB

pull_request_template.md

File metadata and controls

38 lines (26 loc) · 1.23 KB

Description

Please include a summary of the changes and the related issue or feature.

NOTE: The merge process is as follows:

  • Your pull request should be directed to dev branch.
  • When it will be merged in dev, we will compile and merge within test and then push into main for final release.

Fixes # (issue)

Type of change

Please select the right one.

  • (Patch) Bug fix (non-breaking change which fixes an issue)
  • (Minor) New feature (non-breaking change which adds functionality)
  • (Major) Breaking change (fix or feature that would cause existing functionality to not work as expected or existing DBs to be re-synced)
  • This change requires a documentation update

Which part is impacted ?

  • Indexer
  • GnomonSC
  • API
  • Storage
  • Misc (documentation, etc...)

Checklist:

  • I have performed a self-review of my code
  • I have commented my code
  • My changes generate no new warnings
  • I have performed a full chain re-scan (if applicable)
  • I have updated the semver version (structures.Version)

License

I am contributing & releasing the code under the MIT License (which can be found here).