Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR template #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
51 changes: 8 additions & 43 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,12 @@
<!--
😀 Wonderful! Thank you for opening a pull request for TypeORM.
AB#XXXX <!--- Replace this with a reference to a devops issue -->

Please fill in the information below to expedite the review
and (hopefully) merge of your change.
## Describe your changes

If unsure about something.. just do as best as you're able,
or reach out through our community support channels!
https://github.com/typeorm/typeorm/blob/master/docs/support.md
-->
<!--- Add a brief description of your changes - not in-depth because the bulk of the description should be in the task on DevOps. -->

### Description of change
## Checklist before requesting a review

<!--
Please be clear and concise what the change is intended to do,
why this change is needed, and how you've verified that it
corrects what you intended.

In some cases it may be helpful to include the current behavior
and the new behavior.

If the change is related to an open issue, you can link it here.
If you include `Fixes #0000` (replacing `0000` with the issue number)
when this is merged it will automatically mark the issue as fixed and
close it.
-->


### Pull-Request Checklist

<!--
Please make sure to review and check all of the following.

If an item is not applicable, you can add "N/A" to the end.
-->

- [ ] Code is up-to-date with the `master` branch
- [ ] `npm run format` to apply prettier formatting
- [ ] `npm run test` passes with this change
- [ ] This pull request links relevant issues as `Fixes #0000`
- [ ] There are new or updated unit tests validating the change
- [ ] Documentation has been updated to reflect this change
- [ ] The new commits follow conventions explained in [CONTRIBUTING.md](https://github.com/typeorm/typeorm/blob/master/CONTRIBUTING.md)

<!--
🎉 Thank you for contributing and making TypeORM even better!
-->
- [ ] I have performed a self-review of my code
- [ ] I have added tests wherever relevant
- [ ] I have made sure that all automated checks pass before requesting a review
- [ ] I do not need any deviation from our [PR guidelines](https://github.com/global-121/121-platform/blob/main/docs/CONTRIBUTING.md)
245 changes: 0 additions & 245 deletions CONTRIBUTING.md

This file was deleted.

Loading