-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #1714: copyright on PRs is redundant, so remove
Fix #1714
- Loading branch information
Showing
1 changed file
with
6 additions
and
21 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 |
---|---|---|
@@ -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") |