Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License
\MIT License

Copyright (c) 2017 Sonkeng Maldini
Copyright (c) 2017 Sonkeng Maldini

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
39 changes: 29 additions & 10 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
## Summary of your changes
## Description

### Description
<!-- Provide a clear summary of your changes and the problem it solves -->
<!-- Example: Fixes #123 - Adds TypeScript support for better type safety -->

<!--- Please include a summary of the changes and the related issue. -->
<!--- If your changes closes an issue ticket, please refer it as: Fixes #<number> -->
## Type of Change

### Checklist
<!-- Mark the applicable option with an "x" -->

<!--- Please mark all options that apply to your case. -->
- [ ] Bug Fix (non-breaking change that fixes an issue)
- [ ] New Feature (non-breaking change that adds functionality)
- [ ] Breaking Change (fix or feature that would break existing functionality)
- [ ] Documentation Update
- [ ] Style/Cosmetic Improvement
- [ ] Code Refactoring

- [ ] My change follows the [Contributing Guidelines](./CONTRIBUTING.md)
- [ ] I have added only one new link to the list.
- [ ] I have checked that the link that I added does NOT exist in the project already.
- [ ] I have sorted the link alphabetically under the related section.
## Checklist

<!-- Verify all requirements before submitting -->

- [ ] My code follows the project's [Contributing Guidelines](./CONTRIBUTING.md)
- [ ] I've added only one new link/resource
- [ ] I've verified my new link doesn't already exist in the project
- [ ] I've alphabetically sorted the new entry in its section
- [ ] I've updated relevant documentation (if applicable)
- [ ] My changes don't introduce any security vulnerabilities

## Screenshots (if applicable)

<!-- Visual evidence for UI-related changes -->

## Additional Notes

<!-- Any extra context, technical decisions, or open questions -->