Open
Description
The current documentation only covers applying a patch, which is of little help if the packager doesn't first know how to make a patch file in the first place.
The section should include the following steps:
- Clone the source repository
- Make changes to the source
- Create the patch file
i. Create a git commit detailing the changes
ii. Create (if not exists) thefiles
directory inside the package's directory
iii. Rungit format-patch -o ~/path/to/package/dir/files
to create the patch file
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog