Skip to content

Commit

Permalink
Update and rename PULL_REQUEST_TEMPLATE.yml to PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DefinetlyNotAI authored Sep 2, 2024
1 parent 2a12866 commit 1406be2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 55 deletions.
34 changes: 34 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## Pull Request Template

### Prerequisites

<!-- Take a couple minutes to help our maintainers work faster by checking of the pre-requisites. -->

- [ ] I have [searched](https://github.com/DefinetlyNotAI/Logicytics/pulls) for duplicate or closed issues.
- [ ] I have read the [contributing guidelines](https://github.com/DefinetlyNotAI/Logicytics/blob/main/CONTRIBUTING.md).
- [ ] I have followed the instructions in the [wiki](https://github.com/DefinetlyNotAI/Logicytics/wiki) about contributions.
- [ ] I have updated the documentation accordingly, if required.
- [ ] I have added tests to cover my changes, and they have passed, if required.
- [ ] I have tested my code with the `--dev` flag, if required.

### PR Type

<!-- Take a couple minutes to help our maintainers work faster by telling us what is the PR guided on. -->

- [ ] Bug fix <!-- Non-Breaking Bug Fix - Usually relates to fixing an issue -->
- [ ] New feature <!-- Non-Breaking Change that adds a new feature -->
- [ ] Refactoring <!-- Non-Breaking Change that modifies existing code to refactor it to become more organised -->
- [ ] Documentation update <!-- Non-Breaking Change that modifies existing documentation to refactor it or add extra commentation - either wiki, md files or code is included here -->
- [ ] ⚠️ Breaking change ⚠️ <!-- ⚠️ Breaking Bug Fix / New Addition that changes how Logicytics works ⚠️-->

### Description

<!--Provide a summary of the PR and what you expected to happen. -->

### Motivation and Context

<!--Why is this PR required? What problem does it solve? -->

### Issues Fixed

<!--What issues will be fixed? (Format: "#50, #23" etc) -->
55 changes: 0 additions & 55 deletions .github/PULL_REQUEST_TEMPLATE.yml

This file was deleted.

0 comments on commit 1406be2

Please sign in to comment.