-
Notifications
You must be signed in to change notification settings - Fork 641
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
Update Report Abuse Page #3985
Update Report Abuse Page #3985
Conversation
screen shot? |
@@ -16,7 +16,7 @@ public enum ReportPackageReason | |||
[Description("The package contains malicious code")] | |||
ContainsMaliciousCode, | |||
|
|||
[Description("The package violates a license I own")] | |||
[Description("The package violates a copyright I own")] | |||
ViolatesALicenseIOwn, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should the ViolatesALicenseIOwn
also be updated to something like ViolatesACopyrightIOwn
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll just change the visible description for now.
@@ -88,6 +88,7 @@ | |||
<span class="field-hint-message">Sign with your real name.</span> | |||
@Html.ValidationMessageFor(m => m.Signature) | |||
</div> | |||
<div class="infringement-claim-requirements">You can also send us an email at <a href="mailto:admn@nuget.org">admin@nuget.org</a></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this email right, or should it be admin@nuget.org
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes. It should be admin. Good catch.
This PR updates the report abuse page with the following:
See #3792 for more information.
@karann-msft @xavierdecoster @skofman1