-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename PULL_REQUEST_TEMPLATE.yml to PULL_REQUEST_TEMPLATE.md
- Loading branch information
1 parent
2a12866
commit 1406be2
Showing
2 changed files
with
34 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) --> |
This file was deleted.
Oops, something went wrong.