[buddypress-trac] [BuddyPress Trac] #7657: Feature request : additional arguments in '_cover_image_uploaded' action
buddypress-trac
noreply at wordpress.org
Wed Jan 17 12:28:15 UTC 2018
#7657: Feature request : additional arguments in '_cover_image_uploaded' action
----------------------------+--------------------
Reporter: pscolv | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: Media | Version: 2.9.2
Severity: normal | Resolution:
Keywords: good-first-bug |
----------------------------+--------------------
Comment (by DJPaul):
OK, let's give it a go! https://make.wordpress.org/core/handbook/tutorials
/working-with-patches/#creating-and-applying-patches-with%C2%A0the-
command-line might a good place to start reading.
Basically, we need to:
1) Download a copy of BuddyPress from our Git or SVN repos.
2) Make the change in the code.
3) Test the change works.
4) Create a patch.
5) Upload that patch to this ticket.
It doesn't matter if you use SVN or Git to make the patch. Use whatever
you're comfortable with. The Git repo URL is
`git://buddypress.git.wordpress.org/` (branch `master`) and SVN is
`https://buddypress.svn.wordpress.org/trunk`. A Github clone is available
at https://github.com/buddypress/BuddyPress
Once you've made the code change and tested it, you'll create the patch
via `svn diff` or `git diff`. I hope the WordPress "Creating a Patch"
documentation that I linked above explains the syntax for this, if you're
unfamiliar with it.
Then, grab that new patch file (it's just a text file - take a look at
it), and upload it to this ticket via "Attach file" button. After you've
done that, be sure to come back to this comment area and say something
like "I've attached a patch, please take look" -- that'll make sure we
notice the new patch.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7657#comment:6>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list