Good morning everyone!
A beginner contributor here.
I have a question about contribution process.
I would like to submit a small change.
I followed this process:
1. Cloned the repo
2. Did my change in the master branch
3. Made a commit to master branch with a message format like this:
"HBASE-XXXX Commit message"
4. Ran "dev-support/submit-patch.py -jid HBASE-XXXX -srb" (My patch is
really small so I omitted a review-board option)
* I provided my jira credentials when asked
5. submit-patch.py returned 403 error
I guess I don't have permissions to attach patches to jiras. What I did wrong?
Thanks!