On Mon, May 2, 2016 at 10:49 AM, dan (ddp) <
ddp...@gmail.com> wrote:
> On Mon, May 2, 2016 at 10:36 AM, Robert Micallef <
rober...@gmail.com> wrote:
>> Third time's the charm. Is PR #821 ok?
>>
>
> At a glance, I don't see the df changes in it. I'll try to take a
> better look in a bit.
>
The steps to submit the PR should basically be the following:
1. Fork the repository on github (fork button in the top right of the page)
2. Clone your fork (git clone
https://github.com/USER/ossec-hids.git)
3. OPTIONAL: Create a branch for your changes (git checkout -b df_issue)
4. Make your changes (modify install.sh and etc/rules/ossec_rules.xml)
5. Add and commit your changes (git add install.sh
etc/rules/ossec_rules.xml && git commit)
6. Push your changes to a new branch on your fork on github (git push
--set-upstream origin df_issue)
7. Open a pull request on the ossec/ossec-hids repo.
a. Click "New pull request" at
https://github.com/ossec/ossec-hids
b. Click "compare across forks" link
c. Ensure the left hand drop down boxes say "base fork:
ossec/ossec-hids" and "base: master"
d. In the right hand drop boxes select "head fork:
USERNAME/ossec-hids" and "compare: BRANCH"
e. Review the changes and write a brief title and comment
f. Click "Create pull request"
I've opened #822 with the proposed change as kind of a demonstration
(since I made did the above steps while documenting them).