Good to know for next time maybe. Thanks a lot.

On Monday, May 2, 2016 at 5:14:39 PM UTC+2, dan (ddpbsd) wrote:

>
> 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). 
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ossec-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ossec-list+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to