subject fixed, hopefully. :)

On 9/28/19 7:05 PM, cc wrote:
> 
> Hello,
> 
> 
> I recently started to study openbsd. I am a computer major student. How can I 
> contribute to openbsd?
> 

while ! dead; do
    DoSomething.
    submission="sucks" # Accept this. It's probably true.
    while [[ $submission == "sucks" ]]; do
        SubmitIt
        AcceptCriticism
        learn
        if [[ $criticism == "no way" ]]; do
            break # not everything is appropriate.
        fi
        reviseBasedOnCriticism 
    done # Congrats, your submission was accepted! 
done # not dead yet.


People usually screw up on accepting that their first
submission sucks.  And they really get confused
when they are told what to fix and resubmit it, "why 
doesn't the committer just do it?"  That's where the
"learn" step comes in -- the committer is trying to
help you get a point your submissions DON'T suck
initially.

Find something you want to fix or improve...do it,
and enter the loop. :)

Nick.

Reply via email to