Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 authored Nov 5, 2023
1 parent 15520f4 commit 00eb501
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# AniTrend Pull Request

<<<<<<< Updated upstream
Thank you for contributing! Please take a moment to review our [**contributing guidelines**](https://github.com/AniTrend/anitrend-relations-py/blob/master/CONTRIBUTING.md)
=======
Thank you for contributing! Please take a moment to review our [**contributing guidelines**](https://github.com/AniTrend/anitrend-relations-py/blob/develop/CONTRIBUTING.md)
>>>>>>> Stashed changes
to make the process easy and effective for everyone involved.
Thank you for contributing! Please take a moment to review our [**contributing guidelines**](https://github.com/AniTrend/anitrend/blob/develop/CONTRIBUTING.md) to make the process easy and effective for everyone involved.

**Please open an issue** before embarking on any significant pull request, especially those that
add a new library or change existing tests, otherwise you risk spending a lot of time working
Expand All @@ -14,24 +9,13 @@ on something that might not end up being merged into the project.
Before opening a pull request, please ensure you've done the following:
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->

<<<<<<< Updated upstream
- [ ] You have followed our [**contributing guidelines**](https://github.com/AniTrend/anitrend-relations-py/blob/master/CONTRIBUTING.md)
- [ ] Pull request has tests (If applicable)
- [ ] Code is well-commented, linted and follows project conventions
- [ ] Description explains the issue/use-case resolved

## Description

=======
- You have followed our [**contributing guidelines**](https://github.com/AniTrend/anitrend-relations-py/blob/develop/CONTRIBUTING.md)
- Check that your branch is based on `develop` and targets `develop` (where applicable)
- Pull request has tests (if applicable)
- Documentation is updated (if necessary)
- Description explains the issue/use-case resolved

## Description
<!--- Describe your changes in detail, or link an existing issue here -->
>>>>>>> Stashed changes

## Types of changes

Expand All @@ -45,4 +29,4 @@ Before opening a pull request, please ensure you've done the following:

**IMPORTANT**: By submitting a patch, you agree to allow the project
owners to license your work under the terms of
the [Apache License](https://github.com/AniTrend/anitrend-relations-py/blob/master/LICENSE).
the [Apache License](https://github.com/AniTrend/anitrend/blob/master/LICENSE).

0 comments on commit 00eb501

Please sign in to comment.