diff --git a/LICENSE b/LICENSE index 2da335b95..b2bfe6085 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/pull_request_template.md b/pull_request_template.md index d3200f014..41c212001 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -1,15 +1,34 @@ -## Summary of your changes +## Description -### Description + + - - +## Type of Change -### Checklist + - +- [ ] 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 + + + +- [ ] 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) + + + +## Additional Notes + +