How to submit something new
Mon, 12/21/2009 - 07:17 | by einderri
If you have a new feature to add to EFS, such as a new test:
- If you have a new test script ending in .t, some mailers may become confused and consider it an application/x-troff. One way around this (for *nix users) is to diff the file against /dev/null like this:
cd efs-core diff -u /dev/null newfile.t > newfile.patch
- Go to the EFS ticket tracking system . Log in, or create an account if you don’t have one yet.
- Select New Ticket.
- Give a clear and concise summary. Prefix it with a “[NEW]” identifier.
- In the description, explain of the purpose of the feature you are adding, and list any existing files affected as well as new files.
- Set the type of the ticket to “new feature”. Set other relevant drop-down menus.
- Check the box for “I have files to attach to this ticket” Double-check that you’ve actually done this, because it’s easy to forget. DO NOT paste the content of the new file or files into the body of the message.
- Click the “Create ticket” button. On the next page attach the patch for your new file(s).
