On Fri, Jan 22, 2021 at 8:47 AM Thomas Kettenbach <tkett...@gmail.com> wrote:
> As i am new to this, i'd like to understand how i could provide a patch for > this? I would not like to open an issue via jira, as it is really just a > minor issue. So far, i understand that the examples are just to demonstrate > the usage of the cpp Bindings of qpid-proton, and they are usually run via > the testme.py script. > Jira is used to generate release notes for a release, so we do need it, to mark that examples were improved. If you'd rather not create it, it is OK to just submit a patch in a GitHub Pull Request, against https://github.com/apache/qpid-proton. Whoever ends up merging this will then create a Jira for it. One advantage of filling a jira is that it forces you to describe your problem up front. That can make understanting the patch easier, or it can point out to other directions for solving the problem. Not that this is likely the case, if it's really about a minor issue in an example. Happy contributing, cheers, Jiri!