Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 795 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 795 Bytes

Wanna submit a PR request?

Standard format

[Tag] Descriptive short title

  • Summary and/or explanation of the PR.
  • If bugfix, summary of the issue it fixes, and how it fixes it.
  • If the PR fixes an issue, include the link.
  • If the PR implements a Feature request, include the link.

Note: Make sure the PR uses the test case file and passes it before submitting a PR.

Tags

[FEATURE] - When its a new feature to add to the App.
[BUGFIX] - When PR fixes a bug/error.
[UI] - If the PR is a change to the UI of the App and/or Icons, default cover, or any other media-related changes.
[REV] - If change affects behaviour of feature or method. Includes breaking changes.
[REFACTOR] - For code refactors.