Skip to content

Commit

Permalink
Adding PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
j-raghavan committed Aug 3, 2024
1 parent c44d24d commit a5f1579
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!--
Thanks for opening a pull request to Awesome-ctl!
If this is your first contribution, please make sure to review our contribution guidelines: https://github.com/j-raghavan/awesome-ctl/blob/master/CONTRIBUTIONS.md
-->

<!-- Include an overview of the proposed changes here -->
### Fixes
- explain what the issue this PR is fixing

### Testing
- Attach any screenshot or console logs to help reviewers review the code effectively


### Checklist
<!-- These boxes may be checked after opening the pull request. -->

- [ ] This pull request references any related issue by including "closes `<link to issue>`"
- If no issue exists and your change is not a small fix, please [create an issue](https://github.com/j-raghavan/awesome-ctl/issues) first.
- [ ] If this pull request adds new functionality, it includes unit tests that cover the changes
- [ ] If this pull request removes docs file
- [ ] If this pull request adds functions or classes, it includes helpful docstrings.

0 comments on commit a5f1579

Please sign in to comment.