Skip to content

Commit

Permalink
Fix #1714: copyright on PRs is redundant, so remove
Browse files Browse the repository at this point in the history
Fix #1714
  • Loading branch information
trentmc authored Jan 27, 2025
1 parent 991c817 commit 158f4be
Showing 1 changed file with 6 additions and 21 deletions.
27 changes: 6 additions & 21 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
<!--
Copyright 2024 Ocean Protocol Foundation
SPDX-License-Identifier: Apache-2.0
-->
## Pull Request Title
PR title:
"Fix #ISSUE_NUM: " + <issue title>

The Title or Name should follow this pattern containing the reference to the issue number and a descriptive title:
"Fix #ISSUENUM: " + <issue title>
PR description:
"Fixes #ISSUE_NUM"

ex: Fix #1233: Add pull requests template

## Description

The description should only contain the refference to the issue that the pull request fixes, with the "Fixes" text before it.

ex: Fixes #1233

## Commit message

When you merge a PR into main, your commit message should be:
PR title + "(PR #PRNUM)"

ex: Fix #1233: Add pull requests template (PR #1200)
PR commit msg:
"Fix #ISSUENUM: " + <issue title> + "(PR #PR_NUM")

0 comments on commit 158f4be

Please sign in to comment.