[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] How can I help
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] How can I help |
Date: |
Tue, 10 Mar 2015 14:07:32 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Anderson Goulart <address@hidden> writes:
> My questions:
>
> - Is there any default sandbox to test the code?
you can run "make check" to run our tests suite.
> - How do you build new test cases?
add a new file in testenv/ (you can start by copying an existing one
there) and adding it to the TESTS variable in the testenv/Makefile.am
file.
> - How can I submmit a patch? (send to the list, publish at savanah, push
> to a repo)
please send it to this mailing list. You can either use git send-email
or inserting the git formatted patch into your email.
wget code follows (when it doesn't, it is bug worth fixing) the GNU
coding standards[1]. You can a detailed explanation on how to write
code, how it should look and in general useful information.
Please use a GNU changelog style for the commit message. You can start
looking at the last commit on master to get an idea on how the commit
message should look.
Regards,
Giuseppe
1) https://www.gnu.org/prep/standards/html_node/index.html